[coreboot-gerrit] Patch set updated for coreboot: a029415 getac/p470: Cange COM3/COM4 IRQ to standard one.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Fri Nov 21 19:09:11 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7476

-gerrit

commit a029415ee04316bf36d91e50f0091ffafb151562
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Nov 15 20:38:55 2014 +0100

    getac/p470: Cange COM3/COM4 IRQ to standard one.
    
    It's actually a noop since the code is commented out.
    
    Change-Id: I0fdd8e2091d3dc79cfb1809a9ea5e1e841ca598a
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/getac/p470/devicetree.cb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/getac/p470/devicetree.cb b/src/mainboard/getac/p470/devicetree.cb
index d1b06a0..ac7b321 100644
--- a/src/mainboard/getac/p470/devicetree.cb
+++ b/src/mainboard/getac/p470/devicetree.cb
@@ -119,11 +119,11 @@ chip northbridge/intel/i945
 					end
 					#device pnp 4e.2 on		# COM3
 					#         io 0x60 = 0x3e8
-					#        irq 0x70 = 11
+					#        irq 0x70 = 4
 					#end
 					#device pnp 4e.3 on		# COM4
 					#         io 0x60 = 0x2e8
-					#        irq 0x70 = 10
+					#        irq 0x70 = 3
 					#end
 					device pnp 4e.5 on		# Keyboard
 						io 0x60 = 0x60



More information about the coreboot-gerrit mailing list