Revision: 14536
http://sourceforge.net/p/edk2/code/14536
Author: shenshushi
Date: 2013-08-09 05:23:22 +0000 (Fri, 09 Aug 2013)
Log Message:
-----------
Change EFI_TCG_EVENT_HOB_GUID value to avoid the duplicated GUID value with
EFI_LEGACY_BIOS_GUID.
Signed-off-by: Shumin Qiu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Modified Paths:
--------------
trunk/edk2/SecurityPkg/Include/Guid/TcgEventHob.h
trunk/edk2/SecurityPkg/SecurityPkg.dec
Modified: trunk/edk2/SecurityPkg/Include/Guid/TcgEventHob.h
===================================================================
--- trunk/edk2/SecurityPkg/Include/Guid/TcgEventHob.h 2013-08-09 03:39:37 UTC
(rev 14535)
+++ trunk/edk2/SecurityPkg/Include/Guid/TcgEventHob.h 2013-08-09 05:23:22 UTC
(rev 14536)
@@ -3,7 +3,7 @@
a TPM DXE Driver. A GUIDed HOB is generated for each measurement
made in the PEI Phase.
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD
License
which accompanies this distribution. The full text of the license may be
found at
@@ -22,7 +22,7 @@
///
#define EFI_TCG_EVENT_HOB_GUID \
{ \
- 0x2e3044ac, 0x879f, 0x490f, {0x97, 0x60, 0xbb, 0xdf, 0xaf, 0x69, 0x5f,
0x50 } \
+ 0x2b9ffb52, 0x1b13, 0x416f, { 0xa8, 0x7b, 0xbc, 0x93, 0xd, 0xef, 0x92,
0xa8 } \
}
extern EFI_GUID gTcgEventEntryHobGuid;
Modified: trunk/edk2/SecurityPkg/SecurityPkg.dec
===================================================================
--- trunk/edk2/SecurityPkg/SecurityPkg.dec 2013-08-09 03:39:37 UTC (rev
14535)
+++ trunk/edk2/SecurityPkg/SecurityPkg.dec 2013-08-09 05:23:22 UTC (rev
14536)
@@ -2,7 +2,7 @@
# This package includes the security drivers, defintions(including
PPIs/PROTOCOLs/GUIDs
# and library classes) and libraries instances.
#
-# Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials are licensed and made available
under
# the terms and conditions of the BSD License which accompanies this
distribution.
# The full text of the license may be found at
@@ -45,7 +45,7 @@
gEfiCertDbGuid = { 0xd9bee56e, 0x75dc, 0x49d9, { 0xb4,
0xd7, 0xb5, 0x34, 0x21, 0xf, 0x63, 0x7a } }
## Include/Guid/TcgEventHob.h
- gTcgEventEntryHobGuid = { 0x2e3044ac, 0x879f, 0x490f, {0x97,
0x60, 0xbb, 0xdf, 0xaf, 0x69, 0x5f, 0x50 }}
+ gTcgEventEntryHobGuid = { 0x2b9ffb52, 0x1b13, 0x416f, { 0xa8,
0x7b, 0xbc, 0x93, 0xd, 0xef, 0x92, 0xa8 }}
## Include/Guid/MeasuredFvHob.h
gMeasuredFvHobGuid = { 0xb2360b42, 0x7173, 0x420a, { 0x86,
0x96, 0x46, 0xca, 0x6b, 0xab, 0x10, 0x60 }}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits