X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FCommon%2FFrameworkDxeCis.h;h=08af44fe9f0a22898ccded1528c79c1c58b79fb7;hp=197fa7c5d2aef8cac20b3065079dfcf2eeaec8c8;hb=b51e6bc460faece1e936a247fcbc0680bf487d2d;hpb=564995cdf55ca9dc057d0c966947caa7ace20e21;ds=sidebyside diff --git a/IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h b/IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h index 197fa7c5d2..08af44fe9f 100644 --- a/IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h +++ b/IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h @@ -66,6 +66,20 @@ typedef struct { #define EFI_EVENT_SIGNAL_READY_TO_BOOT 0x00000203 #define EFI_EVENT_SIGNAL_LEGACY_BOOT 0x00000204 + +typedef struct { + EFI_DEVICE_PATH_PROTOCOL Header; + EFI_GUID TianoSpecificDevicePath; + UINT32 Type; +} TIANO_DEVICE_PATH; + +#define TIANO_MEDIA_FW_VOL_FILEPATH_DEVICE_PATH_TYPE 0x01 +typedef struct { + TIANO_DEVICE_PATH Tiano; + EFI_GUID NameGuid; +} FRAMEWORK_MEDIA_FW_VOL_FILEPATH_DEVICE_PATH; + + // // Function prototype for invoking a function on an Application Processor // Used by both the SMM infrastructure and the MP Services Protocol