mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
should be epia-m config not epia
This commit is contained in:
parent
4d0d5b6037
commit
4de5a4baf2
1 changed files with 6 additions and 4 deletions
|
@ -1,15 +1,17 @@
|
||||||
#
|
#
|
||||||
# LinuxBIOS config file for: VIA epia mini-itx
|
# LinuxBIOS config file for: VIA epia-m mini-itx
|
||||||
#
|
#
|
||||||
|
|
||||||
target /opt/cwlinux/buildrom/epia
|
target /opt/cwlinux/buildrom/epia-m
|
||||||
|
|
||||||
# via epia
|
# via epia
|
||||||
mainboard via/epia
|
mainboard via/epia-m
|
||||||
|
|
||||||
# Enable Serial Console for debugging
|
# Enable Serial Console for debugging
|
||||||
option SERIAL_CONSOLE=1
|
option SERIAL_CONSOLE=1
|
||||||
|
# option SERIAL_POST=1
|
||||||
option TTYS0_BAUD=115200
|
option TTYS0_BAUD=115200
|
||||||
|
# option TTYS0_BAUD=57600
|
||||||
option DEFAULT_CONSOLE_LOGLEVEL=9
|
option DEFAULT_CONSOLE_LOGLEVEL=9
|
||||||
option DEBUG=1
|
option DEBUG=1
|
||||||
|
|
||||||
|
@ -28,4 +30,4 @@ option USE_ELF_BOOT=1
|
||||||
|
|
||||||
# Use Etherboot as our payload
|
# Use Etherboot as our payload
|
||||||
payload /opt/cwlinux/etherboot/src/bin32/via-rhine.ebi
|
payload /opt/cwlinux/etherboot/src/bin32/via-rhine.ebi
|
||||||
|
# payload /opt/cwlinux/memtest86/memtest
|
||||||
|
|
Loading…
Add table
Reference in a new issue