zephyr/arch/x86
Daniel Leung 37672958ac x86: mmu: relax KERNEL_VM_OFFSET == SRAM_OFFSET
There was a restriction that KERNEL_VM_OFFSET must equal to
SRAM_OFFSET so that page directory pointer (PDP) or page
directory (PD) can be reused. This is not very practical in
real world due to various hardware designs, especially those
where SRAM is not aligned to PDP or PD. So rework those bits.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-05-05 19:42:25 -04:00
..
core x86: mmu: relax KERNEL_VM_OFFSET == SRAM_OFFSET 2021-05-05 19:42:25 -04:00
include x86: mmu: relax KERNEL_VM_OFFSET == SRAM_OFFSET 2021-05-05 19:42:25 -04:00
zefi arch: x86: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
CMakeLists.txt x86: gen_mmu: allow script to take extra arguments 2021-03-28 08:30:06 -04:00
Kconfig x86: mmu: relax KERNEL_VM_OFFSET == SRAM_OFFSET 2021-05-05 19:42:25 -04:00
gen_gdt.py x86: ia32: load GDT in virtual memory after loading page table 2021-03-16 15:03:44 -04:00
gen_idt.py
gen_mmu.py x86: mmu: relax KERNEL_VM_OFFSET == SRAM_OFFSET 2021-05-05 19:42:25 -04:00
ia32.cmake x86: add kconfigs and compiler flags for MMX and SSE* 2021-02-15 08:21:15 -05:00
intel64.cmake x86: add kconfigs and compiler flags for MMX and SSE* 2021-02-15 08:21:15 -05:00
timing.c x86: timing: fix potential divide by zero 2021-04-29 16:49:17 -04:00