coreboot-kgpe-d16/src/soc/amd/stoneyridge
Angel Pons 1b5a7dec43 src: Drop useless PM1b settings from FADT
None of the currently-supported chips has PM1b_EVT nor PM1b_CNT event
register blocks. According to the ACPI specification, version 6.3,
sections 4.8.1.1 and 4.8.1.2 (PM1 Event/Control Registers):

 If the PM1b_EVT_BLK is not supported, its pointer contains a value of
 zero in the FADT.

 If the PM1b_CNT_BLK is not supported, its pointer contains a value of
 zero in the FADT.

Since the FADT struct defaults to zero in coreboot, we don't need to do
anything with PM1b for now. So, drop unneeded writes to PM1b fields.

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: Iff788b2ff17ba190a8dd9b0b540f1ef059a1a0ea
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43380
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-07-20 13:16:05 +00:00
..
acpi soc/amd: move acpi_wake_source.asl to common directory 2020-06-19 23:47:24 +00:00
bootblock
include/soc soc/amd/stoneyridge: Remove unused SPI #defines 2020-07-16 17:38:57 +00:00
acpi.c src: Drop useless PM1b settings from FADT 2020-07-20 13:16:05 +00:00
BiosCallOuts.c
chip.c soc/amd: Use mp_cpu_bus_init() 2020-06-03 17:44:04 +00:00
chip.h
cpu.c soc/amd: Replace enable_smi_generation() 2020-06-16 08:04:48 +00:00
enable_usbdebug.c
finalize.c src: Remove unused '#include <timer.h>' 2020-06-02 07:39:05 +00:00
gpio.c
i2c.c soc/amd/common: Drop ACPIMMIO GPIO bank separation 2020-06-29 15:49:54 +00:00
Kconfig soc/amd/stoneyridge: Correct ACPI CPU string prefix 2020-06-24 11:50:00 +00:00
Makefile.inc
mca.c
memmap.c arch/x86: Drop CBMEM_TOP_BACKUP 2020-07-11 14:48:25 +00:00
monotonic_timer.c
northbridge.c
pmutil.c
psp.c
reset.c
romstage.c
sata.c
smbus_spd.c soc/amd/common: Access ACPIMMIO via proper symbols 2020-06-28 21:50:12 +00:00
smi.c ACPI: Replace smm_setup_structures() 2020-06-24 11:49:15 +00:00
smi_util.c
smihandler.c
southbridge.c ACPI: Drop typedef global_nvs_t 2020-06-30 09:19:10 +00:00
tsc_freq.c
uart.c
usb.c src: Use pci_dev_ops_pci where applicable 2020-06-06 20:36:51 +00:00