[coreboot-gerrit] Patch set updated for coreboot: a43e68c i945: Add Display defines for int15h handler.

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Tue Jun 4 04:56:38 CEST 2013


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3306

-gerrit

commit a43e68c9479e6d5c9d73e05add4ff8cb7bbe6935
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun May 26 23:56:43 2013 +0200

    i945: Add Display defines for int15h handler.
    
    Change-Id: I7bc99761c7047e64b4e29c307ad779cec49c17c8
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/northbridge/intel/i945/i945.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/northbridge/intel/i945/i945.h b/src/northbridge/intel/i945/i945.h
index 8d53fc6..333ab37 100644
--- a/src/northbridge/intel/i945/i945.h
+++ b/src/northbridge/intel/i945/i945.h
@@ -32,6 +32,17 @@
 /* Everything below this line is ignored in the DSDT */
 #ifndef __ACPI__
 
+/* Display defines for the interrupt 15h handler */
+#define DISPLAY_DEFAULT	0
+#define DISPLAY_CRT		(1 << 0)
+#define DISPLAY_TV		(1 << 1)
+#define DISPLAY_EFP		(1 << 2)
+#define DISPLAY_LCD		(1 << 3)
+#define DISPLAY_CRT2		(1 << 4)
+#define DISPLAY_TV2		(1 << 5)
+#define DISPLAY_EFP2		(1 << 6)
+#define DISPLAY_LCD2		(1 << 7)
+
 /* Device 0:0.0 PCI configuration space (Host Bridge) */
 
 #define EPBAR		0x40



More information about the coreboot-gerrit mailing list