[coreboot-gerrit] New patch to review for coreboot: mainboard/lanner/em8510: Use tabs for indents

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Wed Sep 28 21:19:44 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16783

-gerrit

commit 2ca4ffc366e890739a53a346cade0380b65d55f9
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Wed Sep 28 21:10:08 2016 +0200

    mainboard/lanner/em8510: Use tabs for indents
    
    Change-Id: Ib6191c590144438d7d9d6772d792a83e92d5516a
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/mainboard/lanner/em8510/devicetree.cb | 50 +++++++++++++++----------------
 src/mainboard/lanner/em8510/romstage.c    |  2 +-
 2 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/src/mainboard/lanner/em8510/devicetree.cb b/src/mainboard/lanner/em8510/devicetree.cb
index 257d894..0a91cc9 100644
--- a/src/mainboard/lanner/em8510/devicetree.cb
+++ b/src/mainboard/lanner/em8510/devicetree.cb
@@ -14,38 +14,38 @@ chip northbridge/intel/i855
 			register "enable_native_ide" = "0"
 			device pci 1f.0 on
 				chip superio/winbond/w83627thg # link 1
-                		        device pnp 2e.0 on      #  Floppy
-                	        	        io 0x60 = 0x3f0
-                	                	irq 0x70 = 6
-                	                	drq 0x74 = 2
+					device pnp 2e.0 on      #  Floppy
+						io 0x60 = 0x3f0
+						irq 0x70 = 6
+						drq 0x74 = 2
 					end
-                	       		device pnp 2e.1 on      #  Parallel Port
-                	                       io 0x60 = 0x378
-                	                       irq 0x70 = 7
-					       end
-                	        	device pnp 2e.2 on      #  Com1
-                	        	       io 0x60 = 0x3f8
-                	            	       irq 0x70 = 4
+					device pnp 2e.1 on      #  Parallel Port
+						io 0x60 = 0x378
+						irq 0x70 = 7
 					end
-                	      		device pnp 2e.3 on      #  Com2
-                	                       io 0x60 = 0x2f8
-                	                       irq 0x70 = 3
+					device pnp 2e.2 on      #  Com1
+						io 0x60 = 0x3f8
+						irq 0x70 = 4
 					end
-                	 	        device pnp 2e.5 on      #  Keyboard
-                	 	                io 0x60 = 0x60
-                		                io 0x62 = 0x64
-                		                irq 0x70 = 1
+					device pnp 2e.3 on      #  Com2
+						io 0x60 = 0x2f8
+						irq 0x70 = 3
+					end
+					device pnp 2e.5 on      #  Keyboard
+						io 0x60 = 0x60
+						io 0x62 = 0x64
+						irq 0x70 = 1
 						irq 0x72 = 12
 					end
-                		        device pnp 2e.7 off end #  GAME_MIDI_GIPO1
-                	 	        device pnp 2e.8 off end #  GPIO2
-                	 	        device pnp 2e.9 off end #  GPIO3
-                	 	        device pnp 2e.a off end #  ACPI
-                	 	        device pnp 2e.b on      #  HW Monitor
- 						 io 0x60 = 0x290
+					device pnp 2e.7 off end #  GAME_MIDI_GIPO1
+					device pnp 2e.8 off end #  GPIO2
+					device pnp 2e.9 off end #  GPIO3
+					device pnp 2e.a off end #  ACPI
+					device pnp 2e.b on      #  HW Monitor
+						io 0x60 = 0x290
 					end
 				end
-                	end
+			end
 		end
 	end
 	device cpu_cluster 0 on
diff --git a/src/mainboard/lanner/em8510/romstage.c b/src/mainboard/lanner/em8510/romstage.c
index 2e5a125..126d942 100644
--- a/src/mainboard/lanner/em8510/romstage.c
+++ b/src/mainboard/lanner/em8510/romstage.c
@@ -63,7 +63,7 @@ void mainboard_romstage_entry(unsigned long bist)
 #endif
 
 	if (!bios_reset_detected()) {
-        	enable_smbus();
+		enable_smbus();
 #if 1
 		dump_spd_registers();
 		dump_smbus_registers();



More information about the coreboot-gerrit mailing list