zephyr/arch/x86
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
..
core x86: generate page tables at runtime 2019-08-07 12:50:53 -07:00
include x86: generate page tables at runtime 2019-08-07 12:50:53 -07:00
CMakeLists.txt arch/x86: split CMakeLists.txt into subarch-specific files 2019-06-17 16:31:37 -04:00
gen_gdt.py
gen_idt.py
ia32.cmake x86: generate page tables at runtime 2019-08-07 12:50:53 -07:00
Kconfig x86: support very early printk() if desired 2019-08-02 00:29:21 -07:00
x64.cmake arch/x86: split CMakeLists.txt into subarch-specific files 2019-06-17 16:31:37 -04:00