Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59760 )
Change subject: src/soc/intel/skylake/Kconfig: Enable x86_64 support ......................................................................
src/soc/intel/skylake/Kconfig: Enable x86_64 support
Tested on Supermicro X11SSH-TF. Boots into payload using FSP-M and FSP-S. FSP MPinit hasen't been tested.
Change-Id: I3605853e3e15957ea56bd8a1ce7d8a9b87a1a9e1 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/soc/intel/skylake/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/59760/1
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index b90fdef..2daf26c 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -33,6 +33,7 @@ select FSP_M_XIP select FSP_STATUS_GLOBAL_RESET_REQUIRED_3 select GENERIC_GPIO_LIB + select HAVE_EXP_X86_64_SUPPORT select HAVE_FSP_GOP select HAVE_FSP_LOGO_SUPPORT select HAVE_INTEL_FSP_REPO