mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-12-02 23:56:35 +00:00
24f671f3a9
This patch fixes a bug in the context management code that causes it to
ignore the HANDLE_EA_EL3_FIRST compile-time option and instead always
configure SCR_EL3 to force all external aborts to trap into EL3. The
code used #ifdef to read compile-time option declared with add_define in
the Makefile... however, those options are always defined, they're just
defined to either 0 or 1, so #if is the correct syntax to check for
them. Also update the documentation to match.
This bug has existed since the Nov 2017 commit
|
||
---|---|---|
.. | ||
aarch32 | ||
aarch64 | ||
compiler-rt | ||
coreboot | ||
cpus | ||
el3_runtime | ||
extensions | ||
libc | ||
libfdt | ||
locks | ||
optee | ||
pmf | ||
psci | ||
romlib | ||
semihosting | ||
stack_protector | ||
utils | ||
xlat_tables | ||
xlat_tables_v2 | ||
zlib |