diff options
author | Scott Chao <scott_chao@wistron.corp-partner.google.com> | 2022-04-20 15:16:06 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-27 12:28:17 +0000 |
commit | ab638c17e2178308e6aa497edcee8067ac798730 (patch) | |
tree | f21106f3bfcb6ceb0b86c857a764133e6ec359a4 /src/mainboard/google | |
parent | 0ed3dfc92aac24eeca26081c4ac49c3df9d5907b (diff) |
soc/intel/adl/chip.h: Rename max_dram_speed to include units
The unit of dram speed is MT/s so append it on variable name.
BUG=b:229549930
BRANCH=none
TEST=build coreboot without error
Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com>
Change-Id: I83c780440613050c0202f95d5f64991b61d9c280
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63735
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/google')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/brya/variants/crota/overridetree.cb b/src/mainboard/google/brya/variants/crota/overridetree.cb index 5a48a5edc6..040075e74b 100644 --- a/src/mainboard/google/brya/variants/crota/overridetree.cb +++ b/src/mainboard/google/brya/variants/crota/overridetree.cb @@ -19,7 +19,7 @@ end chip soc/intel/alderlake - register "max_dram_speed" = "4800" + register "max_dram_speed_mts" = "4800" # Acoustic settings register "acoustic_noise_mitigation" = "1" diff --git a/src/mainboard/google/brya/variants/primus/overridetree.cb b/src/mainboard/google/brya/variants/primus/overridetree.cb index 8fc1f1450d..80a456b32c 100644 --- a/src/mainboard/google/brya/variants/primus/overridetree.cb +++ b/src/mainboard/google/brya/variants/primus/overridetree.cb @@ -24,7 +24,7 @@ end chip soc/intel/alderlake register "sagv" = "SaGv_Enabled" - register "max_dram_speed" = "3733" + register "max_dram_speed_mts" = "3733" # Acoustic settings register "acoustic_noise_mitigation" = "1" diff --git a/src/mainboard/google/brya/variants/primus4es/overridetree.cb b/src/mainboard/google/brya/variants/primus4es/overridetree.cb index d56cc06de6..bd63a4399a 100644 --- a/src/mainboard/google/brya/variants/primus4es/overridetree.cb +++ b/src/mainboard/google/brya/variants/primus4es/overridetree.cb @@ -24,7 +24,7 @@ end chip soc/intel/alderlake register "sagv" = "SaGv_Enabled" - register "max_dram_speed" = "3733" + register "max_dram_speed_mts" = "3733" # Acoustic settings register "acoustic_noise_mitigation" = "1" |