soc/intel/alderlake/acpi: Add SoC ACPI directory for ADL
commit080899244192922fac12c97d1f81854c38851636
authorSubrata Banik <subrata.banik@intel.com>
Sat, 3 Oct 2020 07:32:06 +0000 (3 13:02 +0530)
committerSubrata Banik <subrata.banik@intel.com>
Tue, 6 Oct 2020 12:29:58 +0000 (6 12:29 +0000)
tree7f8fce9affd2e910ae25ba7691abba5a80659fdb
parent1fa35859fe6af0ddea205136c96234dc04b89cba
soc/intel/alderlake/acpi: Add SoC ACPI directory for ADL

List of changes:
1. Select common ACPI Kconfig to include common ACPI code block
from IA-common code
2. Select ACPI Kconfig support for wake up from sleep states.
3. Add SoC ASL code in ASL 2.0 syntax for SoC IPs like IPU, ISH,
LAN, HDA etc.

Change-Id: I7509e8c46038b1edfc501db74e763f198efb56ab
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45972
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
13 files changed:
src/soc/intel/alderlake/Kconfig
src/soc/intel/alderlake/acpi/camera_clock_ctl.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/dptf.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/pch_hda.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/pci_irqs.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/pcie.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/serialio.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/southbridge.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/tcss.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/tcss_dma.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/tcss_pcierp.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/tcss_xhci.asl [new file with mode: 0644]
src/soc/intel/alderlake/acpi/xhci.asl [new file with mode: 0644]