ar71xx: add Arduino Yun
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 10 Nov 2015 23:13:09 +0000 (23:13 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 10 Nov 2015 23:13:09 +0000 (23:13 +0000)
commitfa137d51f5cbc678922950a6b06883c1d2141ac2
tree410f5ff10ecb345af68628cf3e09703b624ea41e
parent1bfbf2de6df94a5e62f690bec9999702e3ad4c81
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>
SVN-Revision: 47451
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]