From 98435ed07ad4ffb1c719de5e02c90f91b9414bd3 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 6 May 2022 12:22:32 +0200 Subject: nb/intel/gm45: Enable 64bit support This patch does the following: - Allow selecting 64bit from Kconfig - Fix up integer to pointer conversion that gcc complains about - Add a buildtest target in configs Tested on Thinkpad X200: boots fine to the payload Change-Id: Icb9c31a28ee231b87109b19c00ce2f8b48b5aefe Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/64095 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Elyes Haouas Reviewed-by: Angel Pons --- configs/config.lenovo_t400_vboot_and_debug | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/config.lenovo_t400_vboot_and_debug') diff --git a/configs/config.lenovo_t400_vboot_and_debug b/configs/config.lenovo_t400_vboot_and_debug index 2923f94758b8..39c17e6acaca 100644 --- a/configs/config.lenovo_t400_vboot_and_debug +++ b/configs/config.lenovo_t400_vboot_and_debug @@ -12,3 +12,4 @@ CONFIG_DEBUG_BOOT_STATE=y CONFIG_DEBUG_ADA_CODE=y CONFIG_H8_FN_KEY_AS_VBOOT_RECOVERY_SW=y CONFIG_VBOOT=y +CONFIG_USE_EXP_X86_64_SUPPORT=y -- cgit v1.2.3