coreboot/src
Patrick Rudolph b30a47b841 sb/intel/{bd82x6x|ibexpeak}: Drop p_cnt_throttling_supported
The processor P_BLK doesn't support throttling. This behaviour could be
emulated with SMM, but instead just update the FADT to indicate no support
for legacy I/O based throttling using P_CNT.

We have _PTC defined in SSDT, which should be used in favour of P_CNT by
ACPI aware OS, so this change has no effect on modern OS.

Drop all occurences of p_cnt_throttling_supported and update autoport
to not generate it any more.

Change-Id: Iaf82518d5114d6de7cef01dca2d3087eea8ff927
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34351
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2019-07-19 15:06:23 +00:00
..
acpi
arch lib: Remove the BOOTBLOCK_CUSTOM compile guard 2019-07-17 23:15:08 +00:00
commonlib commonlib/storage: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:43 +00:00
console src: Make implicit fall throughs explicit 2019-07-19 09:57:54 +00:00
cpu cpu/x86: Fix DEBUG_SMM_RELOCATION dependency 2019-07-15 04:49:30 +00:00
device device/pci_rom.c: Fix out of bounds read 2019-07-19 10:02:04 +00:00
drivers src: Use '#include <timestamp.h>' when needed 2019-07-15 02:26:52 +00:00
ec ec/google/chromeec: Pass reference of object to BBST() method 2019-07-18 16:24:44 +00:00
include devicetree: Add accessors for chip_info 2019-07-18 15:22:09 +00:00
lib src: Make implicit fall throughs explicit 2019-07-19 09:57:54 +00:00
mainboard sb/intel/{bd82x6x|ibexpeak}: Drop p_cnt_throttling_supported 2019-07-19 15:06:23 +00:00
northbridge nb/via/vx900: Ensure framebuffer size is within limits 2019-07-19 10:01:35 +00:00
security security/tpm/tss/tcg-2.0: Add TPM2 function tlcl_getcapability() 2019-07-19 09:56:56 +00:00
soc src: Make implicit fall throughs explicit 2019-07-19 09:57:54 +00:00
southbridge sb/intel/{bd82x6x|ibexpeak}: Drop p_cnt_throttling_supported 2019-07-19 15:06:23 +00:00
superio nuvoton/early_serial: improve comments on serial pinmux settings 2019-06-22 11:39:12 +00:00
vendorcode src: Make implicit fall throughs explicit 2019-07-19 09:57:54 +00:00
Kconfig Kconfig: Remove HAVE_RAMSTAGE dependency from RELOCATABLE_RAMSTAGE 2019-07-12 02:22:27 +00:00