soc: Remove copyright notices
[coreboot.git] / src / soc / intel / apollolake / acpi / southbridge.asl
blob297038f755671edb02482bb1d1b47494be507fa0
1 /*
2  * This file is part of the coreboot project.
3  *
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  */
16 #include <intelblocks/pcr.h>
17 #include <soc/gpe.h>
19 /* PCIE device */
20 #include "pcie.asl"
22 /* LPSS device */
23 #include "lpss.asl"
25 /* PCI IRQ assignment */
26 #include "pci_irqs.asl"
28 /* GPIO controller */
29 #include "gpio.asl"
31 #include "xhci.asl"
33 /* LPC */
34 #include <soc/intel/common/block/acpi/acpi/lpc.asl>
36 /* eMMC */
37 #include "scs.asl"
39 /* PMC IPC controller */
40 #include "pmc_ipc.asl"
42 /* PCI _OSC */
43 #include <soc/intel/common/acpi/pci_osc.asl>
45 /* SGX */
46 #if CONFIG(SOC_INTEL_COMMON_BLOCK_SGX)
47 #include <soc/intel/common/acpi/sgx.asl>
48 #endif