mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
23 lines
560 B
Text
23 lines
560 B
Text
# Sample config file for Matsonic MS7308E with DoC Millennium (as root)
|
|
|
|
# This will make a target directory of ./matsonic
|
|
target matsonic
|
|
|
|
# WinFast 6300 MAX mainboard
|
|
mainboard matsonic/ms7308e
|
|
|
|
# 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 the internal VGA frame buffer device
|
|
# Fixme: this does not effect the Makefile rules for docipl
|
|
option HAVE_FRAMEBUFFER
|
|
|
|
linux /usr/src/linux
|
|
|
|
option CMD_LINE='"root=/dev/nftla1"'
|
|
|