[coreboot-gerrit] Change in libgfxinit[master]: gma config: Fix CPU range for Has_PCH_DAC

Nico Huber (Code Review) gerrit at coreboot.org
Wed Jun 13 01:26:37 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/27046


Change subject: gma config: Fix CPU range for Has_PCH_DAC
......................................................................

gma config: Fix CPU range for Has_PCH_DAC

Looks like this hasn't been tested for a while or maybe never. The range
`Broadwell .. Haswell` was reversed and thus empty.

Change-Id: I1f6f8e3897c55aa5978e9403d14f103458c89cac
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M common/hw-gfx-gma-config.ads.template
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/46/27046/1

diff --git a/common/hw-gfx-gma-config.ads.template b/common/hw-gfx-gma-config.ads.template
index 8a61d81..90500ab 100644
--- a/common/hw-gfx-gma-config.ads.template
+++ b/common/hw-gfx-gma-config.ads.template
@@ -71,7 +71,7 @@
    ----- PCH/FDI: ---------
    Has_PCH                 : constant Boolean := CPU /= Broxton and CPU /= G45;
    Has_PCH_DAC             : constant Boolean := CPU in Ironlake .. Ivybridge or
-                                                 (CPU in Broadwell .. Haswell
+                                                 (CPU in Haswell .. Broadwell
                                                   and CPU_Var = Normal);
 
    Has_PCH_Aux_Channels    : constant Boolean := CPU in Ironlake .. Broadwell;

-- 
To view, visit https://review.coreboot.org/27046
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: libgfxinit
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f6f8e3897c55aa5978e9403d14f103458c89cac
Gerrit-Change-Number: 27046
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180612/57925831/attachment.html>


More information about the coreboot-gerrit mailing list