summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-17 05:43:49 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-17 05:43:49 +0000
commit1247a1ce223db08050eb85a493a39cba50f24573 (patch)
tree92a2b4342fa1ebb5b1d593f62421ddfcf8c25a7b
parent568eb0cb4be2a61d7ae6273582438fd80223f49c (diff)
downloadedk2-1247a1ce223db08050eb85a493a39cba50f24573.zip
edk2-1247a1ce223db08050eb85a493a39cba50f24573.tar.gz
edk2-1247a1ce223db08050eb85a493a39cba50f24573.tar.bz2
Remove EFI_ACPI_2_0_OEM_ID etc. in Acpi2_0.h.
Remove bugbug comment in Acpi3_0.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3288 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi2_0.h22
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi3_0.h7
2 files changed, 2 insertions, 27 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi2_0.h b/MdePkg/Include/IndustryStandard/Acpi2_0.h
index 9d46813..a4e5226 100644
--- a/MdePkg/Include/IndustryStandard/Acpi2_0.h
+++ b/MdePkg/Include/IndustryStandard/Acpi2_0.h
@@ -27,28 +27,6 @@
#define EFI_ACPI_2_0_REVISION 0x02
//
-// BUGBUG: OEM values need to be moved somewhere else, probably read from data hub
-// and produced by a platform specific driver.
-//
-//
-// ACPI OEM ID
-//
-#define EFI_ACPI_2_0_OEM_ID "INTEL "
-#define EFI_ACPI_2_0_OEM_TABLE_ID 0x5034303738543245 // "E2T8704P"
-//
-// ACPI OEM Revision
-//
-#define EFI_ACPI_2_0_OEM_REVISION 0x00000002
-
-//
-// ACPI table creator ID
-//
-#define EFI_ACPI_2_0_CREATOR_ID 0x5446534D // TBD "MSFT"
-//
-// ACPI table creator revision
-//
-#define EFI_ACPI_2_0_CREATOR_REVISION 0x01000013 // TBD
-//
// ACPI 2.0 Generic Address Space definition
//
typedef struct {
diff --git a/MdePkg/Include/IndustryStandard/Acpi3_0.h b/MdePkg/Include/IndustryStandard/Acpi3_0.h
index 8e184ca..2f18641 100644
--- a/MdePkg/Include/IndustryStandard/Acpi3_0.h
+++ b/MdePkg/Include/IndustryStandard/Acpi3_0.h
@@ -24,11 +24,8 @@
//
// ACPI Specification Revision
//
-#define EFI_ACPI_3_0_REVISION 0x03 // BUGBUG: Not in spec yet.
-//
-// BUGBUG: OEM values need to be moved somewhere else, probably read from data hub
-// and produced by a platform specific driver.
-//
+#define EFI_ACPI_3_0_REVISION 0x03
+
//
// ACPI 3.0 Generic Address Space definition
//