Re: [PATCH 1/6] x86: Allow building an SPL image for coreboot

2020-04-26 Thread Simon Glass
Hi Bin, On Thu, 23 Apr 2020 at 03:14, Bin Meng wrote: > > Hi Simon, > > On Mon, Apr 6, 2020 at 7:22 AM Simon Glass wrote: > > > > Coreboot runs in 32-bit mode and cannot run a 64-bit U-Boot. To get around > > this we can build a combined image with 32-bit SPL and 64-bit U-Boot. Add > > a build r

Re: [PATCH 1/6] x86: Allow building an SPL image for coreboot

2020-04-23 Thread Bin Meng
Hi Simon, On Mon, Apr 6, 2020 at 7:22 AM Simon Glass wrote: > > Coreboot runs in 32-bit mode and cannot run a 64-bit U-Boot. To get around > this we can build a combined image with 32-bit SPL and 64-bit U-Boot. Add > a build rule and binman definition for this. > > Signed-off-by: Simon Glass > -

[PATCH 1/6] x86: Allow building an SPL image for coreboot

2020-04-05 Thread Simon Glass
Coreboot runs in 32-bit mode and cannot run a 64-bit U-Boot. To get around this we can build a combined image with 32-bit SPL and 64-bit U-Boot. Add a build rule and binman definition for this. Signed-off-by: Simon Glass --- Makefile | 6 ++ arch/x86/cpu/coreboot/K