Revision: 14025
http://edk2.svn.sourceforge.net/edk2/?rev=14025&view=rev
Author: vanjeff
Date: 2012-12-27 02:13:15 +0000 (Thu, 27 Dec 2012)
Log Message:
-----------
Sync patch r13513 from main trunk.
Defer TCG table publish after LASA/LAML in the table got updated.
Revision Links:
--------------
http://edk2.svn.sourceforge.net/edk2/?rev=13513&view=rev
Modified Paths:
--------------
branches/UDK2010.SR1/SecurityPkg/Tcg/TcgDxe/TcgDxe.c
Modified: branches/UDK2010.SR1/SecurityPkg/Tcg/TcgDxe/TcgDxe.c
===================================================================
--- branches/UDK2010.SR1/SecurityPkg/Tcg/TcgDxe/TcgDxe.c 2012-12-26
04:33:15 UTC (rev 14024)
+++ branches/UDK2010.SR1/SecurityPkg/Tcg/TcgDxe/TcgDxe.c 2012-12-27
02:13:15 UTC (rev 14025)
@@ -1209,11 +1209,6 @@
EFI_NATIVE_INTERFACE,
&mTcgDxeData.TcgProtocol
);
- //
- // Install ACPI Table
- //
- EfiCreateProtocolNotifyEvent (&gEfiAcpiTableProtocolGuid, TPL_CALLBACK,
InstallAcpiTable, NULL, &Registration);
-
if (!EFI_ERROR (Status) && !mTcgDxeData.BsCap.TPMDeactivatedFlag) {
//
// Setup the log area and copy event log from hob list to it
@@ -1253,5 +1248,10 @@
);
}
+ //
+ // Install ACPI Table
+ //
+ EfiCreateProtocolNotifyEvent (&gEfiAcpiTableProtocolGuid, TPL_CALLBACK,
InstallAcpiTable, NULL, &Registration);
+
return Status;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits