summaryrefslogtreecommitdiffstats
path: root/target/linux/imx6
Commit message (Collapse)AuthorAgeFilesLines
* imx6: update upstream pcie patchesLuka Perkov2013-10-0316-118/+130
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38298
* imx6: add default profileLuka Perkov2013-10-022-2/+20
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38282
* imx6: enable cpufreq-imx6q by defaultLuka Perkov2013-09-271-2/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38233
* imx6: enable thermal module by defaultLuka Perkov2013-09-271-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38231
* imx6: backport thermal driverLuka Perkov2013-09-272-0/+507
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38229
* kernel: update 3.10 to 3.10.13Gabor Juhos2013-09-271-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38228
* build: fix typoLuka Perkov2013-09-261-1/+1
| | | | | | | | vfp3 should be named vfpv3 Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38222
* build: unify arm target cflagsFelix Fietkau2013-09-261-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38211
* imx6: enable XZ_DEC_BCJ and XZ_DEC_ARMLuka Perkov2013-09-251-0/+2
| | | | | | | | | | | | | | | | | squashfs is unable to decompress some blocks without that: [ 1.880530] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.887268] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.893889] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.900636] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.907275] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.913994] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.920631] SQUASHFS error: Unable to read page, block bc77a, size 14c50 Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38202
* imx6: fix spi on gw5400-aLuka Perkov2013-09-251-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38201
* imx6: add support for gw51xxLuka Perkov2013-09-252-0/+397
| | | | | | | | | | | | | | | | | | 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 - 1x PCIe - 1x USB EHCI (to PCIe socket) - 1x USB OTG - HDMI out - Analog Video in - Gateworks System Controller Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38189
* imx6: add support for gw54xxLuka Perkov2013-09-252-0/+360
| | | | | | | | | | | | | | | | | | | | The Gateworks GW54xx family of products is based on the Freescale i.MX6Q SoC and offers a large variety of peripherals such as: - i.MX6Q 1GB DDR3 (standard) - 256MB NAND FLASH (standard) - 6x PCIe (3x with USB) - Optional expansion for additional USB/PCI based periperhals - 1x USB EHCI - 1x USB OTG - HDMI Audio/Video in/out - Analog Video in/out - Analog Audio in/out - Gateworks System Controller Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38188
* imx6: update gw5400-a dts cleanupLuka Perkov2013-09-251-196/+92
| | | | | | | | | - remove dead code - alphabatize Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38184
* kernel/3.10: refresh all target patchesGabor Juhos2013-09-255-29/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38182
* imx6: update gw5400-a dtsLuka Perkov2013-09-203-128/+103
| | | | | | | | | | | | | | | | - remove common imx6q-ventana.dtsi - there isn't enough commonality to warrent this - rename user led's to 1-based - add alises used by bootloader - clean up iomux gpios - fix pfuze slave address - enable sata - add delay after release of pci reset downstream from PCIe switch - remove PCIe clock configuration as its now handled in updated driver Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38081
* imx6: update PCIe driverLuka Perkov2013-09-2011-96/+1656
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38080
* imx6: update network defaults for Gateworks VentanaLuka Perkov2013-09-201-1/+7
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38079
* imx6: update configLuka Perkov2013-09-201-2/+12
| | | | | | | | | | * enable PERF_EVENTS * enable REGULATOR_ANATOP * enable VMSPLIT_2G Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38078
* imx6: drop inittabLuka Perkov2013-09-201-3/+0
| | | | | | | | It's the same as in base-files package. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38077
* kernel: update 3.10 to 3.10.12Gabor Juhos2013-09-152-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38000
* imx6: add network defaults for GW5400-ALuka Perkov2013-09-131-1/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37979
* imx6: backport ahci supportLuka Perkov2013-09-104-0/+545
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37936
* imx6: add i2c retry on NAKLuka Perkov2013-09-101-0/+40
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37935
* imx6: add gpio sysfs supportLuka Perkov2013-09-101-1/+2
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37934
* kernel: update 3.10 to 3.10.10Gabor Juhos2013-09-021-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37890
* imx6: add uboot-envtools to default packagesLuka Perkov2013-08-291-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37859
* imx6: disable sdma until license issues are solvedLuka Perkov2013-08-285-81/+55
| | | | | | | | Also, synchronize patches with upstream. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37853
* imx6: refresh 3.10 kernel configLuka Perkov2013-08-281-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37850
* kernel: update 3.10 to 3.10.9Gabor Juhos2013-08-231-1/+1
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37832
* kernel: remove imx-sdma-fw because of license issuesLuka Perkov2013-08-121-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37755
* imx6: use kmod-imx-sdma-fw-imx6 by defaultLuka Perkov2013-08-111-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37754
* imx6: fix sdmaLuka Perkov2013-08-113-1/+53
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37752
* imx6: sync usb chipidea with upstreamLuka Perkov2013-08-043-13/+47
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37686
* imx6: remove sdma binaryLuka Perkov2013-08-042-118/+0
| | | | SVN-Revision: 37682
* kernel: update remaning platforms accidentally left out of r37617Felix Fietkau2013-07-301-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37619
* imx6: update default packagesLuka Perkov2013-07-281-1/+2
| | | | SVN-Revision: 37582
* imx6: add support for EHCI USBLuka Perkov2013-07-283-0/+124
| | | | SVN-Revision: 37581
* kernel: update 3.10 to 3.10.3Gabor Juhos2013-07-261-1/+1
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37546
* kernel: update 3.10 to 3.10.2Gabor Juhos2013-07-223-8/+8
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37502
* linux: move more ARM_ERRATA symbols to the generic configGabor Juhos2013-07-201-3/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37470
* kernel: move CONFIG_NET_IP_TUNNEL to genericJonas Gorski2013-07-191-1/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37465
* imx6: add missing patches (r37363)Luka Perkov2013-07-153-0/+338
| | | | SVN-Revision: 37364
* imx6: add support for gw5400-aLuka Perkov2013-07-158-11/+1866
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37363
* imx6: use $PATH to locate dtc binaryLuka Perkov2013-07-151-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37362
* imx6: switch to askconsoleLuka Perkov2013-07-152-1/+14
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37326
* kernel: update to kernel 3.10.1 and refresh patchesHauke Mehrtens2013-07-131-1/+1
| | | | SVN-Revision: 37275
* imx6: make kernel_oldconfigLuka Perkov2013-07-021-3/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37134
* kernel: update linux 3.10 to 3.10 finalJonas Gorski2013-07-011-1/+1
| | | | | | | | 3.10 final is out, so refresh patches and add md5sum. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37116
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-1/+1
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* imx6: add new targetLuka Perkov2013-05-297-0/+510
SVN-Revision: 36753