Skip to content
Snippets Groups Projects
  • Caleb Connolly's avatar
    ca84ba63
    arm: init: export prev_bl_fdt_addr · ca84ba63
    Caleb Connolly authored
    
    When booting U-Boot on board with a locked down first-stage bootloader,
    we emulate the Linux boot header. By passing the U-Boot FDT through this
    first-stage bootloader and retrieving it afterwards we can pre-populate
    the memory nodes and other info like the KASLR address.
    
    Add a function to export the FDT addr so that boards can use it over the
    built-in FDT.
    
    Don't check is_addr_accessible() here because we might not yet have a
    valid mem_map if it's going to be populated from the FDT, let the board
    do their own validation instead.
    
    Reviewed-by: default avatarTom Rini <trini@konsulko.com>
    Reviewed-by: default avatarSumit Garg <sumit.garg@linaro.org>
    Tested-by: Sumit Garg <sumit.garg@linaro.org> #qcs404
    Signed-off-by: default avatarCaleb Connolly <caleb.connolly@linaro.org>
    Verified
    ca84ba63
    History
    arm: init: export prev_bl_fdt_addr
    Caleb Connolly authored
    
    When booting U-Boot on board with a locked down first-stage bootloader,
    we emulate the Linux boot header. By passing the U-Boot FDT through this
    first-stage bootloader and retrieving it afterwards we can pre-populate
    the memory nodes and other info like the KASLR address.
    
    Add a function to export the FDT addr so that boards can use it over the
    built-in FDT.
    
    Don't check is_addr_accessible() here because we might not yet have a
    valid mem_map if it's going to be populated from the FDT, let the board
    do their own validation instead.
    
    Reviewed-by: default avatarTom Rini <trini@konsulko.com>
    Reviewed-by: default avatarSumit Garg <sumit.garg@linaro.org>
    Tested-by: Sumit Garg <sumit.garg@linaro.org> #qcs404
    Signed-off-by: default avatarCaleb Connolly <caleb.connolly@linaro.org>
save_prev_bl_data.c 2.30 KiB