Re: [U-Boot] [PATCH v3 071/108] x86: Don't repeat microcode in U-Boot if not needed

2019-11-19 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > At present if SPL sets up the microcode then it is still included in > U-Boot as well. This is wasteful as microcode is large. Adjust the logic > in the image to prevent this. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Ch

[U-Boot] [PATCH v3 071/108] x86: Don't repeat microcode in U-Boot if not needed

2019-10-20 Thread Simon Glass
At present if SPL sets up the microcode then it is still included in U-Boot as well. This is wasteful as microcode is large. Adjust the logic in the image to prevent this. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/dts/u-boot.dtsi | 7 +++ 1 file change