mb/google/dedede: Configure VR in devicetree

BUG=b:167472333
TEST=Build and boot dedede and observe the slope and offset values
     getting updated in the fsp debug log

Signed-off-by: Meera Ravindranath <meera.ravindranath@intel.com>
Change-Id: I3ea32218040263f0abef9b9dd4c52efb16289fd7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45825
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Meera Ravindranath 2020-09-29 18:09:24 +05:30 committed by Karthik Ramasubramanian
parent 5b3a0ff4f1
commit 833b5b33d2
1 changed files with 10 additions and 0 deletions

View File

@ -163,6 +163,16 @@ chip soc/intel/jasperlake
# register "common_soc_config.<variable_name>" = "value"
register "common_soc_config.chipset_lockdown" = CHIPSET_LOCKDOWN_COREBOOT
# VR config settings
# Imon Slope correction specified in 1/100 increment values. Range is 0-200.
# Eg: 125 = 1.25
register "ImonSlope" = "100"
# Imon offset correction. Value is a 2's complement signed integer.
# Units 1/1000, Range 0-63999.
# For an offset = 12.580, use 12580
register "ImonOffset" = "0"
# Skip the CPU repalcement check
register "SkipCpuReplacementCheck" = "1"