mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
add example config file for Matsonic M/Bs
This commit is contained in:
parent
75bdd79519
commit
464504a4e4
2 changed files with 28 additions and 2 deletions
23
util/config/matsonic.config
Normal file
23
util/config/matsonic.config
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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"'
|
||||||
|
|
|
@ -9,11 +9,14 @@ mainboard leadtek/winfast6300
|
||||||
# Enable Serial Console for debugging
|
# Enable Serial Console for debugging
|
||||||
option SERIAL_CONSOLE
|
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
|
# Use the internal VGA frame buffer device
|
||||||
# Fixme: this does not effect the Makefile rules for docipl
|
|
||||||
option HAVE_FRAMEBUFFER
|
option HAVE_FRAMEBUFFER
|
||||||
|
|
||||||
linux /usr/src/linux
|
linux /usr/src/linux
|
||||||
|
|
||||||
option CMD_LINE='"root=/dev/hda1"'
|
option CMD_LINE='"root=/dev/nftla1"'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue