soc/amd/picasso/acpi/northbridge: drop _STA method from PCI0 scope

The PCI root complex itself isn't on an enumerable bus, so without
providing an _STA method, the device will still be assumed to be present
and visible, so this won't change behavior. This also brings Picasso
more in line with Cezanne and newer SoCs.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Suggested-by: Nico Huber <nico.h@gmx.de>
Change-Id: Ied48b48113f6e871e90d17cbd216be003f05b5ef
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74993
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Felix Held 2023-06-07 02:41:04 +02:00
parent 9a070dc746
commit 94246660f1
1 changed files with 0 additions and 5 deletions

View File

@ -2,11 +2,6 @@
/* Describe the Northbridge devices */
Method(_STA, 0, NotSerialized)
{
Return(0x0f) /* Status is visible */
}
/* PCI Routing Table */
Name(PR0, Package(){
/* Bus 0, Dev 0x00 - F2: IOMMU */