aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorJeremy Compostella <jeremy.compostella@intel.com>2024-02-01 11:09:40 -0800
committerSubrata Banik <subratabanik@google.com>2024-04-30 04:47:38 +0000
commit916124cdba1b7135ed6b301a4dcd1db42c714308 (patch)
tree6acd6a07e4e2adb0ce440a7138a3770c943f6364 /src/drivers
parent7e1c8e21597afd1d21558af51ce6d9a40dbaa0b3 (diff)
drivers/intel/fsp2_0: Default to 64-bits for FSP 2.4
Sets`PLATFORM_USES_FSP2_X86_32' to `n' by default if FSP 2.4 is enabled as 64-bits FSP should be norm moving forward. BUG=b:329034258 TEST=verified on Lunar Lake RVP board (lnlrvp) Change-Id: If0397f5cc8d0f4f1872bd37a001fe42e0c37ec98 Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80323 Reviewed-by: Krishna P Bhat D <krishna.p.bhat.d@intel.com> Reviewed-by: Usha P <usha.p@intel.com> Reviewed-by: Ashish Kumar Mishra <ashish.k.mishra@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/intel/fsp2_0/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig
index 754b04af41..9ea1526e84 100644
--- a/src/drivers/intel/fsp2_0/Kconfig
+++ b/src/drivers/intel/fsp2_0/Kconfig
@@ -55,10 +55,12 @@ if PLATFORM_USES_FSP2_0
config PLATFORM_USES_FSP2_X86_32
bool
+ default n if PLATFORM_USES_FSP2_4
default y
help
- The FSP 2.0 runs in x86_32 protected mode.
- Once there's a x86_64 FSP this needs to default to n.
+ Specify if the FSP binaries are 32-bits (yes) or 64-bits
+ (no). By default, 64-bit should be used starting with FSP
+ specification 2.4
config HAVE_INTEL_FSP_REPO
bool