]> git.baikalelectronics.ru Git - uboot.git/commit
binman: x86: Separate out 16-bit reset and init code
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:22:49 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commitb62a9f086e3c493580ea9ff04e0015e645167f49
treeafd7ca413efa94db8b68b2f57d7c7d67fe7f0764
parent39e42af7d73c753c0e8d6a9f27e116172f0fc7c1
binman: x86: Separate out 16-bit reset and init code

At present these two sections of code are linked together into a single
2KB chunk in a single file. Some Intel SoCs like to have a FIT (Firmware
Interface Table) in the ROM and the pointer for this needs to go at
0xffffffc0 which is in the middle of these two sections.

Make use of the new 'reset' entry and change the existing 16-bit entry to
include just the 16-bit data.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
arch/x86/dts/u-boot.dtsi
scripts/Makefile.spl
tools/binman/README.entries
tools/binman/etype/x86_start16.py
tools/binman/etype/x86_start16_spl.py
tools/binman/etype/x86_start16_tpl.py
tools/binman/ftest.py