
19 Aug
2015
19 Aug
'15
4:33 p.m.
On Sun, Aug 16, 2015 at 4:37 AM, Simon Glass sjg@chromium.org wrote:
Since U-Boot and its device tree can grow we should check that it does not overlap the regions above it. Track the ROM offset that U-Boot reaches and check that other regions (written after U-Boot) do not interfere.
Signed-off-by: Simon Glass sjg@chromium.org
Nice enhancement! I wanted to add similar feature when I was debugging the TunnelCreek graphics vgabios (sometimes it got overlapped sections in the u-boot.rom without any warnings), but never started to work on it. Thanks for the patch.
Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com
Regards, Bin