summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: update linux 3.8 to 3.8.7Gabor Juhos2013-04-144-69/+27
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36332
* update rt2880 config-3.8John Crispin2013-04-121-23/+40
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36327
* fix up the rt2880 patchesJohn Crispin2013-04-122-14/+64
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36326
* fix RT-N15 supportJohn Crispin2013-04-122-1/+96
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36325
* update rt2880.dtsiJohn Crispin2013-04-121-22/+62
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36324
* unbreak portmapping - typo fixJohn Crispin2013-04-091-6/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36293
* move memory detect node to dtsi filesJohn Crispin2013-04-0963-236/+16
| | | | | | Signed-of-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36290
* Add Netgear WNCE2001 (OF version)John Crispin2013-04-0910-2/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Netgear WNCE2001. This is a small RT3052 device with 4MB spi flash and 32MB ram. 2 built-in antennas, 1x fastE, no USB, reset & wps switch. On my model the AP/RT switch is unpopulated, but I verified the gpio mapping for it. The stock firmware is running an unprotected tftpd which allows you to read any file from the filesystem. Serial port is present on testpads (See image on the wiki page). There are more testpads below the shield near the SoC, which may have JTAG. Slight annoyance: The bootloader is checksumming kernel&rootfs, but can be tricked by zeroing checksum and length fields in the checksum partition, see target/linux/ramips/base-files/lib/preinit/04_disable_wnce2001_flash_checksumming The manufacturer image is very similar to the DAP one, so I slightly modified mkdapimg to support generating it. The resulting openwrt-ramips-rt305x-wnce2001-squashfs-factory-(worldwide|northamerica).bin can be used to flash from stock to OpenWRT using the stock firmware upgrade function, without using the serial port. http://www.netgear.com/landing/wnce2001.aspx http://wiki.openwrt.org/toh/netgear/wnce2001 Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 36289
* remove bootargs from dtsJohn Crispin2013-04-0953-196/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36288
* add ofpart info to the devicetreesJohn Crispin2013-04-0950-0/+1170
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36287
* add sample swconfig portmapJohn Crispin2013-04-091-0/+26
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36286
* set of_node before registring the switchJohn Crispin2013-04-091-24/+45
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36285
* ramips: TEW-691GR.dts fixesGabor Juhos2013-04-081-15/+43
| | | | | | | | | | | * fix pinmux settings * remove spi node * add nor-flash node * enable mdio-bus and add phy handle Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36276
* ramips: rt3883: enable the AR8216 driverGabor Juhos2013-04-081-0/+2
| | | | | | | | It is needed for the TEW-69{1,2}GR boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36275
* ramips: add profile for the Omnima EMB-HPM boardGabor Juhos2013-04-081-0/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36274
* ramips: OMNI-EMB-HPM.dts fixesGabor Juhos2013-04-081-5/+37
| | | | | | | | | | | * add mdio-bus and phy nodes * set phy-handle for the ethernet node * define flash partiions * cleanup flash node properties Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36273
* ramips: add mdio-bus node to rt3883.dtsiGabor Juhos2013-04-081-0/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36272
* ramips: fix MDIO/PHY handlingGabor Juhos2013-04-081-0/+222
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36271
* ramips: fix console speed for OMNI-EMB-HPMGabor Juhos2013-04-081-0/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36270
* ramips: avoid invalid pointer dereference in pinmux codeGabor Juhos2013-04-081-2/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36269
* ramips: TEW-692GR.dts fixesGabor Juhos2013-04-081-15/+45
| | | | | | | | | | | * fix pinmux settings * remove spi node * add PCI node * add nor-flash node Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36268
* ramips: add PCI node into RTN56U.dtsGabor Juhos2013-04-071-0/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36264
* ramips: add PCI node for rt3883.dtsiGabor Juhos2013-04-071-0/+86
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36263
* ramips: rt3883: enable PCI supportGabor Juhos2013-04-071-2/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36262
* ramips: fix RT3883 PCI driverGabor Juhos2013-04-071-0/+856
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36261
* ramips: refresh patchesGabor Juhos2013-04-073-5/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36260
* ramips: add missing cpu-feature-override.h filesGabor Juhos2013-04-073-0/+245
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36259
* ramips: fix broken patch nameGabor Juhos2013-04-071-0/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36258
* ramips: fix polarity of GPIO buttons for RT-N56UGabor Juhos2013-04-071-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36257
* ramips: add nor-flash node for the RT-N56UGabor Juhos2013-04-071-0/+32
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36249
* ramips: fix pinmux settings for the RT-N56UGabor Juhos2013-04-071-1/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36248
* ramips: pinmux fixesGabor Juhos2013-04-075-0/+185
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36247
* ramips: remove trailing whitespaces from dts filesGabor Juhos2013-04-077-7/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36246
* ramips: handle PCI interrupts in plat_irq_dispatchGabor Juhos2013-04-071-0/+30
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36245
* fix typos inside dts filesJohn Crispin2013-04-072-14/+14
| | | | | | Signed-off-by; Tobias Diedrick <ranma@tdiedrich.de> SVN-Revision: 36244
* fix default commandline in dts filesJohn Crispin2013-04-075-5/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36243
* ramips: add cfi_cmdset_0002 patchesGabor Juhos2013-04-072-0/+81
| | | | | | | | | The parallel flash access on the RT-N56U is broken without those patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36242
* ramips: remove top-level {address,size}-cells properties from .dts filesGabor Juhos2013-04-0758-116/+0
| | | | | | | | Those are defined in the SoC specific .dtsi files. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36237
* ramips: fix ethernet switch node in DIR-645.dtsGabor Juhos2013-04-061-3/+3
| | | | | | | | | Fix a typo in the node name and add vendor prefix for the compatible string. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36231
* ramips: remove spi node from RTN56.dtsGabor Juhos2013-04-061-42/+1
| | | | | | | | The RT-N56U board uses a parallel flash. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36223
* ramips: fix ethernet switch node in RTN56U.dtsGabor Juhos2013-04-061-2/+2
| | | | | | | | The RT-N56U uses an RTL8367M switch. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36222
* ramips: rt3883: enable the RTL8367 driverGabor Juhos2013-04-061-0/+1
| | | | | | | | That is needed by the Asus RT-N56U board. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36221
* ramips: rt3883: sync 3.8 configGabor Juhos2013-04-061-10/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36217
* fix typo pinmmux -> pinmuxJohn Crispin2013-04-0662-62/+62
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36216
* kernel: update linux 3.8 to 3.8.6Gabor Juhos2013-04-0648-591/+106
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36215
* fix dir-615 h1 network configJohn Crispin2013-04-051-1/+1
| | | | | | | | http://patchwork.openwrt.org/patch/3527/ Signed-off-by: Daniel Petre <dani@ip6.ro> SVN-Revision: 36213
* fix typo that made gpiomuxing failJohn Crispin2013-04-0516-16/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36212
* add profile for tenda w150m boardJohn Crispin2013-04-038-1/+110
| | | | | | | | http://patchwork.openwrt.org/patch/3371/ Signed-off-by: Chi Zhang <zhangchi866@gmail.com> SVN-Revision: 36176
* fix ALL5002 default package selectionJohn Crispin2013-04-031-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36175
* Build WW factory image for DAP-1350John Crispin2013-04-031-10/+13
| | | | | | | | http://patchwork.openwrt.org/patch/3466/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36174