mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 07:45:21 +00:00
Changes to paging code ensured that the NULL virtual page is never mapped. Since RAM is identity mapped, on a PC-like system accessing the BIOS Data Area in the first 4K requires a memory mapping. We need to read this to probe the ACPI RSDP. Additionally check that the BDA has something in it as well and not a bunch of zeroes. It is unclear whether this function is truly safe on UEFI systems, but that is for another day. Fixes: #27867 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |