commit | ecae7fd03838335954905b46ec832cb16d6d2039 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 11 22:07:16 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Mar 17 10:27:25 2016 +0800 |
tree | cfa84d30a80b842aa55ae0839be3bc5bcfcab30a | |
parent | 9c7d9317e1af400dc5f8131cf5f0fbe2908e0bb2 [diff] |
x86: Add support for running Intel reference code Intel has invented yet another binary blob which firmware is required to run. This is run after SDRAM is ready. It is linked to load at a particular address, typically 0, but is a relocatable ELF so can be moved if required. Add support for this in the build system. The file should be placed in the board directory, and called refcode.elf. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>