mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
28 lines
638 B
Text
28 lines
638 B
Text
# Sample config file for Matsonic MS7308E with DoC Millennium (as root)
|
|
# This will make a target directory of ./matsonic
|
|
target matsonic
|
|
|
|
# Matsonic MS7308E mainboard
|
|
mainboard matsonic/ms7308e
|
|
|
|
# Enable Serial Console for debugging
|
|
option SERIAL_CONSOLE=1
|
|
|
|
# Enable MicroCode update and L2 Cache init for PII and PIII
|
|
option UPDATE_MICROCODE
|
|
option CONFIGURE_L2_CACHE
|
|
|
|
# Use the internal VGA frame buffer device
|
|
option HAVE_FRAMEBUFFER
|
|
|
|
# Path to your kernel (vmlinux)
|
|
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
|
|
|
|
|