[coreboot-gerrit] Change in libgfxinit[master]: gma pipe setup: Add missing `pragma Debug`

Nico Huber (Code Review) gerrit at coreboot.org
Wed Jun 6 12:29:59 CEST 2018


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


Change subject: gma pipe setup: Add missing `pragma Debug`
......................................................................

gma pipe setup: Add missing `pragma Debug`

We should keep the core functionality free of `HW.Debug`.

Change-Id: Id5fd31b137f5a9da99dc18bcb21535ddfbaf264a
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M common/hw-gfx-gma-pipe_setup.adb
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/84/26884/1

diff --git a/common/hw-gfx-gma-pipe_setup.adb b/common/hw-gfx-gma-pipe_setup.adb
index d62475e..50b63e5 100644
--- a/common/hw-gfx-gma-pipe_setup.adb
+++ b/common/hw-gfx-gma-pipe_setup.adb
@@ -567,7 +567,8 @@
            (Register => Registers.GMCH_PFIT_CONTROL,
             Value    => PF_CTRL_ENABLE or PF_Ctrl_Pipe_Sel or PF_Ctrl_Scaling);
       else
-         Debug.Put_Line ("GMCH Pannel fitter already in use, skipping...");
+         pragma Debug (Debug.Put_Line
+           ("GMCH Pannel fitter already in use, skipping..."));
       end if;
    end Setup_Gmch_Panel_Fitter;
 

-- 
To view, visit https://review.coreboot.org/26884
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: Id5fd31b137f5a9da99dc18bcb21535ddfbaf264a
Gerrit-Change-Number: 26884
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/20180606/19e99533/attachment.html>


More information about the coreboot-gerrit mailing list