• Sandrine Bailleux's avatar
    juno: Provide per-EL MMU setup functions · a90bfa33
    Sandrine Bailleux authored
    Instead of having a single version of the MMU setup functions for all
    bootloader images that can execute either in EL3 or in EL1, provide
    separate functions for EL1 and EL3. Each bootloader image can then
    call the appropriate version of these functions. The aim is to reduce
    the amount of code compiled in each BL image by embedding only what's
    needed (e.g. BL1 to embed only EL3 variants).
    
    Change-Id: Ie3f6fb58f7d9ea4e4085b5069e27d6b9dceaa286
    a90bfa33
bl2_plat_setup.c 7.88 KB