[coreboot-gerrit] New patch to review for coreboot: a3c24bd mainboard/jetway/nf81-t56n-lf: Typo fixes.

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu Mar 13 16:52:44 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/5386

-gerrit

commit a3c24bd203b5a5b63868af0037dc1e964b78f61e
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Mar 14 02:50:32 2014 +1100

    mainboard/jetway/nf81-t56n-lf: Typo fixes.
    
    Change-Id: I397cd2b3d771f2925bae819f2b8810ddd3127521
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/jetway/nf81-t56n-lf/Kconfig       | 2 +-
 src/mainboard/jetway/nf81-t56n-lf/devicetree.cb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/jetway/nf81-t56n-lf/Kconfig b/src/mainboard/jetway/nf81-t56n-lf/Kconfig
index 6fbd75c..cfc5cd7 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/Kconfig
+++ b/src/mainboard/jetway/nf81-t56n-lf/Kconfig
@@ -86,7 +86,7 @@ config RAMBASE
 
 config SIO_PORT
 	hex
-	default 0x4e
+	default 0x2e
 
 config ONBOARD_VGA_IS_PRIMARY
 	bool
diff --git a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
index 5f49b41..1ee0dbc 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
+++ b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
@@ -88,7 +88,7 @@ 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 end	# GPIO
 # 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