coreboot-kgpe-d16/src/soc/amd/picasso
Angel Pons a23aff3651 src: Report byte-sized access for GPE0
According to the ACPI specification, version 6.3:

    OSPM accesses GPE registers through byte
    accesses (regardless of their length).

So, reporting dword-sized access is wrong and means nothing anyway.

Tested on Asus P8Z77-V LX2, Windows 10 still boots.

Change-Id: I965131a28f1a385d065c95f286549665c3f9693e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42671
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-06-24 11:50:50 +00:00
..
acpi amd/picasso/acpi: Add power resources for I2C and UART 2020-06-22 12:23:07 +00:00
bootblock soc/amd/picasso/bootblock: Clear BSS section 2020-06-22 11:51:56 +00:00
include/soc soc/amd/picasso/uart: factor out console-related functions 2020-06-19 16:45:55 +00:00
acp.c soc/amd/picasso/acp: use config_of_soc() 2020-06-18 20:15:01 +00:00
acpi.c src: Report byte-sized access for GPE0 2020-06-24 11:50:50 +00:00
agesa_acpi.c soc/amd/picasso: Install AGESA ACPI tables 2020-06-02 13:52:16 +00:00
aoac.c soc/amd/picasso: rename PICASSO_UART Kconfig option 2020-06-17 18:52:07 +00:00
chip.c Revert "soc/amd/picasso: Reconfigure SPI speeds after FSP-S has run" 2020-06-17 20:54:32 +00:00
chip.h soc/amd/picasso: Give the mainboard the ability to modify the MADT table 2020-05-26 14:37:22 +00:00
config.c Remove new additions of "this file is part of" lines 2020-05-13 08:37:21 +00:00
cpu.c soc/amd: Replace enable_smi_generation() 2020-06-16 08:04:48 +00:00
data_fabric_util.c soc/amd/picasso: Mark FCH MMIO addresses as non-posted 2020-05-13 08:36:46 +00:00
finalize.c src: Remove unused '#include <timer.h>' 2020-06-02 07:39:05 +00:00
fsp_params.c vc/amd/fsp/platform_descriptors: drop prefix from PCIe/DDI structs 2020-06-11 23:03:18 +00:00
gpio.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
graphics.c soc/amd/picasso/graphics: implement map_oprom_vendev_rev 2020-06-14 19:08:08 +00:00
i2c.c soc/amd/picasso/i2c: use config_of_soc() 2020-06-18 20:15:56 +00:00
Kconfig ACPI: Replace smm_setup_structures() 2020-06-24 11:49:15 +00:00
Makefile.inc soc/amd/picasso/uart: factor out console-related functions 2020-06-19 16:45:55 +00:00
mca.c soc/amd/picasso: Convert BERT reserved region from cbmem 2020-06-22 22:56:34 +00:00
memlayout.ld soc/amd/picasso: Place early stages and data buffers at the bottom of DRAM 2020-06-13 06:50:51 +00:00
memmap.c soc/amd/picasso: Convert BERT reserved region from cbmem 2020-06-22 22:56:34 +00:00
mrc_cache.c soc/amd/picasso: Enable APOB/MRC training data cache 2020-06-10 18:45:56 +00:00
pmutil.c soc/amd/picasso: Remove unnecessary includes from pmutil.c 2020-06-07 15:29:27 +00:00
psp.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
reset.c soc/amd/picasso: Extract reset flags from northbridge.h 2020-05-13 08:36:05 +00:00
romstage.c soc/amd/picasso: Convert BERT reserved region from cbmem 2020-06-22 22:56:34 +00:00
root_complex.c soc/amd/picasso: Place early stages and data buffers at the bottom of DRAM 2020-06-13 06:50:51 +00:00
sata.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smi.c ACPI: Replace smm_setup_structures() 2020-06-24 11:49:15 +00:00
smi_util.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smihandler.c soc/amd/picasso: Use SMU to put system into S3 2020-05-27 19:20:15 +00:00
smu.c soc/amd/picasso/smu: only print time for actual command execution 2020-05-27 22:00:22 +00:00
soc_util.c soc/amd/picasso/soc_util: add comment on socket detection problems 2020-05-28 23:18:22 +00:00
southbridge.c ACPI: Replace uses of CBMEM_ID_ACPI_GNVS 2020-06-24 11:48:38 +00:00
tsc_freq.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
uart.c soc/amd/picasso/uart: factor out console-related functions 2020-06-19 16:45:55 +00:00
uart_console.c soc/amd/picasso/uart: factor out console-related functions 2020-06-19 16:45:55 +00:00
update_microcode.c amd/picasso: Load x86 microcode from CBFS modules 2020-06-10 21:20:19 +00:00
usb.c src: Use pci_dev_ops_pci where applicable 2020-06-06 20:36:51 +00:00