Fixed .config files (remove arch command)
Add support for new mainboard and chipset combos
This commit is contained in:
parent
3260d101ea
commit
3be04423cd
14 changed files with 633 additions and 24 deletions
|
|
@ -1,15 +1,10 @@
|
|||
|
||||
# Sample config file for ASUS CUA with DoC Millennium (as root)
|
||||
arch i386
|
||||
# This will make a target directory of ./winfast
|
||||
target asus_cua
|
||||
|
||||
# Asus CUA
|
||||
mainboard asus/cua
|
||||
|
||||
raminit northbridge/acer/m1631/chipset_init.inc
|
||||
# protected mode startup
|
||||
option PROTECTED_MODE_STARTUP
|
||||
|
||||
# Enable Serial Console for debugging
|
||||
option SERIAL_CONSOLE
|
||||
|
||||
|
|
@ -19,20 +14,11 @@ option CONFIGURE_L2_CACHE
|
|||
|
||||
# use DOC MIL
|
||||
option USE_DOC_MIL
|
||||
docipl northbridge/acer/m1631/ipl.S
|
||||
|
||||
# we need to do this for protected=mode DOC
|
||||
# first we need to fix the internals of docipl command
|
||||
# addaction ipl.o mv docipl adocipl
|
||||
# addaction ipl.o dd if=adocipl of=docipl bs=1 skip=1040384
|
||||
|
||||
docipl mainboard/asus/cua/ipl.S
|
||||
|
||||
# Use the internal VGA frame buffer device
|
||||
# option HAVE_FRAMEBUFFER
|
||||
|
||||
# we don't have PIRQ tables yet.
|
||||
nooption HAVE_PIRQ_TABLE
|
||||
|
||||
# Path to your kernel (vmlinux)
|
||||
linux ~/src/bios/linux-2.4.0-ali
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
arch alpha
|
||||
# This will make a target directory of ./ds10
|
||||
# Note that this is RELATIVE TO WHERE YOU ARE WHEN YOU RUN THE
|
||||
# CONFIG TOOL. Make it absolute if you like
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# This will make a target directory of ./winfast
|
||||
# Note that this is RELATIVE TO WHERE YOU ARE WHEN YOU RUN THE
|
||||
# CONFIG TOOL. Make it absolute if you like
|
||||
arch i386
|
||||
target /tmp/fbios/l440bx
|
||||
|
||||
mainboard intel/l440bx
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# Sample config file for Matsonic MS7308E with DoC Millennium (as root)
|
||||
arch i386
|
||||
# This will make a target directory of ./matsonic
|
||||
target matsonic
|
||||
|
||||
|
|
@ -22,3 +21,8 @@ linux /usr/src/linux
|
|||
# Kernel command line parameters
|
||||
commandline root=/dev/nftla1 single
|
||||
|
||||
# use DOC MIL
|
||||
option USE_DOC_MIL
|
||||
docipl northsouthbridge/sis/630/ipl.S
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# Sample config file for PCCHIPS M810LMR with DoC Millennium (as root)
|
||||
arch i386
|
||||
# This will make a target directory of ./pcchips
|
||||
target pcchips
|
||||
|
||||
|
|
@ -21,3 +20,8 @@ linux /usr/src/linux
|
|||
|
||||
# Kernel command line parameters
|
||||
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single
|
||||
# use DOC MIL
|
||||
option USE_DOC_MIL
|
||||
docipl northsouthbridge/sis/730/ipl.S
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# Sample config file for SiS 550 SoC with DoC Millennium (as root)
|
||||
arch i386
|
||||
# This will make a target directory of ./winfast
|
||||
target sis540
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# Sample config file for SiS 550 SoC with DoC Millennium (as root)
|
||||
arch i386
|
||||
# This will make a target directory of ./winfast
|
||||
target sis550
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# Sample config file for Winfast 6300 with DoC Millennium (as root)
|
||||
arch i386
|
||||
# This will make a target directory of ./winfast
|
||||
target winfast
|
||||
|
||||
|
|
@ -9,6 +8,10 @@ mainboard leadtek/winfast6300
|
|||
# Enable Serial Console for debugging
|
||||
option SERIAL_CONSOLE
|
||||
|
||||
# use DOC MIL
|
||||
option USE_DOC_MIL
|
||||
docipl northsouthbridge/sis/630/ipl.S
|
||||
|
||||
# Enable MicroCode update and L2 Cache init for PII and PIII
|
||||
option UPDATE_MICROCODE
|
||||
option CONFIGURE_L2_CACHE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue