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)
commit5e239183f62cc3740bf775e5204591cea5bf02ae
treeafd7ca413efa94db8b68b2f57d7c7d67fe7f0764
parent2250ee6ee681564115d82f9f9c63497ccfb5fdd7
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