Changes

No change in size ,  07:42, 10 September 2019
Line 71: Line 71:  
* TPIDR_EL1 is now set to a context save struct before manufacturer-specific system registers are set.
 
* TPIDR_EL1 is now set to a context save struct before manufacturer-specific system registers are set.
 
** Support was added for Cortex-A53 specific CPU initialization.
 
** Support was added for Cortex-A53 specific CPU initialization.
* Kernel .rodata is now initially mapped as RW- instead of R--, and then reprotected to RW- after relocations are completed.
+
* Kernel .rodata is now initially mapped as RW- instead of R--, and then reprotected to R-- after relocations are completed.
 
** This allows for/implements .rel.ro.
 
** This allows for/implements .rel.ro.