bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 12 Jul 2013 13:46:27 +0000 (13:46 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 12 Jul 2013 13:46:27 +0000 (13:46 +0000)
commit9e9261a7182c82947f1bbd7f63aa6a93a783e02e
tree77b0578b21c88e818fb6fb4507ea7c4325654582
parent92961e09178746996cba8fea04482d69a7e69201
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>
SVN-Revision: 37268
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]