mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
sample config for epia
This commit is contained in:
parent
68da117ea5
commit
2a70749043
1 changed files with 31 additions and 0 deletions
31
src/mainboard/via/epia/example.config
Normal file
31
src/mainboard/via/epia/example.config
Normal file
|
@ -0,0 +1,31 @@
|
|||
#
|
||||
# LinuxBIOS config file for: VIA epia mini-itx
|
||||
#
|
||||
|
||||
target /opt/cwlinux/buildrom/epia
|
||||
|
||||
# via epia
|
||||
mainboard via/epia
|
||||
|
||||
# Enable Serial Console for debugging
|
||||
option SERIAL_CONSOLE=1
|
||||
option TTYS0_BAUD=115200
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=9
|
||||
option DEBUG=1
|
||||
|
||||
# Use 256KB Standard Flash as Normal BIOS
|
||||
option RAMTEST=1
|
||||
option USE_GENERIC_ROM=1
|
||||
option STD_FLASH=1
|
||||
#option ZKERNEL_START=0xfffc0000
|
||||
option ROM_SIZE=262144
|
||||
|
||||
# payload size = 192KB
|
||||
option PAYLOAD_SIZE=196608
|
||||
|
||||
# use ELF Loader to load Etherboot
|
||||
option USE_ELF_BOOT=1
|
||||
|
||||
# Use Etherboot as our payload
|
||||
payload /opt/cwlinux/etherboot/src/bin32/via-rhine.ebi
|
||||
|
Loading…
Add table
Reference in a new issue