Revision: 17126
http://sourceforge.net/p/edk2/code/17126
Author: vanjeff
Date: 2015-04-07 06:30:11 +0000 (Tue, 07 Apr 2015)
Log Message:
-----------
MdePkg: Missing GUID variable in DiskInfo.h
The DiskInfo.h defines EFI_DISK_INFO_NVME_INTERFACE_GUID, but does not declare
a corresponding EFI_GUID variable.
The attached patch adds "extern" statement for the variable in DiskInfo.h. It
also adds variable definition to MdePkg.dec.
(Sync patch r17102 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Felix Polyudov <[email protected]>
Reviewed-by: Feng Tian <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/17102
Modified Paths:
--------------
branches/UDK2014.SP1/MdePkg/Include/Protocol/DiskInfo.h
branches/UDK2014.SP1/MdePkg/MdePkg.dec
Modified: branches/UDK2014.SP1/MdePkg/Include/Protocol/DiskInfo.h
===================================================================
--- branches/UDK2014.SP1/MdePkg/Include/Protocol/DiskInfo.h 2015-04-07
05:33:41 UTC (rev 17125)
+++ branches/UDK2014.SP1/MdePkg/Include/Protocol/DiskInfo.h 2015-04-07
06:30:11 UTC (rev 17126)
@@ -204,5 +204,6 @@
extern EFI_GUID gEfiDiskInfoScsiInterfaceGuid;
extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid;
extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid;
+extern EFI_GUID gEfiDiskInfoNvmeInterfaceGuid;
#endif
Modified: branches/UDK2014.SP1/MdePkg/MdePkg.dec
===================================================================
--- branches/UDK2014.SP1/MdePkg/MdePkg.dec 2015-04-07 05:33:41 UTC (rev
17125)
+++ branches/UDK2014.SP1/MdePkg/MdePkg.dec 2015-04-07 06:30:11 UTC (rev
17126)
@@ -628,6 +628,13 @@
## Include/IndustryStandard/Hsti.h
gAdapterInfoPlatformSecurityGuid = {0x6be272c7, 0x1320, 0x4ccd, { 0x90,
0x17, 0xd4, 0x61, 0x2c, 0x01, 0x2b, 0x25 }}
+ #
+ # GUID defined in PI1.3
+ #
+ ## Guid for EFI_DISK_INFO_PROTOCOL.Interface to specify Nvme interface.
+ ## Include/Protocol/DiskInfo.h
+ gEfiDiskInfoNvmeInterfaceGuid = { 0x3ab14680, 0x5d3f, 0x4a4d, { 0xbc, 0xdc,
0xcc, 0x38, 0x0, 0x18, 0xc7, 0xf7 }}
+
[Guids.IA32, Guids.X64]
## Include/Guid/Cper.h
gEfiIa32X64ErrorTypeCacheCheckGuid = { 0xA55701F5, 0xE3EF, 0x43de, { 0xAC,
0x72, 0x24, 0x9B, 0x57, 0x3F, 0xAD, 0x2C }}
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits