Jérémy Compostella has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86622?usp=email )
Change subject: mainboard/google/fatcat: Add TODO for Fast VMode settings ......................................................................
mainboard/google/fatcat: Add TODO for Fast VMode settings
We've added a TODO comment to the device tree configuration file to remind us to set the appropriate values for 'enable_fast_vmode', 'cep_enable', and 'fast_vmode_i_trip' chipset fields.
These settings are critical for achieving optimal power performance and efficiency in the Panther Lake U series.
Currently, no actual values have been set as further investigation and testing are required to determine the most effective configurations. The TODO comments serve as a placeholder for these values and a reminder to revisit this as part of our ongoing development efforts of the Fatcat project.
Further commits will include the fine-tuning of these parameters after extensive testing to ensure they meet our performance and power criteria without compromising system stability.
BUG=b:357011633
Change-Id: If98edb88d7488c0b863a8f1a9654d0273de567c6 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/86622/1
diff --git a/src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb b/src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb index b09f9e3..584354e 100644 --- a/src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb +++ b/src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb @@ -62,6 +62,10 @@ # Enable Energy Reporting register "pch_pm_energy_report_enable" = "true"
+ # TODO: Set Fast VMode Voltage Regulator fine tuned values for + # PTL U (enable_fast_vmode, cep_enable and fast_vmode_i_trip + # chipset fields). + # Enable CNVi BT register "cnvi_bt_core" = "true"