9.0.0: Difference between revisions

KernelLdr: KernelLdr 9.0.0 diffs
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.