summaryrefslogtreecommitdiff
path: root/src/arch/i386/include
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-06-25 13:43:22 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-06-25 13:43:22 +0000
commitab272664ee24c2e497186b4ed3f94e5910e8eac9 (patch)
tree025c4d043ab3524bb96ee70253b0320ad3f5a732 /src/arch/i386/include
parent43c970f56a1dbba72543e9e1cd007726ad31c626 (diff)
Add new function to create all mptable entries for buses by
reading that information from the device tree. Use this function on kontron/986lcd-m Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5647 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r--src/arch/i386/include/arch/smp/mpspec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/include/arch/smp/mpspec.h b/src/arch/i386/include/arch/smp/mpspec.h
index 2d5c88f343..9b4a6281b7 100644
--- a/src/arch/i386/include/arch/smp/mpspec.h
+++ b/src/arch/i386/include/arch/smp/mpspec.h
@@ -274,6 +274,7 @@ void *smp_write_floating_table_physaddr(unsigned long addr,
unsigned long write_smp_table(unsigned long addr);
void mptable_add_isa_interrupts(struct mp_config_table *mc, unsigned long bus_isa, unsigned long apicid, int external);
+void mptable_write_buses(struct mp_config_table *mc, int *max_pci_bus, int *isa_bus);
#endif