commit | 8d54388a65652a0b9b8128c34c48571409fb4c37 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:31 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:20 2019 +0800 |
tree | 13e029d9fa51b37644b3feb9e546976e851903da | |
parent | 4d7a9234e696aa237dc83f0a24ba3837e1dc7aef [diff] |
x86: Add an fdtmap and image-header Add these entries to the ROM so that we can list the contents of an image with 'binman ls'. The image-header is not essential but does speed up access. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>