[coreboot-gerrit] New patch to review for coreboot: b45e86f mainboard/jetway/nf81-t56n-lf: Properly indent devicetree.cb

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu May 1 19:16:17 CEST 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/5629

-gerrit

commit b45e86f855c579adf20b88061da65c8472399779
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri May 2 03:11:42 2014 +1000

    mainboard/jetway/nf81-t56n-lf: Properly indent devicetree.cb
    
    Following the reasoning in,
    dfa8a32 src/mainboard/asrock/e350m1: Properly indent devicetree.cb
    
    Change-Id: I88ca01519c1c47a7eb0d564a55c945589f9d32af
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/jetway/nf81-t56n-lf/devicetree.cb | 88 ++++++++++++-------------
 1 file changed, 44 insertions(+), 44 deletions(-)

diff --git a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
index 574bb8a..6c26f75 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
+++ b/src/mainboard/jetway/nf81-t56n-lf/devicetree.cb
@@ -20,7 +20,7 @@
 chip northbridge/amd/agesa/family14/root_complex
 	device cpu_cluster 0 on
 			chip cpu/amd/agesa/family14
-			  device lapic 0 on end
+				device lapic 0 on end
 			end
 	end
 	device domain 0 on
@@ -45,57 +45,57 @@ chip northbridge/amd/agesa/family14/root_complex
 						device pci 13.0 on end # OHCI USB 5-9
 						device pci 13.2 on end # EHCI USB 5-9
 						device pci 14.0 on # SM
-						chip drivers/generic/generic #dimm 0-0-0
-							device i2c 50 on end
-						end
-						chip drivers/generic/generic #dimm 0-0-1
-							device i2c 51 on end
-						end
-					end # SM
-					device pci 14.1 off end # IDE	0x439c
-					device pci 14.2 on end # HDA	0x4383
-					device pci 14.3 on # LPC		0x439d
-					chip superio/fintek/f71869ad
+							chip drivers/generic/generic #dimm 0-0-0
+								device i2c 50 on end
+							end
+							chip drivers/generic/generic #dimm 0-0-1
+								device i2c 51 on end
+							end
+						end # SM
+						device pci 14.1 off end # IDE	0x439c
+						device pci 14.2 on end # HDA	0x4383
+						device pci 14.3 on # LPC		0x439d
+							chip superio/fintek/f71869ad
 # XXX: 4e is the default index port and .xy is the
 # LDN indexing the pnp_info array found in the superio.c
 # NB: Jetway board changes the default (0x4e) index port to (0x2e) by pin 124,
 #     see page 18 from Fintek F71869 V1.1 datasheet.
-						device pnp 2e.00 off		# Floppy
-							io 0x60 = 0x3f0
-							irq 0x70 = 6
-							drq 0x74 = 2
-						end
-						device pnp 2e.01 on			# COM1
-							io 0x60 = 0x3f8
-							irq 0x70 = 4
-						end
+								device pnp 2e.00 off		# Floppy
+									io 0x60 = 0x3f0
+									irq 0x70 = 6
+									drq 0x74 = 2
+								end
+								device pnp 2e.01 on			# COM1
+									io 0x60 = 0x3f8
+									irq 0x70 = 4
+								end
 # COM2 not physically wired on board.
-						device pnp 2e.02 off		# COM2
-							io 0x60 = 0x2f8
-							irq 0x70 = 3
-						end
-						device pnp 2e.03 off		# Parallel Port
-							io 0x60 = 0x378
-							irq 0x70 = 7
-							drq 0x74 = 3
-						end
-						device pnp 2e.04 on			# Hardware Monitor
-							io 0x60 = 0x225 # Fintek datasheet says 0x295.
-							irq 0x70 = 0
-						end
-						device pnp 2e.05 on # KBC
-							io 0x60 = 0x060
-							irq 0x70 = 1 # Keyboard IRQ
-							irq 0x72 = 12 # Mouse IRQ
-						end
-						device pnp 2e.06 off end	# GPIO
+								device pnp 2e.02 off		# COM2
+									io 0x60 = 0x2f8
+									irq 0x70 = 3
+								end
+								device pnp 2e.03 off		# Parallel Port
+									io 0x60 = 0x378
+									irq 0x70 = 7
+									drq 0x74 = 3
+								end
+								device pnp 2e.04 on			# Hardware Monitor
+									io 0x60 = 0x225 # Fintek datasheet says 0x295.
+									irq 0x70 = 0
+								end
+								device pnp 2e.05 on # KBC
+									io 0x60 = 0x060
+									irq 0x70 = 1 # Keyboard IRQ
+									irq 0x72 = 12 # Mouse IRQ
+								end
+								device pnp 2e.06 off 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
-						device pnp 2e.07 off end	# BSEL
-						device pnp 2e.0a on end	# PME
-					end # f71869ad
-				end #LPC
+								device pnp 2e.07 off end	# BSEL
+								device pnp 2e.0a on end	# PME
+							end # f71869ad
+						end #LPC
 				device pci 14.4 on  end # PCIB 0x4384, NOTE: PCI interface pins shared with GPIO {GPIO 35:0}
 				device pci 14.5 on end # OHCI FS/LS USB (0x4399)
 				device pci 14.6 off end # Hudson-E1 GbE MAC: Broadcom BCM5785 (14E4:1699)



More information about the coreboot-gerrit mailing list