commit | 5e239183f62cc3740bf775e5204591cea5bf02ae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:22:49 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | afd7ca413efa94db8b68b2f57d7c7d67fe7f0764 | |
parent | 2250ee6ee681564115d82f9f9c63497ccfb5fdd7 [diff] |
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>