soc: Remove copyright notices
[coreboot.git] / src / soc / intel / icelake / acpi / southbridge.asl
blob3dd4894638147c6256df8a2dd91a507688087b57
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/itss.h>
17 #include <intelblocks/pcr.h>
18 #include <soc/itss.h>
19 #include <soc/pcr_ids.h>
21 /* PCI IRQ assignment */
22 #include "pci_irqs.asl"
24 /* PCR access */
25 #include <soc/intel/common/acpi/pcr.asl>
27 /* eMMC, SD Card */
28 #include "scs.asl"
30 /* GPIO controller */
31 #include "gpio.asl"
33 /* ESPI 0:1f.0 */
34 #include <soc/intel/common/block/acpi/acpi/lpc.asl>
36 /* PCH HDA */
37 #include "pch_hda.asl"
39 /* PCIE Ports */
40 #include "pcie.asl"
42 /* Serial IO */
43 #include "serialio.asl"
45 /* SMBus 0:1f.4 */
46 #include "smbus.asl"
48 /* USB XHCI 0:14.0 */
49 #include "xhci.asl"
51 /* PCI _OSC */
52 #include <soc/intel/common/acpi/pci_osc.asl>
54 /* GBe 0:1f.6 */
55 #include "pch_glan.asl"