coreboot-kgpe-d16/src/southbridge/intel
Angel Pons 7db5ce15a3 sb/intel/i82801dx: Drop unneeded PM2 settings from FADT
The PM2_CNT register block is not present on this southbridge, as per
Intel Document 290744 (ICH4 datasheet). Also, the ACPI specification,
version 6.3, section 4.8.1.3 (PM2 Control Register), says:

 This register block is optional, if not supported its block pointer and
 length contain a value of zero.

Since the FADT struct defaults to zero in coreboot, we don't need to do
anything to indicate PM2_CNT is not supported. So, drop unneeded values.

Also delete a comment about `pm2_cnt_len`, which said that the right
value differs from zero. Looks like that comment was wrong instead.

Change-Id: Icbb32f5db7b368c764b3477c40f8ae9c788df5ee
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43383
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-07-20 13:18:14 +00:00
..
bd82x6x src: Drop useless PM1b settings from FADT 2020-07-20 13:16:05 +00:00
common sb/intel/common/acpi/irqlinks.asl: Add missing IRQs 2020-07-12 19:32:15 +00:00
i82371eb sb/intel/i82371eb: Drop unneeded PM2 settings from FADT 2020-07-20 13:17:28 +00:00
i82801dx sb/intel/i82801dx: Drop unneeded PM2 settings from FADT 2020-07-20 13:18:14 +00:00
i82801gx src: Drop useless PM1b settings from FADT 2020-07-20 13:16:05 +00:00
i82801ix src: Drop useless PM1b settings from FADT 2020-07-20 13:16:05 +00:00
i82801jx src: Drop useless PM1b settings from FADT 2020-07-20 13:16:05 +00:00
i82870 src/sb: Use 'print("%s...", __func__)' 2020-05-26 14:58:51 +00:00
ibexpeak src: Drop useless PM1b settings from FADT 2020-07-20 13:16:05 +00:00
lynxpoint src: Drop useless PM1b settings from FADT 2020-07-20 13:16:05 +00:00