| commit | 3ea5d605ba64a8a204dd78814f3ea1598e4b7d6f | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.huber@secunet.com> | Mon Jan 06 17:57:59 2020 +0100 |
| committer | Nico Huber <nico.h@gmx.de> | Thu Mar 05 15:12:30 2020 +0000 |
| tree | 830bc463748887ce1135b92cd798a3f6ec507e38 | |
| parent | 7050d2d8a4fb3c8b36fa1ba1ed87da34f869ad35 [diff] [blame] |
gma bxt panel: Correct power-cycle delay programming Change-Id: Iff53ef5730691c3be1ebcda71428e2bfe9ae16fd Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/libgfxinit/+/38264 Tested-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
diff --git a/common/hw-gfx-gma-config.ads.template b/common/hw-gfx-gma-config.ads.template index 83dd6a6..01a67c1 100644 --- a/common/hw-gfx-gma-config.ads.template +++ b/common/hw-gfx-gma-config.ads.template
@@ -181,6 +181,7 @@ Has_PP_Port_Select : <genbool> := Up_To_Ironlake; Use_PP_VDD_Override : <genbool> := Up_To_Ironlake; Has_PCH_Panel_Power : <genbool> := Ironlake_On; + Has_PP_Divisor_Reg : <genbool> := not Gen_Broxton; ----------- PCH/FDI: --------- Has_PCH : <genbool> := not Gen_Broxton and not Gen_G45;