| commit | d1988d1a033d4d12b48cbc6640984ef3b143fd30 | [log] [tgz] |
|---|---|---|
| author | Arthur Heymans <arthur@aheymans.xyz> | Wed Mar 28 16:27:57 2018 +0200 |
| committer | Nico Huber <nico.h@gmx.de> | Tue Apr 03 12:59:42 2018 +0000 |
| tree | 9ece798e34f1a48a6cff2bbf3dd14208de0a564f | |
| parent | 7628493a7e7acaba93d607db008a59ec8fa8eebe [diff] [blame] |
gma: Make Raw_Clock a variable On GMCH the Raw_Clock depends on the FSB frequency. Change-Id: I11af9ecb3504983ba1d3136c1b82bd14363afdba Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/25403 Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/common/haswell_shared/hw-gfx-gma-power_and_clocks_haswell.adb b/common/haswell_shared/hw-gfx-gma-power_and_clocks_haswell.adb index 41d340a..c0d1e78 100644 --- a/common/haswell_shared/hw-gfx-gma-power_and_clocks_haswell.adb +++ b/common/haswell_shared/hw-gfx-gma-power_and_clocks_haswell.adb
@@ -207,6 +207,7 @@ begin -- HSW: disable power down well PDW_Off; + Config.Raw_Clock := Config.Default_RawClk_Freq; end Initialize; procedure Power_Set_To (Configs : Pipe_Configs) is