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:
		
							
								
								
									
										4
									
								
								src/arch/i386/Config.lb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								src/arch/i386/Config.lb
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| default ARCH=i386 | ||||
| dir lib | ||||
| dir boot | ||||
| dir smp | ||||
							
								
								
									
										13
									
								
								src/arch/i386/lib/Config.lb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								src/arch/i386/lib/Config.lb
									
									
									
									
									
										Normal 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 | ||||
|  | ||||
|  | ||||
| @@ -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) | ||||
|   | ||||
							
								
								
									
										9
									
								
								src/arch/i386/smp/Config.lb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/arch/i386/smp/Config.lb
									
									
									
									
									
										Normal 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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user