coreboot-kgpe-d16/src
Arthur Heymans 597b9e9d71 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>
2022-04-25 14:00:41 +00:00
..
acpi src/acpi/device: Early return in _ON if device already enabled 2022-04-14 22:30:05 +00:00
arch {arch,cpu}: Remove redundant <arch/cpu.h> 2022-04-24 21:20:57 +00:00
commonlib commonlib: Replace 'stdlib' with 'stddef' 2022-04-24 18:31:14 +00:00
console src/console/Kconfig: Add option to disable loglevel prefix 2022-03-30 00:02:34 +00:00
cpu cpu/x86/64bit: Generate static page tables from an assembly file 2022-04-25 14:00:41 +00:00
device device: Remove unused <cbmem.h> 2022-04-22 21:40:07 +00:00
drivers tpm: Allow separate handling of Google Ti50 TPM 2022-04-24 22:09:42 +00:00
ec ec/purism/librem: Remove unused Kconfig file 2022-04-24 21:26:21 +00:00
include cpu/x86: Add function to set `put_back_original_solution` variable 2022-04-13 21:28:10 +00:00
lib lib/edid_fill_fb.c: Remove unused <bootsplash.h> 2022-04-24 17:44:24 +00:00
mainboard mb/google/skyrim: Prepare for enabling PSP verstage 2022-04-25 13:48:00 +00:00
northbridge nb/amd/{agesa,pi}: Clean up some math expressions 2022-04-24 21:35:25 +00:00
security {drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h> 2022-04-24 21:23:10 +00:00
soc soc/intel/common: Add support to control CSE firmware update 2022-04-25 13:55:59 +00:00
southbridge southbridge/intel: Remove unused <acpi/acpi.h> 2022-04-24 21:10:30 +00:00
superio superio/smsc/mec1308: Drop `_PRS` from static devices 2022-04-20 10:02:17 +00:00
vendorcode soc/amd/sabrina/psp_verstage: Unify SVC ID 2022-04-24 18:35:27 +00:00
Kconfig Kconfig: Make HAVE_EM100_SUPPORT invisible 2022-04-19 13:04:25 +00:00