summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/edgerouter.conf
diff options
context:
space:
mode:
authorYang Wei <Wei.Yang@windriver.com>2014-03-31 14:01:57 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-31 23:04:35 +0100
commit09b489c795b09d5b8e54db93055b625197046c3e (patch)
treeb8176ca477aec2a6e226c49aba1b8140f24b0dce /meta-yocto-bsp/conf/machine/edgerouter.conf
parentb8f210613dcf86e9809331a654f2b31e66af6ea4 (diff)
downloadpoky-09b489c795b09d5b8e54db93055b625197046c3e.tar.gz
yocto-bsps: Add a new BSP to support edgerouter
The EdgeRouter Lite is part of the EdgeMax series. It is an MIPS64 router(Cavium Octeon) with 512MB of RAM, which uses a USB pendrive for storage. Setup instructions ------------------ You will need the following: * NFS root setup on your workstation * TFTP server installed on your workstation * Straight-thru 9-conductor serial cable (DB9, M/F) connected from your PC to UART1 * Ethernet connected to the first ethernet port on the board The rest of the details can be found in the BSP kernel config, and README.hardware. (From meta-yocto rev: 473067887b9e04366c370ab123bcd14eff33fd9a) Signed-off-by: Yang Wei <Wei.Yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/edgerouter.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/edgerouter.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
new file mode 100644
index 0000000000..f3ea33bb0d
--- /dev/null
+++ b/meta-yocto-bsp/conf/machine/edgerouter.conf
@@ -0,0 +1,21 @@
1#@TYPE: Machine
2#@NAME: Edgerouter
3#@DESCRIPTION: Edgerouter
4
5require conf/machine/include/tune-mips64.inc
6
7MACHINE_FEATURES = "pci ext2 ext3 serial"
8
9KERNEL_IMAGETYPE = "vmlinux"
10KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
11KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
12
13PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
14
15SERIAL_CONSOLE = "115200 ttyS0"
16USE_VT ?= "0"
17
18MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
19
20IMAGE_FSTYPES ?= "jffs2 tar.bz2"
21JFFS2_ERASEBLOCK = "0x10000"