commit | 5a4e01840884b34596bf90107621ed2bb3c34213 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:11:36 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:35 2019 +0800 |
tree | 97f4ee4baa21052f9d46e0571277839404740410 | |
parent | aba3c60e8182311ed5da7e56d3dd9f7350b606ee [diff] |
x86: Add binman symbols to the image It is useful in SPL and TPL to access symbols from binman, such as the position and size of an entry in the ROM. Collect these symbols together in the SPL binaries. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>