summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: register USB port for RB2011U* devicesGabor Juhos2013-05-301-0/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36801
* ar71xx: create a separated network interface for the RB2011UAS SFP portGabor Juhos2013-05-301-0/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36800
* ar71xx: make the SFP port usable on RB2011*S boardsGabor Juhos2013-05-301-0/+35
| | | | | | | | | | | The port 6 of the switch is connected to the SFP cage on the RB2011*S boards. Add a helper function to correctly initialize the switch configuration data on those boards to make the SFP port usable. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36799
* generic: ar8216: allow to specify SGMII config via platform dataGabor Juhos2013-05-303-3/+34
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36798
* generic: ar8216: add get_port_link callbackGabor Juhos2013-05-302-2/+19
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36797
* ar71xx: rb2011: add switch led control valuesGabor Juhos2013-05-301-1/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36796
* ar71xx: rb2011: update RGMII RX/TX delay valuesGabor Juhos2013-05-301-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36795
* ar71xx: rb2011: move NAND nCE init to rb2011_nand_initGabor Juhos2013-05-301-6/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36794
* ar71xx: add user-space support for RB2011UASGabor Juhos2013-05-302-0/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36793
* ar71xx: add kernel support for the RB2011UASGabor Juhos2013-05-302-0/+18
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36792
* generic: ar8216: show chip revision in the kernel logGabor Juhos2013-05-301-2/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36791
* ar71xx: add profile and build image for the Archer C7 boardGabor Juhos2013-05-302-0/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36790
* ar71xx: add user-space support for TP-LINK Archer C7 boardGabor Juhos2013-05-305-1/+14
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36789
* ar71xx: add kernel support for the TP-LINK Archer C7 boardGabor Juhos2013-05-303-0/+281
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36788
* ar71xx: add USB workarounds for AR934x/QCA955x SoCsGabor Juhos2013-05-302-0/+187
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36787
* ar71xx: add profile and build image for the DIR-601-B1Gabor Juhos2013-05-302-0/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36786
* ar71xx: allow to build CameoHornet images for multiple regionsGabor Juhos2013-05-301-6/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36785
* ar71xx: allow to override fw version in CameoHornet profileGabor Juhos2013-05-301-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36784
* lantiq: ARV752DPW: fix reboot loop caused by wrong GPIO settingJohn Crispin2013-05-301-3/+3
| | | | | | | | | | | | | The GPIO buttons of ARV752DPW are active low. Treating them as active high caused a reboot loop as a reset-button press is detected by gpio-button-hotplug/gpio-keys-polled on startup. This fixes: https://dev.openwrt.org/ticket/12642 Signed-off-by: Rafael Gieschke <rafael@gieschke.de> SVN-Revision: 36783
* lantiq: Fix ar8216 switch configurationJohn Crispin2013-05-301-2/+2
| | | | | | | | On linux 3.8 the switch is named as "switch0", but the network configuration script names it as "eth0", causing no communication over ethernet due to no proper VLAN config. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 36782
* lantiq: DGN3500 supportJohn Crispin2013-05-303-23/+15
| | | | | | | | | This requires all the preceding patches and finishes support for the DGN3500, also removing an obsolete file. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36781
* lantiq: enable retrieving kernel args from bootloaderJohn Crispin2013-05-303-0/+36
| | | | | | | | | | This patch is a device tree enhancement that IMHO is worthy of mainline. It allows the bootloader's commandline to be preserved even when the device tree specifies one. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36780
* lantiq: wifi calibration from MTDJohn Crispin2013-05-301-34/+86
| | | | | | | | | This patch enables retrieving the wifi calibration data from an MTD partition. It requires the previous patch. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36779
* lantiq: postpone PCI and wifi initJohn Crispin2013-05-301-2/+10
| | | | | | | | | This postpones the initialization of PCI and wifi until after the MTD initialization, so that calibration data may be loaded from there. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36778
* lantiq: fix LED-handling oversightsJohn Crispin2013-05-301-1/+1
| | | | | | | | | This reassigns the PPPoE status to the LED that was intended to indicate it, rather than the DSL sync light. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36777
* ramips: set correct description for rt305x subtargetJohn Crispin2013-05-301-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36775
* imx6: add new targetLuka Perkov2013-05-297-0/+510
| | | | SVN-Revision: 36753
* kernel: generic: remove upstream patches for 3.10-rc3 and refresh patchesLuka Perkov2013-05-297-840/+4
| | | | SVN-Revision: 36752
* ar71xx: typo in detect TL-MR10U/TL-MR11UGabor Juhos2013-05-261-2/+2
| | | | | | | | | | At offset 0x40, signature for TL-MR10U/TL-MR11U begin from 0x00, not 0x10/0x11. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36727
* ar71xx: fix TL-MR10U usb powerGabor Juhos2013-05-261-1/+1
| | | | | | | | | | MR10U is closer to MR3040 than WR703N. This changes also enable USB power on GPIO18. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36726
* kernel: update linux 3.9 to 3.9.4Gabor Juhos2013-05-262-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36725
* kernel: update linux 3.8 to 3.8.13Gabor Juhos2013-05-2626-26/+26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36724
* ar71xx: set eth0 mac address to match bottom label of the OM2P LCGabor Juhos2013-05-261-2/+2
| | | | | | | | Signed-off-by: marek@open-mesh.com CC: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36723
* ar71xx: add TP-LINK TL-MR10UGabor Juhos2013-05-262-0/+4
| | | | | | | | | | Small router with 4MB flash, 32MB RAM http://www.tp-link.com.cn/product_300.html Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36722
* generic: ar8216: add port mirroringLuka Perkov2013-05-242-0/+318
| | | | | | | | | | | | | | | Tested on Buffalo WZR-600DHP with ar8316 switch. Commands used to mirror both RX and TX traffic from LAN port 1 to LAN port 4: $ swconfig dev switch0 set enable_mirror_rx 1 $ swconfig dev switch0 set enable_mirror_tx 1 $ swconfig dev switch0 set mirror_monitor_port 4 $ swconfig dev switch0 set mirror_source_port 1 Signed-off-by: Colin Leitner <colin.leitner@googlemail.com> Tested-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36713
* ar71xx: disable jffs2 by default, it confuses users since many devices have ↵Felix Fietkau2013-05-211-1/+1
| | | | | | | | incompatible eraseblock sizes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36679
* kernel: update 3.9 to 3.9.3Jonas Gorski2013-05-206-13/+13
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36676
* ar7: drop obsolete 3.3 supportJonas Gorski2013-05-2016-1753/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36674
* ar7: drop obsolete 3.6 supportJonas Gorski2013-05-2016-1762/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36673
* ar7: switch to 3.9Jonas Gorski2013-05-203-4/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36672
* ar7: add support for 3.9Jonas Gorski2013-05-2016-0/+1755
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36671
* kernel: add some missing symbols/move them to genericJonas Gorski2013-05-203-3/+7
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36670
* brcm2708: make it boot on revision 2 raspberry pisJonas Gorski2013-05-202-9/+924
| | | | | | | | | | | | | | * update the bootcode.bin to the newest version - gpu/cpu mem split is now configured through config.txt, so no need to create more than one sd card image (just edit the config.txt) - bootcode.bin now supports the never revision 2 raspberry pis * add a commented prepopulated config.txt for easier config changes Taken from <https://github.com/Evilpaul/RPi-config> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36668
* kernel: generic: add 3.10-rc1 supportJonas Gorski2013-05-19165-0/+31689
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36663
* bcm63xx: add 3.9 supportJonas Gorski2013-05-19133-0/+15025
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36660
* bcm63xx: Simplify CFE detection.Jonas Gorski2013-05-196-22/+78
| | | | | | | | | | | Check bootloader argument in mtd. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: split into two patches, one for detection, one letting bcm63xxpart use it.] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36659
* kernel: update 3.9 to 3.9.2Jonas Gorski2013-05-191-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36658
* kernel: don't remove of_tablesJonas Gorski2013-05-191-0/+33
| | | | | | | | These are needed for OF setup of clocksource, clocks and irqchips. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36657
* ar71xx: remove the xfrm.h chunk from the unaligned access hacks, it breaks ipsecFelix Fietkau2013-05-171-11/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36646
* ar71xx: add hard_cfg offset detection for rb2011 support - fixes wlan on ↵Felix Fietkau2013-05-133-7/+51
| | | | | | | | some newer devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36631