/* SPDX-License-Identifier: GPL-2.0-only */ #include #include "globalnvs.asl" Scope(\_SB) { /* global utility methods expected within the \_SB scope */ #include #include #include #include "pci_int_defs.asl" #include "mmio.asl" ROOT_BRIDGE(S0B0) ROOT_BRIDGE(S0B1) ROOT_BRIDGE(S0B2) ROOT_BRIDGE(S0B3) } /* End \_SB scope */ #include #include #include /* * Platform Notify * * This is called by soc/amd/common/acpi/platform.asl. */ Method (PNOT) { /* Report AC/DC state to ALIB using WAL1() */ \WAL1 () }