[coreboot-gerrit] Patch set updated for coreboot: mainboard/bap/ode_e20XX: Enable UART 3/4 in devicetree

Fabian Kunkel (fabi@adv.bruhnspace.com) gerrit at coreboot.org
Wed Jul 27 18:26:06 CEST 2016


Fabian Kunkel (fabi at adv.bruhnspace.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15621

-gerrit

commit 45c38d94024a0a2a887ef027173faf6c1829ebf2
Author: Fabian Kunkel <fabi at adv.bruhnspace.com>
Date:   Tue Jul 12 11:32:37 2016 +0200

    mainboard/bap/ode_e20XX: Enable UART 3/4 in devicetree
    
    This patch adds IO and IRQ information for UART 3/4 to the devicetree.
    Patch with Change-Id: Ief5d70c8b25a2fb6cd787c45a52410e20b0eaf2e is needed.
    Payload SeaBIOS 1.9.1 stable, Lubuntu 16.04, Kernel 4.4.0
    
    Change-Id: I1d8fa16950079a47775f48166486415bd5d24f42
    Signed-off-by: Fabian Kunkel <fabi at adv.bruhnspace.com>
---
 src/mainboard/bap/ode_e20XX/devicetree.cb | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/bap/ode_e20XX/devicetree.cb b/src/mainboard/bap/ode_e20XX/devicetree.cb
index a598a99..1670d61 100644
--- a/src/mainboard/bap/ode_e20XX/devicetree.cb
+++ b/src/mainboard/bap/ode_e20XX/devicetree.cb
@@ -88,9 +88,13 @@ chip northbridge/amd/agesa/family16kb/root_complex
 							io 0x60 = 0x2f8
 							irq 0x70 = 3
 						end
-						device pnp 4e.12 off			# COM3
+						device pnp 4e.12 on			# COM3
+							io 0x60 = 0x3e8
+							irq 0x70 = 4
 						end
-						device pnp 4e.13 off			# COM4
+						device pnp 4e.13 on			# COM4
+							io 0x60 = 0x2e8
+							irq 0x70 = 3
 						end
 						device pnp 4e.14 off			# COM5
 						end



More information about the coreboot-gerrit mailing list