summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h')
-rw-r--r--IntelFrameworkPkg/Include/Common/FrameworkDxeCis.h14
1 files changed, 14 insertions, 0 deletions
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