
14 Mar
2016
14 Mar
'16
7:03 a.m.
On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Fix 'PCB' typo (should be 'PCH')
Makefile | 14 +++++++++++++- arch/x86/Kconfig | 11 +++++++++++ arch/x86/include/asm/cpu.h | 12 ++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com