
22 Aug
2015
22 Aug
'15
6:19 a.m.
On 19 August 2015 at 08:33, Bin Meng bmeng.cn@gmail.com wrote:
On Sun, Aug 16, 2015 at 4:37 AM, Simon Glass sjg@chromium.org wrote:
When ifdtool collates the microcode into one place it effectively creates a copy of the 'data' properties in the device tree microcode nodes. This is wasteful since we now have two copies of the microcode in the ROM.
To avoid this, remove the microcode data from the device tree and shrink it down. This means that there is only one copy and the overall ROM space used by the microcode does not increase.
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com
[snip]
Regards, Bin
Applied to u-boot-x86.