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)
commit2ae61051471c17b87c4652d9ab4987783c093aff
treee5eaf3c94bbf63f1c846243f8edc12f79e20ed2b
parent7c2e3a5484c5cbdc9db69a7865c7ec5f63a2577c
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]