| 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/ironlake/hw-gfx-gma-power_and_clocks_ironlake.adb b/common/ironlake/hw-gfx-gma-power_and_clocks_ironlake.adb index bff4750..a7b1035 100644 --- a/common/ironlake/hw-gfx-gma-power_and_clocks_ironlake.adb +++ b/common/ironlake/hw-gfx-gma-power_and_clocks_ironlake.adb
@@ -50,6 +50,8 @@ Registers.Posting_Read (Registers.PCH_DREF_CONTROL); Time.U_Delay (20); -- DMI latency end if; + + Config.Raw_Clock := Config.Default_RawClk_Freq; end Initialize; end HW.GFX.GMA.Power_And_Clocks_Ironlake;