summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/acpi
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/*: Correct ACPI device name for eMMCMatt DeVillier2023-11-021-1/+1
* soc/intel/cannonlake: Add ACPI devices for FSPI, SRAM, HEC1Matt DeVillier2023-10-232-0/+16
* soc/intel: Move USB wake methods to a common ASL fileReka Norman2023-10-041-45/+2
* soc/intel: Rename pcr.asl to pch_pcr.aslSubrata Banik2023-07-131-1/+1
* soc/intel: Move USB PORTSC definition into IA common codeSubrata Banik2023-03-261-14/+3
* mb/prodrive/hermes: Hook up wake on USB optionAngel Pons2023-02-091-0/+6
* soc/intel/cannonlake: Use common gpio.h includeDinesh Gehlot2023-01-181-2/+1
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-271-2/+2
* {acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-272-4/+4
* tree/acpi: Replace Not(a) with ASL 2.0 syntaxFelix Singer2022-12-261-1/+1
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-2/+2
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-2/+2
* tree: Replace ShiftLeft(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* soc/intel/cannonlake/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-144-42/+42
* soc/intel/cannonlake/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-092-9/+9
* soc/intel/cannonlake/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-092-2/+2
* soc/intel/cannonlake/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-093-11/+11
* soc/intel/cannonlake/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-092-12/+12
* soc/intel/cannonlake/acpi: Replace Multiply(a,b) with ASL 2.0 syntaxFelix Singer2022-01-012-2/+2
* soc/intel/cannonlake/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2021-12-313-4/+3
* soc/intel/cannonlake/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-312-2/+2
* soc/intel/cannonlake/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-302-9/+9
* soc/intel/cannonlake/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2021-12-303-12/+10
* soc/intel/cannonlake: Switch to runtime generation of Intel Power EngineTim Wawrzynczak2021-09-101-3/+0
* soc/intel/cannonlake: Use new IRQ moduleTim Wawrzynczak2021-06-292-147/+0
* soc/intel: Rename and move MISCCFG_GPIO_PM_CONFIG_BITS definition to soc/gpio.hSubrata Banik2021-03-271-3/+3
* soc/intel: Include gfx.asl from northbridgeAngel Pons2021-03-011-3/+0
* soc/intel/cannonlake: Enable wake from USB in S4Patrick Rudolph2021-01-111-1/+4
* soc/intel/common: Move gfx.asl to drivers/intel/gmaMatt DeVillier2020-12-301-1/+1
* src: Remove redundant use of ACPI offset(0)Elyes HAOUAS2020-12-031-2/+1
* soc/intel/common/acpi,mb/*: replace the two obsolete LPID with PEPDMichael Niewöhner2020-11-201-2/+2
* soc/intel/cannonlake: Align cosmetics with Ice LakeAngel Pons2020-10-121-1/+1
* soc/intel/common/block/acpi: Factor out common gfx.aslSubrata Banik2020-10-082-7/+1
* soc/intel/common/block/acpi: Factor out common ish.aslSubrata Banik2020-10-052-10/+1
* soc/intel/common/block/acpi: Factor out common platform.aslSubrata Banik2020-10-051-20/+0
* soc/intel/{cnl,icl,skl}: Convert 'platform.asl' to ASL 2.0 syntaxSubrata Banik2020-10-051-1/+1
* soc/intel/common/block/acpi: Factor out common smbus.aslSubrata Banik2020-10-052-9/+1
* soc/intel/common/block/acpi: Factor out common pch_glan.aslSubrata Banik2020-10-052-16/+2
* soc/intel: Move soc_pch_pirq_init() to common codeSubrata Banik2020-10-031-1/+1
* soc/intel/common/block/acpi: Factor out common gpio_op.aslSubrata Banik2020-09-273-129/+2
* soc/intel/cannonlake: Align gpio_op.asl with TGLSubrata Banik2020-09-271-10/+11
* soc/intel: Use ASL 2.0 syntax for GPIO ASL helper functionSubrata Banik2020-09-251-16/+15
* soc/intel/cnl: drop lpit.asl in favor of common versionMichael Niewöhner2020-09-241-98/+0
* soc/intel/cannonlake: add missing special function padsMichael Niewöhner2020-09-171-1/+1
* soc/intel/cannonlake: rename "RSVD" GPIOs to their correct namesMichael Niewöhner2020-09-172-8/+8
* soc/intel/cannonlake: fix GPIO community numbering in ACPIMichael Niewöhner2020-09-171-2/+2
* soc/intel/cnl: Add ACPI support for PMC core OS driverMichael Niewöhner2020-09-141-0/+3
* soc/intel/cannonlake: Add PCIe ports on PCH-HPatrick Rudolph2020-09-092-4/+172
* soc/intel/cannonlake/acpi/serialio.asl: Don't advertise unavailable devicesPatrick Rudolph2020-08-101-0/+4