• Nishanth Menon's avatar
    plat: ti: k3: board: Let explicitly map our SEC_SRAM_BASE to 0x0 · 3dd87efb
    Nishanth Menon authored
    
    
    ENABLE_PIE (position independent executable) is default on K3
    platform to handle variant RAM configurations in the system. This,
    unfortunately does cause confusion while reading the code, so, lets
    make things explicit by selecting 0x0 as the "SEC_SRAM_BASE" out of
    which we compute the BL31_BASE depending on usage.
    
    Lets also document a warning while at it to help folks copying code
    over to a custom K3 platform and optimizing size by disabling PIE to
    modify the defaults.
    Signed-off-by: default avatarNishanth Menon <nm@ti.com>
    Change-Id: I8e67a9210e907e266ff6a78ba4d02e3259bb2b21
    3dd87efb
board_def.h 1.33 KB