soc/amd/genoa/acpi/soc: add root bridges to DSDT

Add the 4 root bridge devices using the ROOT_BRIDGE macro.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: If405a90981e5c1fea51935c520800a245473317e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79467
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2023-12-12 18:46:52 +01:00
parent 7949a1b73b
commit c8dfd6d935
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <soc/amd/common/acpi/pci_root.asl>
#include "globalnvs.asl"
Scope(\_SB) {
@ -7,4 +8,9 @@ Scope(\_SB) {
#include "pci_int_defs.asl"
#include "mmio.asl"
ROOT_BRIDGE(S0B0)
ROOT_BRIDGE(S0B1)
ROOT_BRIDGE(S0B2)
ROOT_BRIDGE(S0B3)
} /* End \_SB scope */