]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: bump commonly used ACPI table revision numbers
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 4 Mar 2013 17:36:36 +0000 (17:36 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 4 Mar 2013 17:36:36 +0000 (17:36 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14151 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/AcpiTables/Platform.h

index e8fae3c83937ba445471e09ed9dcc55891b1f06f..451238abfc5c195799002d6fe4fdf82915377621 100644 (file)
@@ -1,6 +1,7 @@
 /** @file\r
   Platform specific defines for constructing ACPI tables\r
 \r
+  Copyright (c) 2012, 2013, Red Hat, Inc.\r
   Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are\r
   licensed and made available under the terms and conditions of the BSD License\r
@@ -23,9 +24,9 @@
 //\r
 #define EFI_ACPI_OEM_ID           'O','V','M','F',' ',' '   // OEMID 6 bytes long\r
 #define EFI_ACPI_OEM_TABLE_ID     SIGNATURE_64('O','V','M','F','E','D','K','2') // OEM table id 8 bytes long\r
-#define EFI_ACPI_OEM_REVISION     0x20120804\r
+#define EFI_ACPI_OEM_REVISION     0x20130221\r
 #define EFI_ACPI_CREATOR_ID       SIGNATURE_32('O','V','M','F')\r
-#define EFI_ACPI_CREATOR_REVISION 0x00000098\r
+#define EFI_ACPI_CREATOR_REVISION 0x00000099\r
 \r
 #define INT_MODEL       0x01\r
 #define SCI_INT_VECTOR  0x0009\r