vendorcode/intel/fsp/alderlake: Fix FSPS_ARCH_UPD redefinition issue
FSPS_ARCH_UPD struct is part of edk2-stable202005 branch (FspApi.h) hence local definition of FSPS_ARCH_UPD inside FspsUpd.h is causing compilation issue. Change-Id: Id5b3637d9ab6d87aab6da810f9c83d3258900a29 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45191 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
This commit is contained in:
parent
fed1a1a8b0
commit
2ee4c0d7f4
@ -80,36 +80,6 @@ typedef struct {
|
|||||||
|
|
||||||
#define SI_PCH_MAX_DEVICE_INTERRUPT_CONFIG 64 ///< Number of all PCH devices
|
#define SI_PCH_MAX_DEVICE_INTERRUPT_CONFIG 64 ///< Number of all PCH devices
|
||||||
|
|
||||||
|
|
||||||
/** FSPS_ARCH_UPD
|
|
||||||
**/
|
|
||||||
typedef struct {
|
|
||||||
|
|
||||||
/** Offset 0x0020 - Reserved
|
|
||||||
**/
|
|
||||||
UINT8 Revision;
|
|
||||||
|
|
||||||
/** Offset 0x0021 - Reserved
|
|
||||||
**/
|
|
||||||
UINT8 Reserved[3];
|
|
||||||
|
|
||||||
/** Offset 0x0024 - Reserved
|
|
||||||
**/
|
|
||||||
UINT32 Length;
|
|
||||||
|
|
||||||
/** Offset 0x0028 - Reserved
|
|
||||||
**/
|
|
||||||
UINT32 FspEventHandler;
|
|
||||||
|
|
||||||
/** Offset 0x002C - Reserved
|
|
||||||
**/
|
|
||||||
UINT8 EnableMultiPhaseSiliconInit;
|
|
||||||
|
|
||||||
/** Offset 0x002D - Reserved
|
|
||||||
**/
|
|
||||||
UINT8 Reserved1[19];
|
|
||||||
} FSPS_ARCH_UPD;
|
|
||||||
|
|
||||||
/** Fsp S Configuration
|
/** Fsp S Configuration
|
||||||
**/
|
**/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user