commit | 3c7aab23a42264012d82937dd2a57e33ee288a92 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 15 14:37:51 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:10 2015 -0700 |
tree | 4a19dc846761ccfb882e0f08c225f66e28a6692d | |
parent | 5fb0151697088e257e0190d414cc7b2e2793b485 [diff] |
x86: ifdtool: Check that U-Boot does not overlap other regions 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> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>