diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2024-02-02 19:35:13 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-03-28 15:23:21 +0000 |
commit | d293b20b840037211d9b43ded17901354e5204ad (patch) | |
tree | 5d2c5964d70342c6f47a6ec6ee5b34a865170681 /src/northbridge/intel | |
parent | ee83be4d753ae128b53dd306b380c4a6dfd739e5 (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/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/gm45/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/intel/x4x/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index 2a266b9771..4fe20ee966 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -7,7 +7,7 @@ config NORTHBRIDGE_INTEL_GM45 select INTEL_EDID select INTEL_GMA_ACPI select INTEL_GMA_SSC_ALTERNATE_REF - select HAVE_EXP_X86_64_SUPPORT + select HAVE_X86_64_SUPPORT select USE_DDR3 select USE_DDR2 diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig index 248852e2e9..4bc12af3c9 100644 --- a/src/northbridge/intel/x4x/Kconfig +++ b/src/northbridge/intel/x4x/Kconfig @@ -7,7 +7,7 @@ config NORTHBRIDGE_INTEL_X4X select INTEL_GMA_ACPI select CACHE_MRC_SETTINGS select BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES - select HAVE_EXP_X86_64_SUPPORT + select HAVE_X86_64_SUPPORT select USE_DDR3 select USE_DDR2 |