[coreboot-gerrit] New patch to review for coreboot: a50cbf6 src/southbridge/intel/i82801ix: Add GPIO register locations

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Mon Apr 6 02:04:58 CEST 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9318

-gerrit

commit a50cbf662d064eb7f67d94892af6a240e2d3f8d5
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Sun Apr 5 18:03:15 2015 -0500

    src/southbridge/intel/i82801ix: Add GPIO register locations
    
    Change-Id: I226a1a6bc6b1f921c03f8ec57875a88314928aeb
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/southbridge/intel/i82801ix/i82801ix.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/southbridge/intel/i82801ix/i82801ix.h b/src/southbridge/intel/i82801ix/i82801ix.h
index 10b2717..62279f5 100644
--- a/src/southbridge/intel/i82801ix/i82801ix.h
+++ b/src/southbridge/intel/i82801ix/i82801ix.h
@@ -1,6 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
+ * Copyright (C) 2015 Timothy Pearson <tpearson at raptorengineeringinc.com>, Raptor Engineering
  * Copyright (C) 2008-2009 coresystems GmbH
  *               2012 secunet Security Networks AG
  *
@@ -76,6 +77,13 @@
 #define ALT_GP_SMI_STS	0x3a
 
 
+#define GP_IO_USE_SEL	0x00
+#define GP_IO_SEL	0x04
+#define GP_LVL		0x0c
+#define GP_IO_USE_SEL2	0x30
+#define GP_IO_SEL2	0x34
+#define GP_LVL2		0x38
+
 #define DEBUG_PERIODIC_SMIS	0
 
 #define MAINBOARD_POWER_OFF	0



More information about the coreboot-gerrit mailing list