coreboot-kgpe-d16/src/soc/intel/broadwell
Angel Pons 12a4d05b9e src: Report word-sized access for PM1a_EVT
According to the ACPI specification, version 6.3:

    Accesses to the PM1 status registers are done through byte or word
    accesses.

The same is said about the PM1 Enable registers. Therefore, reporting
dword-sized access is wrong and means nothing anyway. Since some other
platforms use word-sized access, use word everywhere for consistency.

Tested on Asus P8Z77-V LX2 with Linux 5.7.6 and Windows 10 at the end of
the patch train, both operating systems are able to boot successfully.

Change-Id: I6f85c9a4126f37ab2a193c3ab50a6c8e62cf6515
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43432
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-07-20 13:33:32 +00:00
..
acpi src/**/acpi/smbus.asl: Drop dead code 2020-07-06 23:11:08 +00:00
bootblock soc/intel/broadwell: Use common early SPI code 2020-06-27 17:31:02 +00:00
include/soc src: Remove unused 'include <stdint.h> 2020-07-14 16:11:10 +00:00
romstage soc/intel: Drop unused #include <reg_script.h> 2020-07-06 19:29:07 +00:00
acpi.c soc/intel/broadwell: Move acpi_fill_fadt to fadt.c 2020-07-14 22:33:13 +00:00
adsp.c ACPI: Drop typedef global_nvs_t 2020-06-30 09:19:10 +00:00
chip.c device/pci_device: Extract pci_domain_set_resources from SOC 2020-05-12 20:07:25 +00:00
chip.h broadwell: update processor power limits configuration 2020-05-18 07:17:36 +00:00
cpu.c soc/intel/common: add TCC activation functionality 2020-06-28 21:47:52 +00:00
cpu_info.c src: Remove unused 'include <cpu/x86/msr.h>' 2020-07-14 16:14:09 +00:00
ehci.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
elog.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
fadt.c src: Report word-sized access for PM1a_EVT 2020-07-20 13:33:32 +00:00
finalize.c src: Remove unused '#include <cpu/x86/smm.h>' 2020-06-06 09:40:38 +00:00
gpio.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
hda.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
igd.c intel/gma: Only enable bus mastering if we are going to use it 2020-05-27 21:35:16 +00:00
iobp.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig arch/x86: Remove NO_FIXED_XIP_ROM_SIZE 2020-06-15 18:35:52 +00:00
lpc.c ACPI: Drop typedef global_nvs_t 2020-06-30 09:19:10 +00:00
Makefile.inc soc/intel/broadwell: Move acpi_fill_fadt to fadt.c 2020-07-14 22:33:13 +00:00
me.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
me_status.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
memmap.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
minihd.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pch.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pcie.c soc/intel/broadwell/pcie.c: Drop dead code 2020-07-09 21:29:37 +00:00
pei_data.c src: Remove unused '#include <stdint.h>' 2020-05-13 08:48:17 +00:00
pmutil.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ramstage.c ACPI: Drop typedef global_nvs_t 2020-06-30 09:19:10 +00:00
refcode.c src: Drop unused <cpu/x86/tsc.h> include 2020-07-14 16:14:33 +00:00
sata.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
serialio.c ACPI: Drop typedef global_nvs_t 2020-06-30 09:19:10 +00:00
smbus.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
smihandler.c ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
smmrelocate.c src: Remove unused '#include <cpu/x86/lapic.h>' 2020-06-02 07:38:45 +00:00
systemagent.c soc/intel/broadwell/systemagent.c: Fix typo 2020-06-22 11:43:27 +00:00
tsc_freq.c src: Remove unused '#include <stdint.h>' 2020-05-13 08:48:17 +00:00
usb_debug.c src: Remove unused '#include <stdint.h>' 2020-05-13 08:48:17 +00:00
xhci.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00