ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fields
commit67c48a36776695b956ea49eb308c1025e430b475
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Fri, 14 Apr 2023 07:20:03 +0000 (14 10:20 +0300)
committerKyösti Mälkki <kyosti.malkki@gmail.com>
Fri, 21 Apr 2023 09:38:26 +0000 (21 09:38 +0000)
tree47dbf975b060fec1656166fbbc08a97122c8ed72
parent88fefd4feb61d20945a1be4a792f8236db1bb2d0
ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fields

After the obsoletion of Processor() it is necessary to provide
_CST package to define P_LVLx IO addresses for C2/C3 transitions.
The latency values from _CST will always replace those in FADT.

Change-Id: I3230be719659fe9cdf9ed6ae73bc91b05093ab97
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74430
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
13 files changed:
src/acpi/acpi.c
src/soc/amd/cezanne/acpi.c
src/soc/amd/glinda/acpi.c
src/soc/amd/mendocino/acpi.c
src/soc/amd/phoenix/acpi.c
src/soc/amd/picasso/acpi.c
src/soc/amd/stoneyridge/acpi.c
src/soc/intel/xeon_sp/spr/soc_acpi.c
src/southbridge/amd/pi/hudson/fadt.c
src/southbridge/intel/bd82x6x/fadt.c
src/southbridge/intel/i82371eb/fadt.c
src/southbridge/intel/ibexpeak/fadt.c
src/southbridge/intel/lynxpoint/fadt.c