diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2020-09-24 18:40:20 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-07 05:49:01 +0000 |
commit | 6edaa216982196a675a798d85e59418565cc3c92 (patch) | |
tree | 782cf31986acb452cfdf777bc892f49cbff1fc98 /src/cpu | |
parent | 3ac1f21c7a2abc94cacaf717021cc4be849355a2 (diff) |
ironlake: Add support for x86_64
Allow to compile the experimental x86_64 code.
Tested on Lenovo Thinkpad T410.
Hangs in SMM relocation. When skipped boots into GNU/Linux.
Change-Id: I60f2fccba357cb5fb5d85feb4ee8d02abfe6bc7e
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45699
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/intel/model_2065x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_2065x/Kconfig b/src/cpu/intel/model_2065x/Kconfig index 731ea3743d..5ff809fc62 100644 --- a/src/cpu/intel/model_2065x/Kconfig +++ b/src/cpu/intel/model_2065x/Kconfig @@ -5,6 +5,7 @@ if CPU_INTEL_MODEL_2065X config CPU_SPECIFIC_OPTIONS def_bool y + select HAVE_EXP_X86_64_SUPPORT select ARCH_X86 select BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES select SSE2 |