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
47 lines
1.1 KiB
Text
47 lines
1.1 KiB
Text
arch i386
|
|
mainboardinit cpu/i386/entry16.inc
|
|
mainboardinit cpu/i386/entry32.inc
|
|
ldscript cpu/i386/entry16.lds
|
|
mainboardinit cpu/i386/reset16.inc
|
|
ldscript cpu/i386/reset16.lds
|
|
|
|
option SERIAL_SUPERIO_BASEADDRESS=0x370
|
|
mainboardinit superio/winbond/w83977ef/setup_serial.inc
|
|
|
|
mainboardinit pc80/serial.inc
|
|
mainboardinit arch/i386/lib/console.inc
|
|
northbridge intel/440bx
|
|
southbridge intel/piix4e
|
|
mainboardinit cpu/p6/earlymtrr.inc
|
|
|
|
#superio NSC/pc87309
|
|
nsuperio winbond/w83977ef keyboard=1
|
|
nsuperio winbond/w83877tf
|
|
|
|
option ENABLE_FIXED_AND_VARIABLE_MTRRS
|
|
option MTRR_ONLY_TOP_64K_FLASH
|
|
option PIIX4_DEVFN=0x38
|
|
option NO_KEYBOARD
|
|
option HAVE_PIRQ_TABLE
|
|
option ZKERNEL_START=0xfffc0000
|
|
option ZKERNEL_MASK=0x7f
|
|
# For those people who use DoC
|
|
# on DoC on this board, Linux starts at the front. No need to have
|
|
# linuxbios in DoC as it is in FLASH
|
|
# Actually we'll leave it at the 65K offset. The reason to leave it there
|
|
# is we can drop any LinuxBIOS DoC in from any machine and it will work
|
|
# fine.
|
|
# option DOC_KERNEL_START 0
|
|
option DOC_MIL_BASE=0xd0000
|
|
option L440BX
|
|
|
|
object mainboard.o
|
|
object irq_tables.o
|
|
|
|
option UPDATE_MICROCODE
|
|
|
|
cpu p6
|
|
cpu p5
|
|
|
|
|
|
|