Re: [PATCH 6/6] x86: Add a 64-bit coreboot build

2020-04-26 Thread Simon Glass
Hi Bin, On Thu, 23 Apr 2020 at 03:29, Bin Meng wrote: > > Hi Simon, > > On Mon, Apr 6, 2020 at 7:22 AM Simon Glass wrote: > > > > Add a build for running 64-bit U-Boot from coreboot (which is 32-bit). > > This uses binman to create an image with a 32-bit SPL and a 64-bit U-Boot. > > > >

Re: [PATCH 6/6] x86: Add a 64-bit coreboot build

2020-04-23 Thread Bin Meng
Hi Simon, On Mon, Apr 6, 2020 at 7:22 AM Simon Glass wrote: > > Add a build for running 64-bit U-Boot from coreboot (which is 32-bit). > This uses binman to create an image with a 32-bit SPL and a 64-bit U-Boot. > > Coreboot boots into SPL and then SPL boots into U-Boot. > > This allows running

[PATCH 6/6] x86: Add a 64-bit coreboot build

2020-04-05 Thread Simon Glass
Add a build for running 64-bit U-Boot from coreboot (which is 32-bit). This uses binman to create an image with a 32-bit SPL and a 64-bit U-Boot. Coreboot boots into SPL and then SPL boots into U-Boot. This allows running 64-bit EFI images on x86. Signed-off-by: Simon Glass ---