[coreboot] New patch to review for coreboot: b9fb4fe AMD/Persimmon: Enable the 2nd COM port

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Mon Feb 11 16:05:13 CET 2013


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2353

-gerrit

commit b9fb4fe05705f5f15ec3cf3b9b00a27638ce1a06
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Fri Feb 8 13:16:58 2013 -0700

    AMD/Persimmon: Enable the 2nd COM port
    
    The hardware is there, so turn it on.
    
    Change-Id: I40aff1e84a22a05599c62b9f0b20397df0a40b15
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 src/mainboard/amd/persimmon/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/amd/persimmon/devicetree.cb b/src/mainboard/amd/persimmon/devicetree.cb
index bd40a43..12cb62f 100644
--- a/src/mainboard/amd/persimmon/devicetree.cb
+++ b/src/mainboard/amd/persimmon/devicetree.cb
@@ -75,7 +75,7 @@ chip northbridge/amd/agesa/family14/root_complex
 							io 0x60 = 0x3f8
 							irq 0x70 = 4
 						end
-						device pnp 4e.11 off			# COM2
+						device pnp 4e.11 on			# COM2
 							io 0x60 = 0x2f8
 							irq 0x70 = 3
 						end



More information about the coreboot mailing list