[coreboot-gerrit] Patch set updated for coreboot: 8b38d48 mainboard/jetway/nf81-t56n-lf: Fix HWM base addr.

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

-gerrit

commit 8b38d485d3d996b2db5e7e2078625de34110ca8d
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Thu Mar 13 03:33:35 2014 +1100

    mainboard/jetway/nf81-t56n-lf: Fix HWM base addr.
    
    The target board has a different base addr. for its hardware
    monitor (fans, temp, etc) from the Fintek Super I/O datasheet.
    
    Change-Id: Ifc025cb92d0fc4e8f813091d00a6c87deae05863
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/jetway/nf81-t56n-lf/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
index 99b2266..5f49b41 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
+++ b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
@@ -80,7 +80,7 @@ chip northbridge/amd/agesa/family14/root_complex
 							drq 0x74 = 3
 						end
 						device pnp 2e.04 on			# Hardware Monitor
-							io 0x60 = 0x295
+							io 0x60 = 0x225 # Fintek datasheet says 0x295.
 							irq 0x70 = 0
 						end
 						device pnp 2e.05 on # KBC



More information about the coreboot-gerrit mailing list