Re: [PATCH v2 12/19] x86: qemu: Create a little more room for U-Boot

2023-07-12 Thread Bin Meng
On Tue, Jun 20, 2023 at 4:23 PM Simon Glass wrote: > > We want to enable some of the more interesting bootstd features. Move SPL > up to create some room for the larger U-Boot binary. Also disable > microcode since this is not needed > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add

[PATCH v2 12/19] x86: qemu: Create a little more room for U-Boot

2023-06-20 Thread Simon Glass
We want to enable some of the more interesting bootstd features. Move SPL up to create some room for the larger U-Boot binary. Also disable microcode since this is not needed Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to create a little more room for U-Boot on qemu-x86_64 co