mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
22 lines
548 B
Text
22 lines
548 B
Text
# Sample config file for SiS 550 SoC with DoC Millennium (as root)
|
|
# This will make a target directory of ./winfast
|
|
target sis540
|
|
|
|
# SiS 550 SoC demo mainboard
|
|
mainboard sis/540
|
|
|
|
#Enable Serial Console for debugging
|
|
option SERIAL_CONSOLE=1
|
|
|
|
# use DOC MIL
|
|
option USE_DOC_MIL
|
|
docipl northsouthbridge/sis/540/ipl.S
|
|
|
|
# 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/hda1 console=tty0 video=sisfb:1024x768-32@85,font:VGA8x16
|