coreboot/src/acpi
Kyösti Mälkki aa969e887a ACPI: Move PICM declaration
Variable PICM was not inside GNVS region and can use a static
initialisation value.

For most AMD platforms PICM default changes from 1 to 0.

Fix comments about PICM==0 used to indicate use of i8259 PIC for
interrupt delivery.

Change-Id: I525ef8353514ec32941c4d0c37cab38aa320cb20
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49905
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-02-11 16:37:28 +00:00
..
acpi.c acpi: Add support for reporting CrashLog in BERT table 2021-02-04 10:21:02 +00:00
acpi_pm.c ACPI: Add helpers for CBMEM_ID_POWER_STATE 2021-01-23 20:31:09 +00:00
acpigen.c acpi/acpigen.c: Remove unused and incorrect functions 2021-01-28 09:10:28 +00:00
acpigen_dptf.c src/acpi: Add missing <{stdbool,stdint}.h> 2020-07-29 09:37:10 +00:00
acpigen_dsm.c acpi/acpigen_dsm: fix I2C HID DSM to report correct function support 2020-10-16 18:23:54 +00:00
acpigen_extern.asl ACPI: Separate ChromeOS NVS in ASL 2021-01-28 08:59:11 +00:00
acpigen_ps2_keybd.c src/acpi: Add missing <{stdbool,stdint}.h> 2020-07-29 09:37:10 +00:00
acpigen_usb.c acpi: Skip writing references for disabled devices in Type-C config 2020-10-20 21:29:53 +00:00
chromeos-gnvs.c ACPI: Refactor ChromeOS specific ACPI GNVS 2021-01-18 18:02:27 +00:00
device.c acpi/device: Add GPIO binding property for an array of GPIOs 2020-10-14 05:43:00 +00:00
dsdt_top.asl ACPI: Move PICM declaration 2021-02-11 16:37:28 +00:00
gnvs.c ACPI: Do minor improvements on GNVS 2021-01-29 10:21:25 +00:00
Kconfig ACPI: Separate device_nvs_t 2021-01-27 10:25:03 +00:00
Makefile.inc ACPI: Clean up GNVS initialisation 2021-01-24 19:57:17 +00:00
pld.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
sata.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
soundwire.c src/acpi/soundwire.c: Add missing <stddef.h> 2020-07-14 16:10:43 +00:00