]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.h
Set RTC initial time to be BIOS Release time.
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformDxe / PlatformDxe.h
index 42197cab18cbd617d49b2e67946b771718e7d3da..ec69e617dccce9193e996540c5dd115d4bd85518 100644 (file)
@@ -1,15 +1,15 @@
 /*++\r
 \r
-  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
-                                                                                   \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
-                                                                                   \r\r
+  Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
+                                                                                   \r
+  This program and the accompanying materials are licensed and made available under\r
+  the terms and conditions of the BSD License that accompanies this distribution.  \r
+  The full text of the license may be found at                                     \r
+  http://opensource.org/licenses/bsd-license.php.                                  \r
+                                                                                   \r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r
+                                                                                   \r
 \r
 \r
 Module Name:\r
@@ -45,6 +45,7 @@ Abstract:
 #include <Library/Tpm2CommandLib.h>\r
 #include <Library/Tpm2DeviceLib.h>\r
 #include <Library/BaseCryptLib.h>\r
+#include <Library/BiosIdLib.h>\r
 #include <Protocol/GlobalNvsArea.h>\r
 #include <Protocol/PciRootBridgeIo.h>\r
 #include <Protocol/IsaAcpi.h>\r
@@ -60,6 +61,7 @@ Abstract:
 #include <Protocol/DataHub.h>\r
 #include <Protocol/PciIo.h>\r
 #include <Protocol/Speaker.h>\r
+#include <Protocol/ExitPmAuth.h>\r
 #include <IndustryStandard/Pci22.h>\r
 #include <Guid/SetupVariable.h>\r
 #include <Guid/PlatformInfo.h>\r
@@ -634,6 +636,13 @@ InitializeObservableProtocol();
 EFI_STATUS\r
 PciBusDriverHook();\r
 \r
+VOID\r
+EFIAPI\r
+AdjustDefaultRtcTimeCallback (\r
+  IN EFI_EVENT        Event,\r
+  IN VOID             *Context\r
+  );\r
+\r
 typedef struct _GOP_DISPLAY_BRIGHTNESS_PROTOCOL GOP_DISPLAY_BRIGHTNESS_PROTOCOL;\r
 \r
 typedef\r