aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAgeFilesLines
* AA: ar71xx: om2p-hs: use correct bit mask to disable JTAG functionalityGabor Juhos2013-03-111-1/+1
| | | | | | | | Backport of r35966. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add AR934X_GPIO_FUNC_* definesGabor Juhos2013-03-111-4/+10
| | | | | | | | Backport of r35965. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable building ramdisk images for WZRHPG30XNH board typesLuka Perkov2013-03-051-0/+4
| | | | | | Backport of r35874. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: register the micro sd card reader on RB493GJonas Gorski2013-02-251-0/+3
| | | | | | | | Backport of r35535. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: fix MAC address assignment on the DIR-825-Bx boardsGabor Juhos2013-02-211-7/+10
| | | | | | | | | | | | | Backport of r35730. Use the same MAC addresses as the original firmware. Based on a patch from #10421. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Tested-by: Gabor Varga <vargagab@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: Routerboard 751 Mac Address Offset FixGabor Juhos2013-02-091-2/+10
| | | | | | | | | | | | | | | | | Backport of r35519. We utilize many Routerboard 751's and discovered that our latest batch of RB751's would not initialize the wireless radio. We have determined Mikrotik has changed where the mac address was located inside hardconfig. As such we utilize "routerboot_find_tag" to find the location of the mac address. We should remove "RB751_MAC_ADDRESS_OFFSET" as it is ambiguous by machine manufacturing date. The newer batch of RB751's that we received had a RB751_MAC_ADDRESS_OFFSET 0x10. Signed-off-by: Davey Hutchison <dhutchison@bluemesh.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: disable PHY_SWAP and PHY_ADDR_SWAP bits on ↵Gabor Juhos2013-01-073-4/+7
| | | | | | | | | | | | | | | | | | | | TL-WR703N/MR3020/MR3040/MR11U boards Backport of r35037. The PHY_SWAP and PHY_ADDR_SWAP bits are initialized differently by different versions of the bootloader. This leads to broken ethernet connection with OpenWrt on some boards. Turn both SWAP bits OFF on these boards to make it consistent regardless of the bootloader used. Based on a patch by Michel Stempin <michel.stempin@wanadoo.fr>. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: set pad6 cfg for AR8327 on the AP136 boardGabor Juhos2012-11-251-10/+19
| | | | | | | | | | | Backport of r34316. Also override the pll_1000 value. Without these settings ethernet suffers from packet loss. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: fix GPIO function selection for AR934xGabor Juhos2012-11-254-7/+217
| | | | | | | | Backport of r34275. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: restore rb4xx kernel partition size to the original valueGabor Juhos2012-11-251-1/+1
| | | | | | | | | | | Backport of r34274. The new lzma compressed elf kernel image fits into that, even on devices with large page NAND chips. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: install lzma compressed elf kernel image from wget2nandGabor Juhos2012-11-251-1/+1
| | | | | | | | Backport of r34273. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx/image: provide lzma compressed elf kernel imageGabor Juhos2012-11-251-0/+2
| | | | | | | | | | Backport of r34272. This will be used on the RB4xx/RB7xx/RB2011 boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx/image: relink loader.elf image to LOADADDRGabor Juhos2012-11-252-5/+21
| | | | | | | | | | | Backport of r34271. This allows to load the resulting image directly from RouterBOOT. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use custom LZMA dictionary size for WNDR3700 imagesGabor Juhos2012-11-251-4/+4
| | | | | | | | | | Backport of r34248. Based on a patch by Hannu Nyman. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add user-space support for the RB435G boardGabor Juhos2012-11-252-0/+9
| | | | | | | | Backport of r34240. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add kernel support for the RB435G boardGabor Juhos2012-11-252-0/+39
| | | | | | | | Backport of r34239. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: update PCI IRQ map for RB4xx devicesGabor Juhos2012-11-251-0/+28
| | | | | | | | | | Backport of r34238. Should fix #12269. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: create profile and build image for the OpenMesh MR600 boardGabor Juhos2012-11-252-0/+12
| | | | | | | | | Backport of r34237. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: enable sysupgrade for the OpenMesh MR600Gabor Juhos2012-11-252-15/+42
| | | | | | | | | Backport of r34235. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: rename om2p.sh upgrade script to openmesh.shGabor Juhos2012-11-251-0/+0
| | | | | | | | | | | Backport of r34234. It will be used on other boards as well. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: scripts/om-fwupgradecfg-gen.sh: add support for the MR600Gabor Juhos2012-11-251-2/+3
| | | | | | | | | Backport of r34233. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add user-space support for the OpenMesh MR600 boardGabor Juhos2012-11-254-0/+13
| | | | | | | | | Backport of r34232. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add kernel support for the OpenMesh MR600 boardGabor Juhos2012-11-253-0/+168
| | | | | | | | | Backport of r34231. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: scripts: rename om2p-fwupgradecfg-gen.sh to more generic ↵Gabor Juhos2012-11-251-1/+1
| | | | | | | | | | | | | om-fwupgradecfg-gen.sh Backport of r34200. It will be used for non OM2P boards as well. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add profile and build image for the Ubiquiti UniFi AP-Outdoor boardGabor Juhos2012-11-252-1/+13
| | | | | | | | | Backport of r34198. Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add user-space support for the Ubiquiti UniFi AP-Outdoor boardGabor Juhos2012-11-253-2/+7
| | | | | | | | | Backport of r34197. Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34342 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add support for the Ubiquiti UniFi AP-Outdoor deviceGabor Juhos2012-11-251-0/+66
| | | | | | | | | | | | | | | | Backport of r34196. [juhosg: - rename and refresh 660-MIPS-ath79-ubnt-xm-add-unifi-outdoor patches - wrap long lines in mach-ubnt-xm - remove default network config, set it from uci-defaults/network instead - remove user-space, and image generation stuff] Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add profiles and build images for old PowerCloud System devicesGabor Juhos2012-11-252-1/+76
| | | | | | | | | | | | | Backport of r34195. [juhosg: - use 'PowerCloud Systems' instead of 'PCS' in the profiles - sort SingleProfile instances in image/Makefile] Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add profile and build image for the TL-WA7510N boardGabor Juhos2012-11-252-0/+12
| | | | | | | | | | | Backport of r34190. [juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: user space support for the TL-WA7510NGabor Juhos2012-11-252-0/+4
| | | | | | | | | | | Backport of r34188. [juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add support for TP-Link TL-WA7510NGabor Juhos2012-11-252-11/+50
| | | | | | | | | | | | | | | | | | | | | | Backport of r34187. It is mostly the same as TL-WA901N. WLAN and LAN are working. LAN LED is working. WLAN signal strength LEDs are not working yet. http://wiki.openwrt.org/toh/tp-link/tl-wa7510n?s[]=wa7510n [juhosg: - cleanup commit message - move non kernel related stuff into separate changes - rename and refresh 615-MIPS-ath79-TL-WA7510N-v1-support patch - merge WA7510N support into the mach-tl-wa901nd.c file - add 3.6 support] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: nuke ath79_set_usb_power_gpio helperGabor Juhos2012-11-251-47/+0
| | | | | | | | | | Backport of r34088. It is no longer used. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use gpio_request_one instead of ath79_set_usb_power_gpioGabor Juhos2012-11-259-19/+30
| | | | | | | | Backport of r34087. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: don't use the unknown LED on the ZCN-1523-5 boardGabor Juhos2012-11-041-4/+1
| | | | | | | | | | | | | | | | Backport of r34076. According to #12421, GPIO 1 controls the power output on the unused lines of the LAN2 port. Remove the LED definition in order to prevent possible permanent hardware damage. If someone needs that, the power-out feature can be controlled via the GPIO sysfs interface. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: include mtd layout in the command line for ZCN-1523H-* boardsGabor Juhos2012-11-041-2/+2
| | | | | | | | Backport of r34074. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add missing Makefile entry for the ZCN-1523H-{2,5} boardsGabor Juhos2012-11-041-2/+5
| | | | | | | | | | Backport of r34072. Also add the missing ATH79_MACH_ZCN_1523H_5 symbol. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: fix link speed between AR7242 and AR8327 on the RB750GL/RB751G ↵Gabor Juhos2012-10-291-1/+2
| | | | | | | | | | | | | boards Bacport of r33993. The default pll_1000 value had to be changed in order to make it working. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: enable sysupgrade for the CAP4200AG boardGabor Juhos2012-10-281-1/+5
| | | | | | | | Backport of r33960. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add profile and build image for the CAP4200AGGabor Juhos2012-10-282-0/+19
| | | | | | | | Backport of r33958. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add user-space part for the CAP4200AGGabor Juhos2012-10-284-0/+13
| | | | | | | | Backport of r33957. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add support for the Senao CAP4200AG boardGabor Juhos2012-10-283-0/+171
| | | | | | | | Backport of r33956. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add ath79_wmac_disable_[25]ghz helpersGabor Juhos2012-10-281-0/+31
| | | | | | | | Backport of r33955. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use mtd_read in wrt160nl_partGabor Juhos2012-10-281-2/+2
| | | | | | | | Backport of r33951. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33973 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use mtd_read in tplinkpartGabor Juhos2012-10-281-4/+4
| | | | | | | | Backport of r33950. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: generate 4,8,16M images for the WPE72Gabor Juhos2012-10-271-1/+4
| | | | | | | | Backport of r33949. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: reject TP-Link images containing a bootloaderGabor Juhos2012-10-261-0/+12
| | | | | | | | | | | | | | Backport of r33944. The original TP-Link firmware images can be flashed via the sysupgrade command, however those may contain a bootloader. Flashing such an image via sysupgrade bricks the board, and it can't be recovered without a serial console. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: rw2458n - fix flash partsGabor Juhos2012-10-191-10/+1
| | | | | | | | | | | Backport of r33867. See #12338. Redwave rw2458 has uboot, not redboot. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: merge machine support patchesGabor Juhos2012-10-184-77/+21
| | | | | | | | Backport of r33820. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: also use the ath79_set_ar934x_eth_cfg helper for DB120Gabor Juhos2012-10-181-26/+16
| | | | | | | | Backport of r33819. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use the ath79_set_ar934x_eth_cfg helper in machine setup routinesGabor Juhos2012-10-185-97/+7
| | | | | | | | Backport of r33818. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33836 3c298f89-4303-0410-b956-a3cf2f4a3e73