mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
41 lines
1,014 B
Text
41 lines
1,014 B
Text
# 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
|
|
|
|
# Enable MicroCode update and L2 Cache init for PII and PIII
|
|
option UPDATE_MICROCODE
|
|
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
|
|
|
|
|
|
# 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
|
|
|
|
|
|
# Kernel command line parameters
|
|
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single
|