vendorcode/intel/fsp: Update FSP header file for Alder Lake N FSP v3054.02

The headers added are generated as per FSP v3054.02.
Previous FSP version was v2503_00.
Changes Include:
- UPD Offset Update in FspmUpd.h

BUG=b:220076892
BRANCH=None
TEST=Build and boot adlnrvp

Change-Id: I7b921e2aa467597a1c764fc554e2e83e5bb522e8
Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62129
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Reviewed-by: Kangheui Won <khwon@chromium.org>
This commit is contained in:
Ronak Kanabar 2022-02-17 21:24:27 +05:30 committed by Felix Held
parent 9478527966
commit e0e6f07220
1 changed files with 3 additions and 3 deletions

View File

@ -3201,7 +3201,7 @@ typedef struct {
/** Offset 0x0AA8 - Reserved
**/
UINT8 Reserved45[136];
UINT8 Reserved45[144];
} FSP_M_CONFIG;
/** Fsp M UPD Configuration
@ -3220,11 +3220,11 @@ typedef struct {
**/
FSP_M_CONFIG FspmConfig;
/** Offset 0x0B30
/** Offset 0x0B38
**/
UINT8 UnusedUpdSpace34[6];
/** Offset 0x0B36
/** Offset 0x0B3E
**/
UINT16 UpdTerminator;
} FSPM_UPD;