mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:02:38 +00:00
Previously, DTS specification of physical RAM bounds did not correspond to the actual bounds of system RAM as the first megabyte was being skipped. There were reasons for this - the first 1MB on PC-like systems is a no-man's-land of reserved memory regions, but we need DTS to accurately capture physical memory bounds. Instead, we introduce a config option which can apply an offset to the beginning of physical memory, and apply this to the "RAM" region defined in the linker scripts. This also fixes a problem where an extra megabyte was being added to the size of system RAM. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig.defconfig | ||
Kconfig.soc | ||
linker.ld | ||
soc.c | ||
soc.h |