• Sandrine Bailleux's avatar
    Properly initialise the C runtime environment · 65f546a1
    Sandrine Bailleux authored
    This patch makes sure the C runtime environment is properly
    initialised before executing any C code.
    
      - Zero-initialise NOBITS sections (e.g. the bss section).
      - Relocate BL1 data from ROM to RAM.
    
    Change-Id: I0da81b417b2f0d1f7ef667cc5131b1e47e22571f
    65f546a1
misc_helpers.S 6.69 KB