summaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/Kconfig
diff options
context:
space:
mode:
authorRonak Kanabar <ronak.kanabar@intel.com>2024-01-31 16:13:51 +0530
committerFelix Held <felix-coreboot@felixheld.de>2024-03-05 14:06:34 +0000
commit12756e67940baafb4b1e031d8c79dd7b40cbfc1c (patch)
tree24d6b1169eac42de4c5c5b936ec87e40b89f66b3 /src/vendorcode/intel/Kconfig
parent1b53eb107757f14dfb385ba62ad4580b14f5b98d (diff)
Revert "vc/intel/edk2: Remove edk2-stable202111 support"
This reverts commit b5f6320c694766d10023fe8f5183c9c143441b2b. ADL-N FSP uses 202111 Edk2. There are structure definition changes between 202005 and 202111. One of change is in FSP_INFO_HEADER structure. This patch is to bring back support of edk2-stable202111. BUG=b:296433836 TEST=Able to build google/crassk. Change-Id: Id1d3e2c5b368a479e637f3ab3d18e242607849ed Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80273 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/vendorcode/intel/Kconfig')
-rw-r--r--src/vendorcode/intel/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig
index 595a1c61c8..69fbc00957 100644
--- a/src/vendorcode/intel/Kconfig
+++ b/src/vendorcode/intel/Kconfig
@@ -15,6 +15,10 @@ config UDK_202005_BINDING
def_bool n
select UDK_BASE
+config UDK_202111_BINDING
+ def_bool n
+ select UDK_BASE
+
config UDK_202302_BINDING
def_bool n
select UDK_BASE
@@ -32,6 +36,10 @@ config UDK_202005_VERSION
int
default 202005
+config UDK_202111_VERSION
+ int
+ default 202111
+
config UDK_202302_VERSION
int
default 202302
@@ -39,6 +47,7 @@ config UDK_202302_VERSION
config UDK_VERSION
int
default 202302 if UDK_202302_BINDING
+ default 202111 if UDK_202111_BINDING
default 202005 if UDK_202005_BINDING
default 2017 if UDK_2017_BINDING
default 2013