zephyr/boards/x86
Andrew Boie ce3cc4f974 x86: ia32: do not use the first megabyte
After witnessing some strange errors with memory not being
what it should be, lifiting everything above 1MB has solved
it. The Zephyr binary was being loaded into memory containing
reserved regions, resulting in data corruption.

We still simulate XIP for testing purposes by setting up the
memory map as follows:

0x000000 - 0x0FFFFF : Non-present
0x100000 - 0x4FFFFF : "Flash" ROM region
0x500000 - 0x8FFFFF : "SRAM" RAM region

For a total of 9 megabytes of physical RAM used.

Fixes problems observed in some large tests when code coverage
is enabled (which increases the amount of RAM used even more).

Fixes: #17782

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-08-07 12:50:53 -07:00
..
acrn dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
common/scripts boards/x86: scripts: build_grub.sh to use grub-2.04-rc1-17-g8e8723a6b 2019-06-04 19:32:44 -04:00
gpmrb doc: fix typo in gpmrb doc 2019-06-05 21:13:33 -04:00
minnowboard doc: minnowboard: add grub docs 2019-07-29 21:30:25 -07:00
qemu_x86 x86: ia32: do not use the first megabyte 2019-08-07 12:50:53 -07:00
up_squared boards/x86/up_squared: default to new local APIC timer 2019-06-27 07:20:54 -04:00
index.rst doc: fix sidebar nav issues with board docs 2017-06-27 19:21:29 -04:00