mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
21 lines
563 B
Text
21 lines
563 B
Text
# Sample config file for SiS 550 SoC with DoC Millennium (as root)
|
|
# This will make a target directory of ./winfast
|
|
target sis550-elf-etherboot
|
|
|
|
# SiS 550 SoC demo mainboard
|
|
mainboard sis/550
|
|
|
|
# use DOC MIL
|
|
option USE_DOC_MIL=1
|
|
docipl northsouthbridge/sis/550/ipl.S
|
|
|
|
# Use the internal VGA frame buffer device
|
|
option HAVE_FRAMEBUFFER
|
|
|
|
# use ELF Loader to load Etherboot
|
|
option USE_ELF_BOOT=1
|
|
|
|
payload /home/ollie/work/etherboot/src/bin32/sis900.ebi
|
|
|
|
# Kernel command line parameters
|
|
commandline root=/dev/hda5 console=tty0 video=sisfb:1024x768-32@85,font:VGA8x16
|