Luka Perkov
ca26bf8932
imx6: kernel: add UBI_BLOCK support
...
UBI_BLOCK support is needed for mounting squashfs over UBI
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 47507
9 years ago
Felix Fietkau
6bc9a6d0a8
imx6: add v4.1 support
...
Build and boot tested on the following hardware:
* GW54xx
* GW53xx
* GW52xx
* GW51xx
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 47331
9 years ago
Felix Fietkau
1061f93476
imx6: disable ext2/ext3 filesystem support (ext4 is enough)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47032
9 years ago
Luka Perkov
1e2f88b17b
imx: add initial version of 3.18 support
...
This is build tested only.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45125
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
fa097e5ae5
kernel: disbale HAMRADIO in generic config
...
HAMRADIO enabled in all generic configs, but no one platform directly
use related drivers/protocols. This symbol is only used for kmod-ax25
package modules. Furthermore, half of platforms explicitly disables
this symbol, what silently disables build of modules for kmod-ax25
package.
So disable HAMRADIO by-default in generic config, add it to kmod-ax25
package and remove it from platform specific configs.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44613
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
Luka Perkov
24696a06ad
imx6: update kernel config
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42149
10 years ago
Gabor Juhos
d0ad8c00b6
kernel: sort Kconfig options in kernel configs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41614
10 years ago
John Crispin
e9f664c879
kernel: make sure the new UBIBLOCK symbol does not break builds
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41134
11 years ago
Luka Perkov
aa3d844d34
imx6: add support for 3.14
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40753
11 years ago
Luka Perkov
6752d4cb08
imx6: enable FPU for hard float
...
The OpenWrt build system uses MACHINE_FEATURES of fpu to set the HAS_FPU which
in turn sets the default of CONFIG_SOFT_FLOAT as well as uClibc configuration.
As the IMX6 SoC has both vfpv3 and NEON hardware support we want to add fpu
to the feature list. This will default the IMX6 target to use -mfloat-abi=hard
which will the be most efficient use of floating point.
When switching to hard float, we also need to enable VFP support in the kernel.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39759
11 years ago
Luka Perkov
a52100469f
imx6: enable IMX6 watchdog
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39643
11 years ago
Luka Perkov
3203599a7d
imx6: add initial 3.13 support
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39573
11 years ago
Luka Perkov
325a4f5b6e
imx6: add rtc feature support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39111
11 years ago
Luka Perkov
7523aa05c1
imx6: add DMA/SDMA support for 3.12
...
DMA and SDMA support are needed for ssi based audio. Note that the sdma
firmware is no longer required for ssi audio.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39011
11 years ago
Luka Perkov
df388048b4
imx6: add initial 3.12 support
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38574
11 years ago
Luka Perkov
86aff32701
imx6: enable SATA support
...
Enable SATA support (for IMX6D/IMX6Q) static in the kernel. It seems there
are some issues causing the driver to not load properly when built as
a module which still need to be worked out.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38515
11 years ago
Luka Perkov
44ae9a2b7a
imx6: enable cpufreq
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38514
11 years ago
Luka Perkov
70d75dc068
imx6: enable i2c-dev
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38513
11 years ago
Luka Perkov
39ba5482d0
imx6: enable fixed voltage reulator
...
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
11 years ago
Luka Perkov
adb70acecb
imx6: add pfuze100 regulator support
...
- backport driver
- apply patch to allow misprogrammed parts
- enable driver in kernel
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38422
11 years ago
Luka Perkov
5da90c4e1f
imx6: enable cpufreq-imx6q by default
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38233
11 years ago
Luka Perkov
8ec28437c3
imx6: backport thermal driver
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38229
11 years ago
Luka Perkov
907d0f76b7
imx6: enable XZ_DEC_BCJ and XZ_DEC_ARM
...
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
11 years ago
Luka Perkov
3f059f58db
imx6: update PCIe driver
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38080
11 years ago
Luka Perkov
cd1257ee0c
imx6: update config
...
* enable PERF_EVENTS
* enable REGULATOR_ANATOP
* enable VMSPLIT_2G
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38078
11 years ago
Luka Perkov
460fb06e63
imx6: add gpio sysfs support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 37934
11 years ago
Luka Perkov
ae660e85d3
imx6: disable sdma until license issues are solved
...
Also, synchronize patches with upstream.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37853
11 years ago
Luka Perkov
ec52778a14
imx6: refresh 3.10 kernel config
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37850
11 years ago
Luka Perkov
8a4726bca8
imx6: remove sdma binary
...
SVN-Revision: 37682
11 years ago
Luka Perkov
a08eab3ce8
imx6: add support for EHCI USB
...
SVN-Revision: 37581
11 years ago
Gabor Juhos
187a69c631
linux: move more ARM_ERRATA symbols to the generic config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37470
11 years ago
Jonas Gorski
b1b4e7db13
kernel: move CONFIG_NET_IP_TUNNEL to generic
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37465
11 years ago
Luka Perkov
af6eb6cc8c
imx6: add support for gw5400-a
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 37363
11 years ago
Luka Perkov
62cb88f502
imx6: make kernel_oldconfig
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37134
12 years ago
Luka Perkov
4b21af4268
imx6: add new target
...
SVN-Revision: 36753
12 years ago
Florian Fainelli
c8215775f3
mvebu: enable PCI in kernel configuration
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35214
12 years ago
Florian Fainelli
7e1e7063c2
mvebu: add preliminary support for PCI express
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35211
12 years ago
Florian Fainelli
f7858466e2
mvebu: enable /proc/devicetree usage
...
This is going to be used for proper user-space board identification (ala
mcs814x).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35207
12 years ago
Florian Fainelli
05466923b8
mvebu: add support for EHCI controller
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35181
12 years ago
Florian Fainelli
58f8c5d87a
mvebu: enable SMP with SMP on UP enabled
...
The same kernel works ok for both Armada 370 (UP) and Armada XP (SMP)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35178
12 years ago
Florian Fainelli
fa1afc1fa9
mvebu: add support for RTC
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35176
12 years ago
Florian Fainelli
1e103b2ecc
target: enable XZ BCJ decompressor code after r35097
...
Required to actually be able to mount squashfs xz compressed
filesystems.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35156
12 years ago
Gabor Juhos
5d1ecfc26d
refresh kernel configs with kconfig.pl
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35119
12 years ago
Florian Fainelli
25475a095e
mvebu: add inital support for Marvell Armada XP/370 SoCs
...
This brings in the initial support for the Marvell Armada XP/370 SoCs.
Successfully tested on RD-A370-A1 and DB-MV784MP-GP boards the following
interfaces:
- Ethernet
- SDIO
- GPIOs
- SATA
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35058
12 years ago
Florian Fainelli
97acd10458
add support for 3.8 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35057
12 years ago
Gabor Juhos
1f516235ea
remove common symbols from 3.3 configs
...
The removed symbols are present in the generic configuration.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34403
12 years ago
Gabor Juhos
8e4cefc7f8
refresh all kernel configurations
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34267
12 years ago
Florian Fainelli
e14e4306c9
set earlyprintk UART to be the default Realview UART
...
SVN-Revision: 34015
12 years ago