HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16686
-gerrit
commit 0a35c3b5d6e3db83a2d9b6c1b47164352429739a Author: Elyes HAOUAS ehaouas@noos.fr Date: Wed Sep 21 21:14:02 2016 +0200
mainboard/lippert: Use tabs for indents
Change-Id: If16d55e4ba0702176dc61524915d215ea46c14ba Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- src/mainboard/lippert/frontrunner/irq_tables.c | 2 +- src/mainboard/lippert/frontrunner/romstage.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/lippert/frontrunner/irq_tables.c b/src/mainboard/lippert/frontrunner/irq_tables.c index a8f7e36..25e2dcb 100644 --- a/src/mainboard/lippert/frontrunner/irq_tables.c +++ b/src/mainboard/lippert/frontrunner/irq_tables.c @@ -38,5 +38,5 @@ static const struct irq_routing_table intel_irq_routing_table = { }; unsigned long write_pirq_routing_table(unsigned long addr) { - return copy_pirq_routing_table(addr, &intel_irq_routing_table); + return copy_pirq_routing_table(addr, &intel_irq_routing_table); } diff --git a/src/mainboard/lippert/frontrunner/romstage.c b/src/mainboard/lippert/frontrunner/romstage.c index 15286e6..8120704 100644 --- a/src/mainboard/lippert/frontrunner/romstage.c +++ b/src/mainboard/lippert/frontrunner/romstage.c @@ -102,7 +102,7 @@ void main(unsigned long bist) outb( 0x87, 0x4E); //enter SuperIO configuration mode outb( 0x87, 0x4E);
- outb(0x20, 0x4e); + outb(0x20, 0x4e); temp = inb(0x4f); printk(BIOS_DEBUG, "%02x", temp); if (temp != 0x52){