mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
mainboard/lippert: Use tabs for indents
Change-Id: If16d55e4ba0702176dc61524915d215ea46c14ba Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16686 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
c2586db790
commit
57a3cd21f1
2 changed files with 2 additions and 2 deletions
|
@ -38,5 +38,5 @@ static const struct irq_routing_table intel_irq_routing_table = {
|
||||||
};
|
};
|
||||||
unsigned long write_pirq_routing_table(unsigned long addr)
|
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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,7 +102,7 @@ void main(unsigned long bist)
|
||||||
outb( 0x87, 0x4E); //enter SuperIO configuration mode
|
outb( 0x87, 0x4E); //enter SuperIO configuration mode
|
||||||
outb( 0x87, 0x4E);
|
outb( 0x87, 0x4E);
|
||||||
|
|
||||||
outb(0x20, 0x4e);
|
outb(0x20, 0x4e);
|
||||||
temp = inb(0x4f);
|
temp = inb(0x4f);
|
||||||
printk(BIOS_DEBUG, "%02x", temp);
|
printk(BIOS_DEBUG, "%02x", temp);
|
||||||
if (temp != 0x52){
|
if (temp != 0x52){
|
||||||
|
|
Loading…
Add table
Reference in a new issue