Jo-Philipp Wich
74f4f519e5
mxs: fixup permissions of image generation scripts
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47029
9 years ago
Zoltan Herpai
ce59fe6b3d
mxs: re-work SD card image generation
...
- Duckbill uses a different partitioning approach than standard
FSL and Olimex
- use new sdimage to integrate U-Boot into the SD card images
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47021
9 years ago
Zoltan Herpai
e4eb8a4145
mxs: adopt SD card generation to fixed U-Boot path
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47019
9 years ago
Jonas Gorski
caa73eb95c
kernel: update 4.1 to 4.1.4
...
Changelog:
* https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[jogo: fix brcm2708 patches, refresh target patches]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46560
9 years ago
Zoltan Herpai
45dc304046
mxs: switch to 4.1
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46526
9 years ago
Zoltan Herpai
202e746726
mxs: add support for 4.1
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46525
9 years ago
Zoltan Herpai
9520383587
mxs: build sound-soc-mxs only on 3.18 for now
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46524
9 years ago
Jonas Gorski
9a59b350b7
kernel: update 3.18 to 3.18.16
...
Changelogs:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.15
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.16
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46011
10 years ago
Jo-Philipp Wich
82aa281d61
mxs: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45815
10 years ago
Jonas Gorski
76d079204d
kernel: update 3.18 to 3.18.14
...
Changelogs:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.12
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.13
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.14
Build tested on brcm63xx and ipq806x, runtested on brcm63xx.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45711
10 years ago
Zoltan Herpai
4fd21b203e
mxs: reinstate rootfs image creation and dtb copy
...
Signed-off-by: Harald Geyer <harald@ccbib.org>
Acked-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 45369
10 years ago
Zoltan Herpai
db4ce3d16c
mxs: Include the right kernel image in the rootfs
...
Signed-off-by: Harald Geyer <harald@ccbib.org>
Acked-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 45368
10 years ago
Felix Fietkau
130acd0f4c
mxs: remove linux 3.14 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45088
10 years ago
Zoltan Herpai
19db04e699
mxs: update dtb path in image Makefile
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45056
10 years ago
Zoltan Herpai
a077e4af96
mxs: bump to 3.18
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45053
10 years ago
Zoltan Herpai
01748fbce2
mxs: add sdcard image builder
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45052
10 years ago
Zoltan Herpai
39370cbe25
mxs: enable uboot-mxs-duckbill build for duckbill profile
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45044
10 years ago
Zoltan Herpai
1f26498751
mxs: add 3.18 support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45041
10 years ago
John Crispin
f04a268a04
kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLED
...
Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since
only one platfrom (omap) needs them.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44614
10 years ago
John Crispin
7886cced18
kernel: remove GENERIC_NET_UTILS from platform configs
...
CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled
in generic config, so we don't need this symbol in platform specific
configurations.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44611
10 years ago
John Crispin
019ea725aa
add "preinit_regular" diag.sh set_state argument
...
This new argument is used right after starting regular preinit (which
happens if failsafe wasn't triggered). The main purpose of "preinit"
argument is to indicate that failsafe can be triggered, however we were
missing a way to inform user that we don't wait for a trigger anymore.
With this change it's clear when failsafe mode can be triggered.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43715
10 years ago
John Crispin
aa697f1313
mxs: indention and whitespace fixes
...
Align this file with the style of most other modules.mk.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 43680
10 years ago
Zoltan Herpai
92cf73cf11
mxs: allow bootloader to pass kernel cmdline
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43657
10 years ago
Zoltan Herpai
a1467fb73b
mxs: change mxs-lradc module to depend on kmod-iio-core instead of hardcoding
...
Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43656
10 years ago
Zoltan Herpai
f34dfaf249
mxs: add i2c and spi packages to profiles
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43651
10 years ago
Zoltan Herpai
50f9d27da8
mxs: fix automatic status led detection
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43650
10 years ago
Zoltan Herpai
1014bb0fb4
mxs: update dts file for Duckbill
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 43649
10 years ago
Zoltan Herpai
2265c4db31
mxs: i2c changes - add package for i2c module - remove i2c debug
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43648
10 years ago
Zoltan Herpai
fc2dff246d
mxs: add kernel module for spi interface
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43647
10 years ago
Zoltan Herpai
276a732a77
mxs: make boardname consistent with other targets
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43646
10 years ago
John Crispin
6d52fd203d
kernel/modules: fix chipidea
...
it should needs to depend on imx and mxs
also remove duplicate kmod definition from mxs target
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43627
10 years ago
Felix Fietkau
c288d2d6d9
kernel: makefiles: make use of new var KERNEL_PATCHVER
...
replace all occurences of LINUX_VERSION with the cleaner
approach. future kernel upgrades must mostly touch only
one file. the only platform left is netlogic, because it
uses a intermediate kernel 3.14.16
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 43047
10 years ago
Felix Fietkau
f35da063bc
targets: remove useless quotes around KERNELNAME
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42780
10 years ago
Zoltan Herpai
9c43ea9a8b
mxs: remove 3.13
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42651
10 years ago
Zoltan Herpai
5105e10608
mxs: disable mmc debugging
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42650
10 years ago
Luka Perkov
02629d8f87
kernel: update 3.14 to 3.14.18
...
Targets were build tested and patches are refreshed.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42463
10 years ago
Luka Perkov
dd8d729096
kernel: update 3.14 to 3.14.16
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42070
10 years ago
Zoltan Herpai
06fdad1c12
mxs: - bump target to 3.14.14 - update dcp module
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 41949
10 years ago
Zoltan Herpai
15facdb2fa
mxs: add 3.14 config and patches
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 41948
10 years ago
Zoltan Herpai
639a1f375b
mxs: remote 3.12 patches and configs
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 41947
10 years ago
John Crispin
7d8f187201
target/linux/*/image/Makefile: use new dts path variable
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41791
10 years ago
Zoltan Herpai
0c2f0c6a3b
mxs: rename files so that profiles are sorted alphabetically
...
While at it, make spelling at little bit more consistent,
at least for my taste :-)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 40679
11 years ago
Zoltan Herpai
18a7636c9f
mxs: fix typo in patch filename
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 40678
11 years ago
Hauke Mehrtens
c4ecc47f41
kernel: unify the two kmod-usb-mxs-phy packages
...
There are two packages with the name kmod-usb-mxs-phy in OpenWrt which
causes warnings on every build.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40663
11 years ago
Zoltan Herpai
eccbcc7936
mxs: enable usbgadget feature for Duckbills
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Acked-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40585
11 years ago
Imre Kaloz
b8e295aa7b
upgrade 3.13 targets to 3.13.7
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40022
11 years ago
Imre Kaloz
af63cdf87a
upgrade 3.13 targets to 3.13.2, refresh patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org
SVN-Revision: 39582
11 years ago
Hauke Mehrtens
f73d6f102a
kernel: fix kmod-usb-net-smsc95xx
...
smsc95xx.ko depends on crc16.ko on kernel >= 3.8
There was an additional kmod-usb-net-smsc95xx definition in the mxs
target code which conflicted with the one in the common area.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39562
11 years ago
Zoltan Herpai
add22b1a07
mxs: bump target to 3.13.1
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39512
11 years ago
Zoltan Herpai
e656140642
mxs: initial 3.13 support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39476
11 years ago