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

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: > > > > Make a few adjustments to allow us to build an SPL image for coreboot. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v3: None > > Changes in v2: None > > > >

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

2020-05-01 Thread Bin Meng
On Fri, May 1, 2020 at 11:22 AM Simon Glass wrote: > > Make a few adjustments to allow us to build an SPL image for coreboot. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/Makefile| 4 +++- > arch/x86/cpu/coreboot/Makefile

[PATCH v3 5/7] x86: coreboot: Allow building an SPL image

2020-04-30 Thread Simon Glass
Make a few adjustments to allow us to build an SPL image for coreboot. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/cpu/Makefile| 4 +++- arch/x86/cpu/coreboot/Makefile | 8 +++- arch/x86/cpu/coreboot/coreboot.c | 3 ++-