Re: [PATCH v3 2/7] x86: Allow building an SPL image for coreboot

2020-05-01 Thread Bin Meng
On Fri, May 1, 2020 at 6:25 PM Bin Meng wrote: > > On Fri, May 1, 2020 at 11: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

Re: [PATCH v3 2/7] x86: Allow building an SPL image for coreboot

2020-05-01 Thread Bin Meng
On Fri, May 1, 2020 at 11: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 v3 2/7] x86: Allow building an SPL image for coreboot

2020-04-30 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 --- Changes in v3: None Changes in v2: None Makefile