aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* build: add menuconfig option for building FIT imagesLuka Perkov2013-10-161-0/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38431
* build: move mkits.sh script to more common placeLuka Perkov2013-10-162-123/+15
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38430
* imx6: enable fixed voltage reulatorLuka Perkov2013-10-161-0/+1
| | | | | | | | | | Fixed voltage regulator support is required by several drivers that have regulator consumers, such as the sgtl5000 audio codec used on many i.MX6 boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38426
* imx6: add support for gw52xxLuka Perkov2013-10-162-0/+429
| | | | | | | | | | | | | | | | | | | | | The Gateworks GW51xx family of products is based on the Freescale i.MX6DL SoC and offers a small form-factor with peripherals such as: * i.MX6DL 512MB DDR3 * 256MB NAND FLASH * 2x PCIe * 1x USB EHCI (to PCIe socket2) * 1x USB OTG (to front panel or PCIe socket1) * 1x uSD * LVDS * HDMI AudioVideo out * Analog Video in * Digital IO * Gateworks System Controller Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38425
* imx6: dts: update ventana dtsLuka Perkov2013-10-163-154/+374
| | | | | | | | | | | | | | | | | - fix spi chipselect for GW5400-A - fix audmux pinctrl for GW54xx - remove unused alias nodes - remove unused regulator nodes (will be adding pmic nodes next) - remove duplicate eeprom entries - add regulator definitions - fix sgtl5000 regulator reference - add egalax touchscreen controller interrupt - fix gw5400-a audmux pinctrl - fix usb ehci alias Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38424
* imx6: split out ventana init patch from devicetreeLuka Perkov2013-10-162-59/+70
| | | | SVN-Revision: 38423
* imx6: add pfuze100 regulator supportLuka Perkov2013-10-163-0/+543
| | | | | | | | | | - backport driver - apply patch to allow misprogrammed parts - enable driver in kernel Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38422
* imx6: minor (cosmetic) changes in uci-defaultsLuka Perkov2013-10-161-5/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38421
* imx6: add back bootargsLuka Perkov2013-10-162-0/+8
| | | | | | | | They make our life easier when testing ramdisk images. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38420
* ralink: fix default vlan mapping for MT7620a_MT7610eJohn Crispin2013-10-151-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38418
* mpc85xx: revert the napi polling code to the one from an older kernel ↵Felix Fietkau2013-10-151-0/+162
| | | | | | | | version to fix stability issues (#14020) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38409
* imx23: build DCP crypto co-processor support by defaultZoltan Herpai2013-10-141-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38408
* mxs: add support for I2SE Duckbill devicesZoltan Herpai2013-10-144-1/+197
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38407
* mxs: improve image generation supportZoltan Herpai2013-10-141-1/+24
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38406
* mxs: enable device tree support in /procZoltan Herpai2013-10-141-0/+1
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38405
* kirkwood: drop 3.3.x kernel versionLuka Perkov2013-10-149-1238/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38404
* kirkwood: upgrade to 3.10.15Luka Perkov2013-10-147-56/+128
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38402
* imx23: rename imx23 to mxs for upcoming imx23/28 supportZoltan Herpai2013-10-1411-20/+20
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38394
* brcm47xx: activate ARP daemon supportHauke Mehrtens2013-10-131-1/+0
| | | | | | | | This just add some bytes to the kernel and is activated on other targets. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38388
* cobalt: do not build userland with support for mips1Hauke Mehrtens2013-10-131-1/+1
| | | | | | | | | | Without specifying -march gcc uses -march=mips1 by default, but that causes problems when compiling openssl. Use -march=r5000 instead to compile a userland optimized for the CPU used on this device. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38386
* kernel: update kernel to 3.10.15Hauke Mehrtens2013-10-1323-35/+24
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38384
* brcm47xx: fix detection of some boardsHauke Mehrtens2013-10-131-0/+20
| | | | | | | | | | This adds some more boards. This fixes parts of #14316 and #14133. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38383
* ar71xx: Fix sysupgrade when upgrading to images with small rootfs partitionVasilis Tsiligiannis2013-10-131-1/+1
| | | | | | Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr> SVN-Revision: 38382
* kirkwood: enable appended dtb (3.10.x)Luka Perkov2013-10-131-1/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38379
* ubifs: enable building modular imagesLuka Perkov2013-10-122-4/+16
| | | | | | | | | Now it is possible to build ubi/ubifs images for only selected boards inside single target. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38375
* ar7: drop linux 3.9 supportJonas Gorski2013-10-1216-1755/+0
| | | | | | | | Linux 3.9 is EOL since quite a while, no need to keep support for it. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 38370
* ar7: add support for linux 3.10 and switch to itJonas Gorski2013-10-1217-1/+1756
| | | | | | | | Run tested on WAG354Gv2. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 38369
* mvswitch: fix compilation for linux 3.10Jonas Gorski2013-10-121-0/+35
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 38368
* make the generated images actually flashable on the Unifi devices.Imre Kaloz2013-10-111-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38364
* x86: kvm: disable squashfs and jffs2 images by defaultJo-Philipp Wich2013-10-101-0/+1
| | | | SVN-Revision: 38355
* kernel: add default config for ARM_ERRATA symbols for kernel 3.3Hauke Mehrtens2013-10-101-0/+13
| | | | | | | | Commit r37470 did not add a default conig for the ARM_ERRATA symbols for kernel 3.3. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38352
* ralink: fixes mpr a1/a2 network setupJohn Crispin2013-10-091-0/+2
| | | | | | | Signed-off-by: Suschman <suschman@gmx.net> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38348
* ralink: add support for the mt7530 eval boardJohn Crispin2013-10-085-40/+177
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38345
* ralink: add missing header file to mt7530 driverJohn Crispin2013-10-081-30/+49
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38344
* lantiq: fix up diag.shJohn Crispin2013-10-081-2/+0
| | | | | | | | init no longer exists as a parameter Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38342
* lantiq: experia v8 fixesJohn Crispin2013-10-073-4/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38328
* lantiq: fix fritz3370 dts fileJohn Crispin2013-10-071-55/+50
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38327
* lantiq: fix fritz image generationJohn Crispin2013-10-072-8/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38326
* lantiq: fix eva partition split for squashfsJohn Crispin2013-10-071-49/+35
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38325
* ralink: fix asiarf image generationJohn Crispin2013-10-073-6/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38324
* ralink: split mt7530 driver out of the gsw driverJohn Crispin2013-10-071-551/+602
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38323
* ralink: build recovery images for dcs930 ip camJohn Crispin2013-10-072-1/+27
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38322
* ralink: DIR610A1 Fix remaining issuesJohn Crispin2013-10-073-11/+16
| | | | | | | | | | | | This patch fixes: - Ethernet and Wireless LEDs - Wireless MAC Address - Remove whitespaces from dts file Signed-off-by: Flavio Silveira <fggs@terra.com.br> SVN-Revision: 38321
* ralink: MT7620 eval board pinmux fixesJohn Crispin2013-10-071-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38320
* ralink: make cevt systick selectable via kconfigJohn Crispin2013-10-073-9/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38319
* ralink: fix mt7620a pinmuxJohn Crispin2013-10-071-44/+68
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38318
* brcm47xx: Cocci spatch "noderef"Hauke Mehrtens2013-10-071-0/+23
| | | | | | | | | | sizeof when applied to a pointer typed expression gives the size of the pointer. Found by coccinelle spatch "misc/noderef.cocci" Signed-off-by: Thomas Meyer <thomas@m3y3r.de> SVN-Revision: 38312
* brcm47xx: move clock detection patchesHauke Mehrtens2013-10-072-0/+31
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38311
* brcm47xx: move and rename nvram gpio patchHauke Mehrtens2013-10-061-0/+19
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38310
* brcm47xx: update early printk patchesHauke Mehrtens2013-10-067-116/+234
| | | | | | | | | | Early printk was disabled because it caused hangs on some devices, the old patches were using the CFE console now we use the normal serial console, it is at a constant address. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38309