coreboot/src
Michael Niewöhner 8ca0b21060 soc/intel/cnl: Add ACPI support for PMC core OS driver
PMC core OS driver (intel_pmc_core.c in linux kernel) provides debug
hooks to developers and end users to quickly figure out why their
platform is not entering a deeper idle state such as S0ix.

Include the common pmc.asl added in commit 957481c.

Test: PMC gets detected by Linux kernel module.

Change-Id: Ibf7c8ba7449df15c2ca30d23791e17fc878204f2
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45318
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-09-14 11:51:02 +00:00
..
acpi
arch memory_info: add max_speed_mts and configured_speed_mts 2020-09-03 21:27:54 +00:00
commonlib util/cbfstool: extend includes in commonlib 2020-09-14 07:10:53 +00:00
console ec/system76: Add console support 2020-09-07 21:46:34 +00:00
cpu cpu/intel/model_1067x: enable PECI 2020-09-12 10:50:33 +00:00
device device: Add method to configure bus mastering based on Kconfig 2020-08-31 18:34:22 +00:00
drivers include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00
ec src/ec: Drop unneeded empty lines 2020-09-11 17:07:03 +00:00
include src/include: Drop unneeded empty lines 2020-09-14 07:09:41 +00:00
lib lib/Makefile.inc: fix hex-to-bin conversion of SPD files 2020-09-10 17:30:00 +00:00
mainboard soc/amd/picasso: Move sd_emmc_config into emmc_config struct 2020-09-14 07:09:23 +00:00
northbridge nb/intel/ironlake: Use an enum for gpu_panel_port_select 2020-09-08 05:27:26 +00:00
security security/intel/txt/getsec.c: Do not check lock bit 2020-08-30 19:26:48 +00:00
soc soc/intel/cnl: Add ACPI support for PMC core OS driver 2020-09-14 11:51:02 +00:00
southbridge sb/intel/lynxpoint/acpi: Do not determine PCH type at runtime 2020-09-14 07:07:12 +00:00
superio src/superio: Use 'PNP_IDX_*' macros instead of magic numbers 2020-09-11 22:19:38 +00:00
vendorcode src/vendorcode/intel/fsp/fsp2_0/cpx-sp: add prev boot error info HOB header file 2020-09-14 07:05:41 +00:00
Kconfig