[U-Boot] [PATCH 09/34] binman: x86: Separate out 16-bit reset	and init code
    sjg at google.com 
    sjg at google.com
       
    Fri Sep 27 00:39:09 UTC 2019
    
    
  
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 at chromium.org>
---
 Makefile                              | 10 ++++--
 arch/x86/dts/u-boot.dtsi              |  9 ++++++
 scripts/Makefile.spl                  | 22 +++++++++----
 tools/binman/README.entries           | 46 +++++++++++++++------------
 tools/binman/etype/x86_start16.py     | 15 +++++----
 tools/binman/etype/x86_start16_spl.py | 19 +++++------
 tools/binman/etype/x86_start16_tpl.py | 18 ++++++-----
 tools/binman/ftest.py                 |  6 ++--
 8 files changed, 88 insertions(+), 57 deletions(-)
Applied to u-boot-dm, thanks!
    
    
More information about the U-Boot
mailing list