coreboot/src/acpi
Kyösti Mälkki 4de1a31cb0 ACPI: Add acpi_reset_gnvs_for_wake()
With chipset_power_state filled in romstage CBMEM hooks and
GNVS allocated early in ramstage, GNVS wake source is now
also filled for normal boot path.

Change-Id: I2d44770392d14d2d6e22cc98df9d1751c8717ff3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50004
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
2021-02-16 09:28:42 +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
acpi.c src/acpi: Add missing <types.h> 2021-02-16 08:15:31 +00:00
acpi_pm.c ACPI: Add helpers for CBMEM_ID_POWER_STATE 2021-01-23 20:31:09 +00:00
acpigen.c src/acpi: Add missing <types.h> 2021-02-16 08:15:31 +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 common _PIC method 2021-02-14 21:35:47 +00:00
gnvs.c ACPI: Add acpi_reset_gnvs_for_wake() 2021-02-16 09:28:42 +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