diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-24 11:55:37 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-25 10:07:02 +0000 |
commit | 4d99cdeaf90561413e37d6b7efc3ce75321f31fc (patch) | |
tree | 82df3b6cd78dd79559451721e2d04055a933bb90 /src/mainboard/amd | |
parent | 5216b72a9918a5f3bd774f161399d135ffafd517 (diff) |
src/mainboard: Drop wrong _ADR objects
ACPI Version 6.3 Section 6.1: "A device object must contain either an _HID
object or an _ADR object, but should not contain both."
Change-Id: I50cafce0aaf465ee95562ccff6c8f63fb22096c0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36294
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl b/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl index e04bf1d25b..0c4cd3881c 100644 --- a/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl +++ b/src/mainboard/amd/serengeti_cheetah_fam10/dsdt.asl @@ -46,7 +46,6 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, OEM_ID, ACPI_TABLE_CREATOR, 100925440) External (CBB2) Name (_HID, EisaId ("PNP0A03")) - Name (_ADR, 0x00000000) Name (_UID, 0x01) Name (HCIN, 0x00) // HC1 @@ -118,7 +117,6 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, OEM_ID, ACPI_TABLE_CREATOR, 100925440) Device (PCI1) { Name (_HID, "PNP0A03") - Name (_ADR, 0x00000000) Name (_UID, 0x02) Method (_STA, 0, NotSerialized) { @@ -133,7 +131,6 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, OEM_ID, ACPI_TABLE_CREATOR, 100925440) Device (PCI2) { Name (_HID, "PNP0A03") - Name (_ADR, 0x00000000) Name (_UID, 0x02) Method (_STA, 0, NotSerialized) { |