commit | c0ef789b44317b4b9151cf3cb7e7b6fe4852c8c9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 07 21:32:02 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 17 14:32:24 2020 +0800 |
tree | 9feca392e47cc19ba70e476838dee0a4e723ddb4 | |
parent | 64bbc0dd5a8a2a042578f7b548701148fe70cf0b [diff] |
binman: Allow setting the ROM offset On x86 the SPI ROM can be memory-mapped, at least most of it. Add a way to tell binman the offset from a ROM address to a RAM address. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>