Attention is currently required from: Patrick Rudolph, Arthur Heymans. Hello build bot (Jenkins), Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63725
to look at the new patch set (#3).
Change subject: cpu/x86/64bit: Generate static page tables from an assembly file ......................................................................
cpu/x86/64bit: Generate static page tables from an assembly file
This removes the need for a tool to generate simple identity pages. Future patches will link this page table directly into the stages on some platforms so having an assembly file makes a lot of sense.
This also optimizes the size of the page of each 4K page by placing the PDPE_table below the PDE.
Change-Id: Ia1e31b701a2584268c85d327bf139953213899e3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M Documentation/arch/x86/index.md A src/cpu/x86/64bit/Makefile.inc A src/cpu/x86/64bit/pt.S M src/cpu/x86/Makefile.inc D util/pgtblgen/Makefile.inc D util/pgtblgen/description.md D util/pgtblgen/pgtblgen.c 7 files changed, 2,096 insertions(+), 183 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/63725/3