[coreboot-gerrit] Patch set updated for coreboot: 9599280 mainboard/jetway/nf81-t56n-lf: Turn on GPIO's in devicetree.cb.

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Mar 25 06:43:45 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5389

-gerrit

commit 95992805dbaffa83e0d694965ad669f46dabfb34
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sun Mar 16 16:30:59 2014 +1100

    mainboard/jetway/nf81-t56n-lf: Turn on GPIO's in devicetree.cb.
    
    Turn on GPIO support in the devicetree.
    
    Change-Id: I2173c0e454ddc0a30e023976bdf4764d951ea5f8
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/jetway/nf81-t56n-lf/devicetree.cb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
index 574bb8a..dfaeca9 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
+++ b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
@@ -88,7 +88,9 @@ chip northbridge/amd/agesa/family14/root_complex
 							irq 0x70 = 1 # Keyboard IRQ
 							irq 0x72 = 12 # Mouse IRQ
 						end
-						device pnp 2e.06 off end	# GPIO
+						device pnp 2e.06 on # GPIO
+							io 0x60 = 0xa00
+						end
 # TODO: Verify BSEL register content with vendor BIOS using
 # $ sudo isadump 0x4e 0x4f 0x7
 # which select logical device (LDN) 7. Then read that we have in 0x27, bit1



More information about the coreboot-gerrit mailing list