mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
568eb0cb4b
commit
1247a1ce22
|
@ -26,28 +26,6 @@
|
||||||
//
|
//
|
||||||
#define EFI_ACPI_2_0_REVISION 0x02
|
#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
|
// ACPI 2.0 Generic Address Space definition
|
||||||
//
|
//
|
||||||
|
|
|
@ -24,11 +24,8 @@
|
||||||
//
|
//
|
||||||
// ACPI Specification Revision
|
// ACPI Specification Revision
|
||||||
//
|
//
|
||||||
#define EFI_ACPI_3_0_REVISION 0x03 // BUGBUG: Not in spec yet.
|
#define EFI_ACPI_3_0_REVISION 0x03
|
||||||
//
|
|
||||||
// BUGBUG: OEM values need to be moved somewhere else, probably read from data hub
|
|
||||||
// and produced by a platform specific driver.
|
|
||||||
//
|
|
||||||
//
|
//
|
||||||
// ACPI 3.0 Generic Address Space definition
|
// ACPI 3.0 Generic Address Space definition
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue