summaryrefslogtreecommitdiff
path: root/src/soc/amd/genoa_poc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2024-02-02 19:35:13 +0100
committerMartin L Roth <gaumless@gmail.com>2024-03-28 15:23:21 +0000
commitd293b20b840037211d9b43ded17901354e5204ad (patch)
tree5d2c5964d70342c6f47a6ec6ee5b34a865170681 /src/soc/amd/genoa_poc
parentee83be4d753ae128b53dd306b380c4a6dfd739e5 (diff)
cpu/x86/Kconfig: Mark 64bit support as stable
With SMM holding page tables itself, we can consider SMM support stable and safe enough for general use. Also update the respective documentation. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: Ifcf0a1a5097a2d7c064bb709ec0b09ebee13a47d Reviewed-on: https://review.coreboot.org/c/coreboot/+/80338 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc/amd/genoa_poc')
-rw-r--r--src/soc/amd/genoa_poc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/genoa_poc/Kconfig b/src/soc/amd/genoa_poc/Kconfig
index 05590f5cba..f4bd7d6418 100644
--- a/src/soc/amd/genoa_poc/Kconfig
+++ b/src/soc/amd/genoa_poc/Kconfig
@@ -11,7 +11,7 @@ config SOC_SPECIFIC_OPTIONS
select ARCH_X86
select DEFAULT_X2APIC
select HAVE_ACPI_TABLES
- select HAVE_EXP_X86_64_SUPPORT
+ select HAVE_X86_64_SUPPORT
select HAVE_SMI_HANDLER
select RESET_VECTOR_IN_RAM
select SOC_AMD_COMMON
@@ -50,7 +50,7 @@ config SOC_SPECIFIC_OPTIONS
select SOC_AMD_OPENSIL_GENOA_POC
select X86_CUSTOM_BOOTMEDIA
-config USE_EXP_X86_64_SUPPORT
+config USE_X86_64_SUPPORT
default y
config CHIPSET_DEVICETREE