Re: [PATCH v6 059/102] x86: Don't repeat microcode in U-Boot if not needed

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:49 PM 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. > > Reviewed-by: Bin Meng > Signed-off-by: Simon Glass > --- > >

[PATCH v6 059/102] x86: Don't repeat microcode in U-Boot if not needed

2019-12-06 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. Reviewed-by: Bin Meng Signed-off-by: Simon Glass --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in