This morning will turn increasingly cloudy from the south, with a band of heavy rain drifting in from the south through the afternoon. Winds picking up, becoming strong by the evening. Tonight ...
static const uint64_t BL2_RO_BASE = BL_CODE_BASE; static const uint64_t BL2_RO_LIMIT = BL_CODE_END; #if USE_COHERENT_MEM static const uint64_t BL2_COHERENT_RAM_BASE = BL_COHERENT_RAM_BASE; static ...
MMU needs to be disabled because both BL2 and BL31 execute * in EL3, and therefore share the same address space. * BL31 will initialize the address space according to its * own requirement. ldp x6, x7 ...