switch-coreboot/util/config/via.config
Ronald G. Minnich e4a129a678 minor changes for via.
You can build for vt5292A4 by:
cd romimages/RON_VIA_SPD
make

Note that we now use 2.4.0 release

multiple SDRAM do not work yet.
2001-01-27 00:54:43 +00:00

19 lines
387 B
Text

# This will make a target directory of ./via
target vt5292
# VIA test mainboard
mainboard via/vt5292
# 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
# Path to your kernel (vmlinux)
linux ~/src/bios/linux-2.4.0-via
option CMD_LINE='"root=/dev/hda1 single"'