barebox/arch/x86/boards/x86_generic/env/config
Jean-Christophe PLAGNIOL-VILLARD d8c86961b3 move boards to arch/<architecure>/boards
this will allow each arch to handle the boards more simply and depending on
there need

the env var BOARD will refer to the current board dirent

for sandbox as we have only one board the board dirent is arch/sandbox/board

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-07-23 08:35:25 +02:00

32 lines
580 B
Text

#
# basic config
#
# boot source: 'disk' or 'net'
kernel=disk
root=disk
# data for the NFS case
nfsroot="/path/to/nfs_root"
# data for the disk case
kernel_device=/dev/biosdisk0.1
rootpart_disk=/dev/sda1
rootpart_fs=ext2
baudrate=115200
serial=ttyS0
# use UART for console
bootargs="console=$serial,$baudrate"
autoboot_timeout=3
# use 'dhcp' to do dhcp in uboot and in kernel
# ip=dhcp
# or set your networking parameters here
# eth0.ipaddr=192.168.3.11
# eth0.netmask=255.255.255.0
# eth0.gateway=a.b.c.d
# eth0.serverip=192.168.3.10
# eth0.ethaddr=aa.bb.cc.dd.ee.ff