Skip to content
Snippets Groups Projects
  • Simon Glass's avatar
    5e239183
    binman: x86: Separate out 16-bit reset and init code · 5e239183
    Simon Glass authored
    
    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: default avatarSimon Glass <sjg@chromium.org>
    5e239183
    History
    binman: x86: Separate out 16-bit reset and init code
    Simon Glass authored
    
    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: default avatarSimon Glass <sjg@chromium.org>