From 2494c28a49b9cc575c74920b6d91b3c9fc09d4ab Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sat, 22 Feb 2025 15:11:41 +0100 Subject: [PATCH] soc/amd/glinda: Enable x86_64 support The code compiles and works fine in x86_64. Thus allow the user to use x86_64. TEST: Booted on amd/birman+ to OS using EDK2 as payload. Change-Id: If1b5d91a376770c0f0e1a4ee46dd625b401fbfa6 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/86581 Tested-by: build bot (Jenkins) Reviewed-by: Ana Carolina Cabral Reviewed-by: Maximilian Brune --- src/soc/amd/glinda/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/glinda/Kconfig b/src/soc/amd/glinda/Kconfig index 39fb785691..70bdb69d6d 100644 --- a/src/soc/amd/glinda/Kconfig +++ b/src/soc/amd/glinda/Kconfig @@ -90,6 +90,7 @@ config SOC_AMD_GLINDA select VBOOT_DEFINE_WIDEVINE_COUNTERS if VBOOT_STARTS_BEFORE_BOOTBLOCK select X86_AMD_FIXED_MTRRS select X86_INIT_NEED_1_SIPI + select HAVE_X86_64_SUPPORT help AMD Glinda support