mainboard/lanner/em8510: Use tabs for indents

Change-Id: Ib6191c590144438d7d9d6772d792a83e92d5516a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16783
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Elyes HAOUAS
2016-09-28 21:10:08 +02:00
committed by Martin Roth
parent 0e505f1bfe
commit aabd7203a8
2 changed files with 26 additions and 26 deletions

View File

@@ -14,38 +14,38 @@ chip northbridge/intel/i855
register "enable_native_ide" = "0" register "enable_native_ide" = "0"
device pci 1f.0 on device pci 1f.0 on
chip superio/winbond/w83627thg # link 1 chip superio/winbond/w83627thg # link 1
device pnp 2e.0 on # Floppy device pnp 2e.0 on # Floppy
io 0x60 = 0x3f0 io 0x60 = 0x3f0
irq 0x70 = 6 irq 0x70 = 6
drq 0x74 = 2 drq 0x74 = 2
end end
device pnp 2e.1 on # Parallel Port device pnp 2e.1 on # Parallel Port
io 0x60 = 0x378 io 0x60 = 0x378
irq 0x70 = 7 irq 0x70 = 7
end
device pnp 2e.2 on # Com1
io 0x60 = 0x3f8
irq 0x70 = 4
end end
device pnp 2e.3 on # Com2 device pnp 2e.2 on # Com1
io 0x60 = 0x2f8 io 0x60 = 0x3f8
irq 0x70 = 3 irq 0x70 = 4
end end
device pnp 2e.5 on # Keyboard device pnp 2e.3 on # Com2
io 0x60 = 0x60 io 0x60 = 0x2f8
io 0x62 = 0x64 irq 0x70 = 3
irq 0x70 = 1 end
device pnp 2e.5 on # Keyboard
io 0x60 = 0x60
io 0x62 = 0x64
irq 0x70 = 1
irq 0x72 = 12 irq 0x72 = 12
end end
device pnp 2e.7 off end # GAME_MIDI_GIPO1 device pnp 2e.7 off end # GAME_MIDI_GIPO1
device pnp 2e.8 off end # GPIO2 device pnp 2e.8 off end # GPIO2
device pnp 2e.9 off end # GPIO3 device pnp 2e.9 off end # GPIO3
device pnp 2e.a off end # ACPI device pnp 2e.a off end # ACPI
device pnp 2e.b on # HW Monitor device pnp 2e.b on # HW Monitor
io 0x60 = 0x290 io 0x60 = 0x290
end end
end end
end end
end end
end end
device cpu_cluster 0 on device cpu_cluster 0 on

View File

@@ -63,7 +63,7 @@ void mainboard_romstage_entry(unsigned long bist)
#endif #endif
if (!bios_reset_detected()) { if (!bios_reset_detected()) {
enable_smbus(); enable_smbus();
#if 1 #if 1
dump_spd_registers(); dump_spd_registers();
dump_smbus_registers(); dump_smbus_registers();