summaryrefslogtreecommitdiff
path: root/src/soc/amd/genoa/acpi/soc.asl
blob: 0959ecab9d7d0d56d10ca7a456bfb68a6ef8e838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

#include <soc/amd/common/acpi/pci_root.asl>
#include "globalnvs.asl"

Scope(\_SB) {
	/* global utility methods expected within the \_SB scope */
	#include "pci_int_defs.asl"

	#include "mmio.asl"

	ROOT_BRIDGE(S0B0)
	ROOT_BRIDGE(S0B1)
	ROOT_BRIDGE(S0B2)
	ROOT_BRIDGE(S0B3)
} /* End \_SB scope */