Reviewed-by: Ashraf Ali S <[email protected]> -----Original Message----- From: Chang, Hunter <[email protected]> Sent: Tuesday, June 13, 2023 6:10 PM To: [email protected] Cc: Chang, Hunter <[email protected]>; Ni, Ray <[email protected]>; Chaganty, Rangasai V <[email protected]>; Oram, Isaac W <[email protected]>; S, Ashraf Ali <[email protected]>; Chen, Tina <[email protected]>; Chen, Arthur G <[email protected]> Subject: [PATCH v1] IntelSiliconPkg: Add gEndOfSiInitPpiGuid definition in DEC file
From: Hunter Chang <[email protected]> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4371 Add gEndOfSiInitPpiGuid definition in IntelSiliconPkg.dec gEndOfSiInitPpiGuid indicates the end of all of the silicon init. Add it to IntellSiliconPkg for AFP improvement. Signed-off-by: Hunter Chang <[email protected]> Cc: Ray Ni <[email protected]> Cc: Rangasai V Chaganty <[email protected]> Cc: Isaac Oram <[email protected]> Cc: Ashraf Ali S <[email protected]> Cc: Tina Chen <[email protected]> Cc: Arthur Chen <[email protected]> --- Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec b/Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec index ec8690a8d6..c540ef40ad 100644 --- a/Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec +++ b/Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec @@ -113,6 +113,7 @@ gEdkiiVTdInfoPpiGuid = { 0x8a59fcb3, 0xf191, 0x400c, { 0x97, 0x67, 0x67, 0xaf, 0x2b, 0x25, 0x68, 0x4a } } gEdkiiVTdNullRootEntryTableGuid = { 0x3de0593f, 0x6e3e, 0x4542, { 0xa1, 0xcb, 0xcb, 0xb2, 0xdb, 0xeb, 0xd8, 0xff } } gIntelDieInfoPpiGuid = { 0xF9E45CBF, 0x1E21, 0x434A, { 0x90, 0x88, 0x1D, 0x10, 0x38, 0xF3, 0x68, 0xF2 }}+ gEndOfSiInitPpiGuid = { 0xE2E3D5D1, 0x8356, 0x4F96, { 0x9C, 0x9E, 0x2E, 0xC3, 0x48, 0x1D, 0xEA, 0x88 }} [Protocols] ## Protocols that provide services for the Intel(R) PCH SPI Host Controller Compatibility Interface-- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106060): https://edk2.groups.io/g/devel/message/106060 Mute This Topic: https://groups.io/mt/99504366/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
