zephyr/soc/x86/atom
Andrew Boie c3b3aafaec x86: generate page tables at runtime
Removes very complex boot-time generation of page tables
with a much simpler runtime generation of them at bootup.

For those x86 boards that enable the MMU in the defconfig,
set the number of page pool pages appropriately.

The MMU_RUNTIME_* flags have been removed. They were an
artifact of the old page table generation and did not
correspond to any hardware state.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-08-07 12:50:53 -07:00
..
CMakeLists.txt
Kconfig.defconfig
Kconfig.soc arch/x86: CONFIG_BOOTLOADER_UNKNOWN renamed to CONFIG_X86_MULTIBOOT 2019-05-08 14:49:19 -04:00
dts_fixup.h
linker.ld x86: generate page tables at runtime 2019-08-07 12:50:53 -07:00
soc.c cleanup: include/: move uart.h to drivers/uart.h 2019-06-27 22:55:49 -04:00
soc.h cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00