mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
# Sample config file for PCCHIPS m758lmr+ with DoC Millennium (as root)
|
|
|
|
# This will make a target directory of m758lmr+
|
|
target /usr/src/linuxbios/buildrom/m758lmr+
|
|
|
|
# PCCHIPS m758lmr+
|
|
mainboard pcchips/m758lmr+
|
|
|
|
# Enable Serial Console for debugging
|
|
option SERIAL_CONSOLE=1
|
|
|
|
# enable debugging support
|
|
option DEBUG=1
|
|
|
|
# enable serial post for debugging
|
|
option SERIAL_POST=1
|
|
|
|
# set default consol loglevel
|
|
option DEFAULT_CONSOLE_LOGLEVEL=9
|
|
|
|
# enable floppy support
|
|
# option MUST_ENABLE_FLOPPY
|
|
|
|
# enable keyboard support
|
|
# option NO_KEYBOARD
|
|
|
|
# use ELF boot
|
|
# option USE_ELF_BOOT=1
|
|
|
|
# enable RAM test
|
|
# option RAMTEST
|
|
|
|
# PIRQ tables
|
|
# option HAVE_PIRQ_TABLE=1
|
|
|
|
# don't use old kernel hack
|
|
# option OLD_KERNEL_HACK
|
|
|
|
# Enable MicroCode update and L2 Cache init for PII and PIII
|
|
option UPDATE_MICROCODE=1
|
|
option CONFIGURE_L2_CACHE=1
|
|
option ENABLE_FIXED_AND_VARIABLE_MTRRS=1
|
|
|
|
|
|
# Use the internal VGA frame buffer device
|
|
option HAVE_FRAMEBUFFER=1
|
|
|
|
# Path to your kernel (vmlinux)
|
|
linux /usr/src/linuxbios/linux
|
|
|
|
# Kernel command line parameters
|
|
# enable serial console
|
|
commandline root=/dev/nftla1 console=ttyS0,115200 console=tty0 video=sisfb:640x480-8@60,font:VGA8x16
|
|
# disable serial console
|
|
# commandline root=/dev/nftla1 console=/dev/tty5 CONSOLE=/dev/tty5 video=sisfb:640x480-8@60,font:VGA8x16
|
|
|
|
docipl northsouthbridge/sis/630/ipl.S
|
|
option USE_DOC_MIL=1
|