sample config file
This commit is contained in:
parent
7ec4980b96
commit
3b1018bf80
1 changed files with 31 additions and 0 deletions
31
src/mainboard/lex/cv860a/example.config
Normal file
31
src/mainboard/lex/cv860a/example.config
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
#
|
||||
# LinuxBIOS config file for: VIA epia mini-itx
|
||||
#
|
||||
|
||||
target cv860a
|
||||
|
||||
# via epia
|
||||
mainboard lex/cv860a
|
||||
|
||||
# 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 your-payload
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue