Re: Porting U-Boot's UEFI Payload to coreboot

2022-03-12 Thread Simon Glass
Hi Ahamed, On Sat, 12 Mar 2022 at 08:23, Ahamed Husni wrote: > > Hello, > > Sorry for the delay. Thank you for the replies. > > On Tue, Mar 8, 2022 at 9:39 PM Simon Glass wrote: > > > > Hi, > > > > On Tue, 8 Mar 2022 at 06:57, Heinrich Schuchardt wrote: > > > > > > On 3/8/22 13:59, Ahamed Husni

Re: Porting U-Boot's UEFI Payload to coreboot

2022-03-12 Thread Ahamed Husni
Hello, Sorry for the delay. Thank you for the replies. On Tue, Mar 8, 2022 at 9:39 PM Simon Glass wrote: > > Hi, > > On Tue, 8 Mar 2022 at 06:57, Heinrich Schuchardt wrote: > > > > On 3/8/22 13:59, Ahamed Husni wrote: > > > Hi everyone, > > > > > > I am trying to work on a project to port the U

Re: Porting U-Boot's UEFI Payload to coreboot

2022-03-08 Thread Simon Glass
Hi, On Tue, 8 Mar 2022 at 06:57, Heinrich Schuchardt wrote: > > On 3/8/22 13:59, Ahamed Husni wrote: > > Hi everyone, > > > > I am trying to work on a project to port the U-Boot UEFI code to coreboot > > as a payload. > > I haven't worked with UEFI before except running a basic EFI payload in a >

Re: Porting U-Boot's UEFI Payload to coreboot

2022-03-08 Thread Heinrich Schuchardt
On 3/8/22 13:59, Ahamed Husni wrote: Hi everyone, I am trying to work on a project to port the U-Boot UEFI code to coreboot as a payload. I haven't worked with UEFI before except running a basic EFI payload in a coreboot/u-boot environment. (Serial output: https://gist.github.com/drac98/6166d29f

Porting U-Boot's UEFI Payload to coreboot

2022-03-08 Thread Ahamed Husni
Hi everyone, I am trying to work on a project to port the U-Boot UEFI code to coreboot as a payload. I haven't worked with UEFI before except running a basic EFI payload in a coreboot/u-boot environment. (Serial output: https://gist.github.com/drac98/6166d29f6c3a2baf2f4e791925ea98d3) I would like