*.asl: Remove obsolete reference to TPM ASL file
TPM ACPI entries are automatically generated, and the old static TPM ASL file is obsolete. Remove the reference to this obsolete static and empty ASL file. Delete src/drivers/pc80/tpm/acpi/tpm.asl. Change-Id: I6163e6d59c53117ecbbbb0a6838101abb468de36 Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/19291 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
0bb611d125
commit
5b4d2cfc73
|
@ -24,14 +24,6 @@ Scope (\_SB)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
Scope (\_SB.PCI0.RP01)
|
Scope (\_SB.PCI0.RP01)
|
||||||
{
|
{
|
||||||
Device (WLAN)
|
Device (WLAN)
|
||||||
|
|
|
@ -22,11 +22,3 @@ Scope (\_SB)
|
||||||
Name (_HID, EisaId ("PNP0C0C"))
|
Name (_HID, EisaId ("PNP0C0C"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
|
@ -26,15 +26,6 @@ Scope (\_SB)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
Scope (\_SB.I2C1)
|
Scope (\_SB.I2C1)
|
||||||
{
|
{
|
||||||
Device (ETSA)
|
Device (ETSA)
|
||||||
|
|
|
@ -22,11 +22,3 @@ Scope (\_SB)
|
||||||
Name (_HID, EisaId ("PNP0C0C"))
|
Name (_HID, EisaId ("PNP0C0C"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
|
@ -23,11 +23,3 @@ Scope (\_SB)
|
||||||
Name (_HID, EisaId ("PNP0C0C"))
|
Name (_HID, EisaId ("PNP0C0C"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
|
@ -23,11 +23,3 @@ Scope (\_SB)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
|
@ -21,11 +21,3 @@ Scope (\_SB)
|
||||||
Name (_HID, EisaId ("PNP0C0C"))
|
Name (_HID, EisaId ("PNP0C0C"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
|
@ -26,13 +26,6 @@ Scope (\_SB)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
Scope (\_SB.I2C1)
|
Scope (\_SB.I2C1)
|
||||||
{
|
{
|
||||||
Device (ATSB)
|
Device (ATSB)
|
||||||
|
|
|
@ -51,14 +51,6 @@ DefinitionBlock(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Chipset specific sleep states */
|
/* Chipset specific sleep states */
|
||||||
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,14 +52,6 @@ DefinitionBlock(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Chipset specific sleep states */
|
/* Chipset specific sleep states */
|
||||||
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,14 +52,6 @@ DefinitionBlock(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Chipset specific sleep states */
|
/* Chipset specific sleep states */
|
||||||
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,14 +51,6 @@ DefinitionBlock(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Chipset specific sleep states */
|
/* Chipset specific sleep states */
|
||||||
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,14 +51,6 @@ DefinitionBlock(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Chipset specific sleep states */
|
/* Chipset specific sleep states */
|
||||||
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,14 +85,6 @@ DefinitionBlock(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Chipset specific sleep states */
|
/* Chipset specific sleep states */
|
||||||
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
||||||
|
|
||||||
|
|
|
@ -51,14 +51,6 @@ DefinitionBlock(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Chipset specific sleep states */
|
/* Chipset specific sleep states */
|
||||||
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,14 +50,6 @@ DefinitionBlock(
|
||||||
#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
|
#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
* LPC Trusted Platform Module
|
|
||||||
*/
|
|
||||||
Scope (\_SB.PCI0.LPCB)
|
|
||||||
{
|
|
||||||
#include <drivers/pc80/tpm/acpi/tpm.asl>
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Chipset specific sleep states */
|
/* Chipset specific sleep states */
|
||||||
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
#include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
|
||||||
|
|
Loading…
Reference in New Issue