vendorcode/intel: Add edk2-stable202111 support

This patch includes (edk2/edk2-stable202111) all required
headers for edk2-stable202111 EDK2 tag from EDK2 github
project using below command:

>> git clone -b edk2-stable202111 https://github.com/tianocore/edk2.git

commit hash: bb1bba3d776733c41dbfa2d1dc0fe234819a79f2

Only include necessary header files.

MdePkg/Include/Base.h was updated to avoid compilation errors
through safeguarding definitions for MIN, MAX, NULL, ABS, ARRAY_SIZE.

Note: edk2-stable202111 tag is required to adopt FSP 2.3 specification.
- Need to add ExtendedImageRevision in FSP_INFO_HEADER structure.
- Need to add FSP_NON_VOLATILE_STORAGE_HOB2 header.

Change-Id: I786cc05f9a638ac6226ebc8c0eaf1dc8189a4ca4
Signed-off-by: Subrata Banik <subi.banik@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59986
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
This commit is contained in:
Subrata Banik
2021-12-09 02:46:38 +05:30
committed by Subrata Banik
parent dd1ee27503
commit 20fe24b4f7
583 changed files with 237673 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ config UDK_202005_BINDING
def_bool n
select UDK_BASE
config UDK_202111_BINDING
def_bool n
select UDK_BASE
if UDK_BASE
config UDK_2013_VERSION
int
@@ -36,8 +40,13 @@ config UDK_202005_VERSION
int
default 202005
config UDK_202111_VERSION
int
default 202111
config UDK_VERSION
int
default UDK_202111_VERSION if UDK_202111_BINDING
default UDK_202005_VERSION if UDK_202005_BINDING
default UDK_2017_VERSION if UDK_2017_BINDING
default UDK_2015_VERSION if UDK_2015_BINDING