Searched hist:"9 e3b4cbbade36bb38a4a96381f0aca1b48ccaa0c" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/lib/el3_runtime/aarch32/ |
| H A D | context_mgmt.c | 9e3b4cbbade36bb38a4a96381f0aca1b48ccaa0c Wed Aug 31 11:34:33 UTC 2016 Soby Mathew <soby.mathew@arm.com> AArch32: Fix SCTLR context initialization
This patch fixes a bug in context management library when writing SCTLR register during context initialization. The write happened prior to initialization of the register context pointer. This resulted in the compiler optimizing the write sequence from the final binary and hence SCTLR remains uninitialized when entering normal world. The bug is fixed by doing the initialization of the register context pointer earlier in the sequence.
Change-Id: Ic7465593a74534046b79f40446ffa1165c52ed76
|