mainboard/ibase/mb899: Sanitize headers
These are not local headers. Change-Id: Ie0b0a682565a08dbfa089986dc7860fdb0846949 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5796 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
parent
0deb355d0e
commit
2c9e370646
|
@ -58,4 +58,3 @@ 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -225,4 +225,3 @@ static void mainboard_enable(device_t dev)
|
||||||
struct chip_operations mainboard_ops = {
|
struct chip_operations mainboard_ops = {
|
||||||
.enable_dev = mainboard_enable,
|
.enable_dev = mainboard_enable,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -32,9 +32,9 @@
|
||||||
#include <pc80/mc146818rtc.h>
|
#include <pc80/mc146818rtc.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <cpu/x86/bist.h>
|
#include <cpu/x86/bist.h>
|
||||||
#include "northbridge/intel/i945/i945.h"
|
#include <northbridge/intel/i945/i945.h>
|
||||||
#include "northbridge/intel/i945/raminit.h"
|
#include <northbridge/intel/i945/raminit.h>
|
||||||
#include "southbridge/intel/i82801gx/i82801gx.h"
|
#include <southbridge/intel/i82801gx/i82801gx.h>
|
||||||
|
|
||||||
#define SERIAL_DEV PNP_DEV(0x4e, W83627EHG_SP1)
|
#define SERIAL_DEV PNP_DEV(0x4e, W83627EHG_SP1)
|
||||||
#define DUMMY_DEV PNP_DEV(0x4e, 0)
|
#define DUMMY_DEV PNP_DEV(0x4e, 0)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <cpu/x86/smm.h>
|
#include <cpu/x86/smm.h>
|
||||||
#include "southbridge/intel/i82801gx/nvs.h"
|
#include <southbridge/intel/i82801gx/nvs.h>
|
||||||
|
|
||||||
/* The southbridge SMI handler checks whether gnvs has a
|
/* The southbridge SMI handler checks whether gnvs has a
|
||||||
* valid pointer before calling the trap handler
|
* valid pointer before calling the trap handler
|
||||||
|
@ -47,5 +47,3 @@ int mainboard_io_trap_handler(int smif)
|
||||||
//gnvs->smif = 0;
|
//gnvs->smif = 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue