ar71xx: add Arduino Yun
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Nov 2015 23:13:09 +0000 (23:13 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Nov 2015 23:13:09 +0000 (23:13 +0000)
commit914d4fc6219538640ce843b6cf2a6cab5d71db8a
treee5eaf3c94bbf63f1c846243f8edc12f79e20ed2b
parent124526b5b091e2c4487860bcea26099ec442d301
ar71xx: add Arduino Yun

This is based on patches from Federico Fissore <f.fissore@arduino.cc>
especially this one:
https://github.com/arduino/openwrt-yun/commit/7e2976fa83fb0d72a955574499178c387a1b3c92

The console is running with 250000 baud which is a non standard baud
rate and needs an extra patch to be applied, I will try to get this
patch upstream or something else which accomplish the same.

Some upstream code looks like there are many different versions of this
SoC, are these only internal versions and all versions on the consumer
market are the same? I saw different GPIO configuration and flash sizes
of 8MB and 16MB?

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47451 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
target/linux/ar71xx/base-files/etc/uci-defaults/02_network
target/linux/ar71xx/base-files/lib/ar71xx.sh
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
target/linux/ar71xx/config-4.1
target/linux/ar71xx/files/arch/mips/ath79/mach-arduino-yun.c [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/arduino.mk [new file with mode: 0644]
target/linux/ar71xx/image/Makefile
target/linux/ar71xx/patches-4.1/822-MIPS-ath79-Arduino-yun-support.patch [new file with mode: 0644]