mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
21 lines
443 B
Text
21 lines
443 B
Text
|
|
# This will make a target directory of ./via
|
|
target vt5426
|
|
|
|
# VIA test mainboard
|
|
mainboard via/vt5426
|
|
|
|
option USE_DOC_MIL
|
|
docipl northbridge/via/vt8601/ipl.S
|
|
# 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
|
|
|
|
# Path to your kernel (vmlinux)
|
|
linux ~/src/bios/linux-2.4.0-via
|
|
|
|
option CMD_LINE='"root=/dev/hda1 single"'
|
|
|