summaryrefslogtreecommitdiff
path: root/util/pgtblgen/description.md
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-04-19 20:48:42 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-04-25 14:00:41 +0000
commit597b9e9d71a2dd728e4192fa9a083004c96cdfbc (patch)
tree02a1e721719751f6968eeeae0692d19099dd23c6 /util/pgtblgen/description.md
parent34f5cd9cb233dea539a94ff2cc8c06effced988d (diff)
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63725 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'util/pgtblgen/description.md')
-rw-r--r--util/pgtblgen/description.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/pgtblgen/description.md b/util/pgtblgen/description.md
deleted file mode 100644
index f2e4763d75..0000000000
--- a/util/pgtblgen/description.md
+++ /dev/null
@@ -1 +0,0 @@
-Generates page tables based on fixed physical address. `C`