Attention is currently required from: Matt DeVillier.
Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74302 )
Change subject: soc/amd/stoneyridge/acpi/northbridge.asl: drop TOM1&TOM2 externals ......................................................................
soc/amd/stoneyridge/acpi/northbridge.asl: drop TOM1&TOM2 externals
The TOM1 and TOM2 external objects are neither needed nor used, so remove them.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I8f2df272581c82a8918b06596b6a5b934028e664 --- M src/soc/amd/stoneyridge/acpi/northbridge.asl 1 file changed, 13 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/74302/1
diff --git a/src/soc/amd/stoneyridge/acpi/northbridge.asl b/src/soc/amd/stoneyridge/acpi/northbridge.asl index 7ed6225..f6044a9 100644 --- a/src/soc/amd/stoneyridge/acpi/northbridge.asl +++ b/src/soc/amd/stoneyridge/acpi/northbridge.asl @@ -1,8 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */
/* Note: Only need HID on Primary Bus */ -External (TOM1) -External (TOM2) Name(_HID, EISAID("PNP0A08")) /* PCI Express Root Bridge */ Name(_CID, EISAID("PNP0A03")) /* PCI Root Bridge */