coreboot/src
Vidya Gopalakrishnan 80caf690d0 mb/google/brya/var/trulo: Remove overriding of PL1 value to 20W
The RAPL PL1 limit and MMIO PL1 max values should be set as per
silicon TDP as specified in the PDG doc#646929.

BUG=b:378623372
TEST=Build and boot on Trulo board.
Verified PL1 value is updated in DTT and sysfs interfaces.
Output with 15W silicon as below:
cd /sys/class/powercap/
cat intel-rapl/intel-rapl\:0/constraint_0_max_power_uw
15000000
cat intel-rapl/intel-rapl\:0/constraint_0_power_limit_uw
15000000
cat intel-rapl-mmio/intel-rapl-mmio\:0/constraint_0_max_power_uw
15000000
cat intel-rapl-mmio/intel-rapl-mmio\:0/constraint_0_power_limit_uw
15000000

Change-Id: I798c4f10e10a579f470e00dbdb77a84619ad796a
Signed-off-by: Vidya Gopalakrishnan <vidya.gopalakrishnan@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85184
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
2024-11-26 05:51:19 +00:00
..
acpi acpi_gic: Add helper for platform gicc 2024-10-08 08:58:34 +00:00
arch arch/x86: Define macros for hard-coded HPET registers 2024-11-09 10:21:25 +00:00
commonlib mem_chip_info: Add LPDDR5 enums to mem_chip_type 2024-11-13 02:27:23 +00:00
console
cpu cpu/via/c7: Compress ramstage with LZ4 by default 2024-11-21 09:26:17 +00:00
device device: Add const qualifier for input of dev_is_active_bridge 2024-11-20 04:32:02 +00:00
drivers tree: Remove unused <bootstate.h> 2024-11-21 04:27:13 +00:00
ec ec/google/chromeec: Fix typo in google_chromeec_get_pd_chip_info 2024-11-06 22:42:52 +00:00
include device: Add const qualifier for input of dev_is_active_bridge 2024-11-20 04:32:02 +00:00
lib tree: Fix cast an object of type 'nullptr_t' to 'uintptr_t' error 2024-10-29 01:41:41 +00:00
mainboard mb/google/brya/var/trulo: Remove overriding of PL1 value to 20W 2024-11-26 05:51:19 +00:00
northbridge nb/via/cx700/romstage: Include missing static.h header 2024-11-21 12:25:19 +00:00
sbom
security drivers/pc80/tpm: Remove flag TPM_RDRESP_NEED_DELAY 2024-10-14 15:26:11 +00:00
soc soc/intel/ptl: Change ACPI name for IPU 2024-11-25 04:35:35 +00:00
southbridge tree: Remove unused <assert.h> 2024-11-19 00:40:04 +00:00
superio superio/ite: Add support for IT8625E 2024-11-21 15:49:12 +00:00
vendorcode vc/google/chromeos/sar: Use size_t instead of int for size function 2024-11-21 17:46:07 +00:00
Kconfig Add initial experimental LTO support 2024-08-24 12:50:38 +00:00