]> git.enpas.org Git - openwrt.git/commit
bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Jul 2013 13:46:27 +0000 (13:46 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Jul 2013 13:46:27 +0000 (13:46 +0000)
commit178c1bc33bec745e464c8d33028d32bf53550878
tree42e9e85c31ce67c40103d9267bda76e5fa957bf6
parent0f4965bdbe19f5c7638aa6a87d120e440b2054b2
bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs

This was only tested on a Netgear R6250, but it could also work on
other devices when the correct images are generated.
It is only possible to boot into a ram disk, no Ethernet, Wifi, flash,
USB is supported.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37268 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 files changed:
target/linux/bcm53xx/Makefile [new file with mode: 0644]
target/linux/bcm53xx/config-3.10 [new file with mode: 0644]
target/linux/bcm53xx/image/Makefile [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0001-clocksource-arm_global_timer-Add-ARM-global-timer-su.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0008-bcm53xx-initial-support-for-the-BCM5301-BCM470X-SoC-.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0009-bcma-register-bcma-as-device-tree-driver.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0010-bcma-add-some-more-core-names.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0011-bcma-make-it-possible-to-select-SoC-support-without-.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0012-bcm53xx-register-bcma-bus.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0013-bcma-add-constants-for-new-ARM-based-SoCs.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0014-bcma-return-correct-error-code-when-bus-can-failed.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0015-bcma-fix-handling-of-big-addrl.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0016-bgmac-bgmac-depends-on-phylib.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.10/0017-bgmac-make-bgmac-work-on-systems-without-nvram.patch [new file with mode: 0644]
target/linux/bcm53xx/profiles/100-Generic.mk [new file with mode: 0644]