]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscResetCapabilitiesData.c
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c
new file mode 100644 (file)
index 0000000..903a34d
--- /dev/null
@@ -0,0 +1,48 @@
+/** @file\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
+\r
+\r
+Module Name:\r
+\r
+    MiscResetCapabilitiesData.c\r
+\r
+Abstract:\r
+\r
+  Static data of Reset Capabilities information.\r
+  Reset Capabilities information is Misc. subclass type 17 and SMBIOS type 23.\r
+\r
+\r
+**/\r
+\r
+\r
+#include "CommonHeader.h"\r
+\r
+#include "MiscSubclassDriver.h"\r
+\r
+//\r
+// Static (possibly build generated) Bios Vendor data.\r
+//\r
+MISC_SMBIOS_TABLE_DATA(EFI_MISC_RESET_CAPABILITIES, MiscResetCapabilities)\r
+= {\r
+  {       // ResetCapabilities\r
+    0,    // Status\r
+    0,    // BootOption\r
+    0,    // BootOptionOnLimit\r
+    0,    // WatchdogTimerPresent\r
+    0     // Reserved\r
+  },\r
+  0xFFFF, // ResetCount\r
+  0xFFFF, // ResetLimit\r
+  0xFFFF, // ResetTimerInterval\r
+  0xFFFF  // ResetTimeout\r
+};\r