mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
- Code to initialize sdram from C on the l440gx - cache as ram code fro the p6 it works except conflict misses occur with addresses that are not cached so writing to ram does not work. Which makes it to brittle to count on. - Initial implementation of a fallback booting scheme where we can have two copies of linuxbios in rom at once. - Movement of 32 bit entry code from entry16.inc to entry32.inc - Update of all config files so they now also include entry32.inc - Fix for start_stop.c & entry16.inc so I can fairly arbitrarily relocate the 16bit entry code in SMP. - A small number of fixes for warnings
22 lines
520 B
Text
22 lines
520 B
Text
arch i386
|
|
mainboardinit cpu/i386/entry16.inc
|
|
mainboardinit cpu/i386/entry32.inc
|
|
ldscript cpu/i386/entry16.lds
|
|
|
|
mainboardinit superio/sis/950/setup_serial.inc
|
|
mainboardinit pc80/serial.inc
|
|
mainboardinit arch/i386/lib/console.inc
|
|
northsouthbridge sis/730
|
|
# superio sis/950
|
|
nsuperio sis/950 com1={1} floppy=1 lpt=1
|
|
mainboardinit cpu/p6/earlymtrr.inc
|
|
|
|
option ENABLE_FIXED_AND_VARIABLE_MTRRS=1
|
|
option FINAL_MAINBOARD_FIXUP=1
|
|
option HAVE_PIRQ_TABLE=1
|
|
object mainboard.o
|
|
object irq_tables.o
|
|
keyboard pc80
|
|
cpu p5
|
|
cpu p6
|
|
cpu k7
|