Attention is currently required from: Nico Huber, Jamie Chen, Henry Sun, Tim Wawrzynczak, Ren Kuo, Angel Pons, Kane Chen, Patrick Rudolph. Hello build bot (Jenkins), Jamie Chen, Subrata Banik, Henry Sun, Tim Wawrzynczak, Angel Pons, Kane Chen, Patrick Rudolph, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60009
to look at the new patch set (#21).
Change subject: soc/intel/jasperlake: Add CdClock frequency config ......................................................................
soc/intel/jasperlake: Add CdClock frequency config
Add a devicetree setting to configure the CdClock (Core Display Clock) frequency through a FSP UPD. Because the value for this UPD's default setting is non-zero and devicetree settings default to 0 if not set, adapt the devicetree values so that the value for the UPD's default setting is used when the devicetree setting is zero.
Also update the comment describing the FSP UPD in the header file FspsUpd.h to match the correct CdClock definition.
BUG=b:206557434 BRANCH=dedede TEST=Build fw and confirm FSP setting are set properly by log
Signed-off-by: Simon Yang simon1.yang@intel.com Change-Id: I917c2f10b130b0cd54f60e2ba98eb971d5ec3c97 --- M src/soc/intel/jasperlake/chip.h M src/soc/intel/jasperlake/fsp_params.c M src/vendorcode/intel/fsp/fsp2_0/jasperlake/FspsUpd.h 3 files changed, 17 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/60009/21