added config and other test files.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2003-06-17 16:51:06 +00:00
parent 667393676b
commit 99acb49cf7
21 changed files with 527 additions and 0 deletions

4
src/arch/i386/Config.lb Normal file
View File

@@ -0,0 +1,4 @@
default ARCH=i386
dir lib
dir boot
dir smp

View File

@@ -0,0 +1,13 @@
#object i386_subr.o
#object params.o
#object hardwaremain.o
#object vgabios.o CONFIG_VGABIOS
#object idt.o CONFIG_REALMODE_IDT
#object pci-irq.c CONFIG_PCIBIOS_IRQ
#option CONFIG_LOGICAL_CPUS=1
#option CONFIG_PCIBIOS_IRQ=0
object c_start.S
object cpu.c
object pci_ops.c

View File

@@ -9,6 +9,9 @@ jmp console0
#define LINUXBIOS_EXTRA_VERSION
#endif
#ifndef ASM_CONSOLE_LOGLEVEL
#define ASM_CONSOLE_LOGLEVEL 5
#endif
console_test:
.ascii "\r\n\r\nLinuxBIOS-"
.ascii STR(LINUXBIOS_VERSION)

View File

@@ -0,0 +1,9 @@
if HAVE_MP_TABLE
object mpspec.o
end
#object ioapic.o CONFIG_IOAPIC
if CONFIG_SMP
object start_stop.o
# object secondary.S
end