summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Acpi
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-08-22 14:21:51 +0800
committerGuo Mang <mang.guo@intel.com>2017-08-24 18:47:48 +0800
commit6c9d8b71de4af938e40160add4dafbf4cac392cd (patch)
tree83da78ec8cbe716cb8cc6583bf3be6a751714532 /Platform/BroxtonPlatformPkg/Common/Acpi
parent99858dd36345505607eea07765cf06d16ae03806 (diff)
downloadedk2-platforms-6c9d8b71de4af938e40160add4dafbf4cac392cd.tar.xz
BroxtonPlatformPkg: Code cleanup
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/Acpi')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatform.h4
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/ScLpss.asl38
2 files changed, 3 insertions, 39 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatform.h b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatform.h
index f588165198..73e1ddadc0 100644
--- a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatform.h
+++ b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatform.h
@@ -2,7 +2,7 @@
This file describes the contents of the ACPI Fixed ACPI Description Table
(FADT).
- Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -23,7 +23,7 @@
// ACPI table information used to initialize tables.
//
#define EFI_ACPI_OEM_ID 'I','N','T','E','L',' ' // OEMID 6 bytes long
-#define EFI_ACPI_OEM_TABLE_ID SIGNATURE_64('L','A','N','F','O','R','D','C') // OEM table id 8 bytes long
+#define EFI_ACPI_OEM_TABLE_ID SIGNATURE_64('M','I','N','N','O','W','v','3') // OEM table id 8 bytes long
#define EFI_ACPI_OEM_REVISION 0x00000005
#define EFI_ACPI_CREATOR_ID SIGNATURE_32('M','S','F','T')
#define EFI_ACPI_CREATOR_REVISION 0x0100000D
diff --git a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/ScLpss.asl b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/ScLpss.asl
index 9ad39c8296..bb462b70c2 100644
--- a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/ScLpss.asl
+++ b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/ScLpss.asl
@@ -1,7 +1,7 @@
/** @file
ACPI DSDT table
- Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2012 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -47,24 +47,6 @@ scope (\_SB.PCI0) {
Return (RBUF)
}
- Device (VUT0) {
- Name (_HID, "INT3511")
- Method (_STA, 0x0, NotSerialized)
- {
- If(LEqual(OSYS,2015)) {
- Return(0xf)
- }
- else {
- Return(0)
- }
- }
- Method(_CRS, 0x0, NotSerialized){
- Name(SBUF, ResourceTemplate (){
- UARTSerialBus(115200,,,0xfc,,,,32,32,"\\_SB.PCI0.URT1" )
- })
- Return (SBUF)
- }
- } //Device (VUT0)
} // Device (URT1)
@@ -91,24 +73,6 @@ scope (\_SB.PCI0) {
PSAT, 32
}
- Device (VUT1) {
- Name (_HID, "INT3512")
- Method (_STA, 0x0, NotSerialized)
- {
- If(LEqual(OSYS,2015)) {
- Return(0xf)
- }
- else {
- Return(0)
- }
- }
- Method(_CRS, 0x0, NotSerialized){
- Name(SBUF, ResourceTemplate (){
- UARTSerialBus(115200,,,0xfc,,,,32,32,"\\_SB.PCI0.URT2" )
- })
- Return (SBUF)
- }
- } // Device(VUT1)
} // Device (URT2)
//