Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74301 )
Change subject: soc/amd/picasso/acpi/northbridge.asl: drop unneeded TOM1&TOM2 externals ......................................................................
soc/amd/picasso/acpi/northbridge.asl: drop unneeded TOM1&TOM2 externals
The TOM1 and TOM2 external objects are neither needed nor used, so remove them.
TEST=Mandolin still boots and no new or possibly related ACPI errors in dmesg.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ie7b5c155692d1c621546857af99b390de8a8a26e --- M src/soc/amd/picasso/acpi/northbridge.asl 1 file changed, 16 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/74301/1
diff --git a/src/soc/amd/picasso/acpi/northbridge.asl b/src/soc/amd/picasso/acpi/northbridge.asl index 6850a1a..f9eed4e 100644 --- a/src/soc/amd/picasso/acpi/northbridge.asl +++ b/src/soc/amd/picasso/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 */