adds target used by rapsberry pi
authorJohn Crispin <john@openwrt.org>
Tue, 24 Jul 2012 20:39:17 +0000 (20:39 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 24 Jul 2012 20:39:17 +0000 (20:39 +0000)
commit0e9e7dcd10c4f0653252076ccc4289cfcf55c4b4
treefe70556f494b2d1d5e055d43a38735f073a5f608
parent25482a60b34d4c4c2d6ad1dd3c65bf1e8be79472
adds target used by rapsberry pi

Add support for Raspberry Pi / brcm2708 / 2835

Signed-off-by: Ian Ridge <ianridge [at] gmail.com>
SVN-Revision: 32825
20 files changed:
package/brcm2708-gpu-fw/Makefile [new file with mode: 0644]
target/linux/brcm2708/Makefile [new file with mode: 0644]
target/linux/brcm2708/base-files/etc/config/network [new file with mode: 0644]
target/linux/brcm2708/base-files/etc/inittab [new file with mode: 0644]
target/linux/brcm2708/config-3.3 [new file with mode: 0644]
target/linux/brcm2708/image/Config.in [new file with mode: 0644]
target/linux/brcm2708/image/Makefile [new file with mode: 0644]
target/linux/brcm2708/image/cmdline.txt [new file with mode: 0644]
target/linux/brcm2708/image/gen_rpi_sdcard_img.sh [new file with mode: 0755]
target/linux/brcm2708/modules.mk [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0001-Add-dwc_otg-driver.patch [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0002-Main-bcm2708-linux-port.patch [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0003-bcm2708-watchdog-driver.patch [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0004-bcm2708-framebuffer-driver.patch [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0005-bcm2708-vchiq-driver.patch [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0006-Allow-mac-address-to-be-set-in-smsc95xx.patch [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0007-Fix-headers-for-vchiq-vcos-to-be-GPLv2.patch [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0500-rpi-patches-geaf792a-9efb4705.patch [new file with mode: 0644]
target/linux/brcm2708/patches-3.3/0510-fix_divdi3.patch [new file with mode: 0644]
target/linux/brcm2708/profiles/100-RaspberryPi.mk [new file with mode: 0644]