172 Commits

Author SHA1 Message Date
Stefan Saraev
14700621ef
init: pre-create /dev/console 2016-09-19 11:59:46 -07:00
Peter Vicman
2bd488fec9 imx6: use gpio led for controlling fan on tbs matrix 2016-09-17 17:00:29 +02:00
Peter Vicman
0cf80ec53f imx6: update kodi patch (cec ignore tv off) 2016-09-13 18:57:57 +02:00
Peter Vicman
7656c14c03 imx6: use lzo compression for squashfs 2016-09-13 18:56:52 +02:00
Christian Hewitt
b7ab013908 Merge pull request #704 from vpeter4/imx6-u-boot
u-boot: build second u-boot package for imx6 project
2016-09-12 12:00:05 +04:00
Lukas Rusak
e2dd1e7bd1
buildsys: move build options to distrobutions/*/options 2016-09-09 09:17:02 -07:00
Peter Vicman
d875dbd3cf u-boot: build second u-boot package for imx6 project
u-boot-v2 is dependency of main u-boot, all files are copied from it's own u-boot folder
needed for different systems
2016-09-08 14:45:23 +02:00
Peter Vicman
b19cd6913b imx6: update kodi patch (disable logging) 2016-09-04 19:13:06 +02:00
Peter Vicman
56e11e1f23 imx6: Larger Linux CMA allocation 2016-09-04 19:11:20 +02:00
Peter Vicman
cf404a610b projects/imx6: small fixes for kodi master 2016-09-03 10:45:19 +02:00
Peter Vicman
409ae4390f projects/imx6/linux: disable kernel NTFS support
fixes writing to NTFS formated disks
2016-08-03 17:42:34 +02:00
Peter Vicman
f8158fb261 projects/imx6: update kodi patch for 17.0-alpha3-fc46cf2 2016-08-02 21:17:31 +02:00
Manuel Hueske
1445ffb2e9 Move patch to imx project folder 2016-07-23 11:38:12 +02:00
Peter Vicman
c6d57bc398 projects/imx6: update kodi patch (beautified for next kodi updates) 2016-07-12 19:17:43 +02:00
Peter Vicman
07a1dfb819 projects/imx6: update Linux kernel, libcec and Kodi Krypton 2016-07-10 18:41:55 +02:00
Peter Vicman
86db8293c9 projects/imx6: use Linux kernel 4.4 by default
to use kernel 3.14 from solidrun use extra build parameter LINUX_VERSION="sr-3.14"
2016-05-07 11:37:30 +02:00
MilhouseVH
600b0b572b kodi: Drop obsolete (and default) read[buffer]factor setting after PR9681 2016-05-05 15:36:46 +01:00
Peter Vicman
c8aabe7cc1 libcec: update imx6 patch to work with p8-platform
also rebased to remove patching warnings
moved to project patches folder
2016-04-26 08:46:48 +02:00
cvh
dedaeeaa13 kodi/imx6: remove patch for Kodi Jarvis
- switch back to "plain" Krypton
- using kernel 4.4 is in question
2016-04-21 14:55:46 +02:00
Peter Vicman
5b518dabd2 projects/imx6/linux: change file permission 2016-04-16 13:47:29 +02:00
Peter Vicman
284690c97f imx6: Update kodi patches 2016-04-15 10:45:20 +02:00
Peter Vicman
0aa8d89baa projects/imx6/linux: disable kernel module signing
no need to build host tool extract-cert which uses ssl
2016-04-15 10:25:37 +02:00
Christian Hewitt
92bea496d1 Merge pull request #158 from vpeter4/imx6-linux
Thanks :)
2016-04-14 20:24:53 +04:00
Christian Hewitt
34231dc295 Merge pull request #157 from vpeter4/imx6-linux-config
Thanks :)
2016-04-14 18:48:30 +04:00
Peter Vicman
eedd116a59 projects/imx6/linux: don't build RTL8192CU driver
already using external
2016-04-14 16:38:28 +02:00
Peter Vicman
5536122588 imx6: update linux with missing commits 2016-04-14 16:36:08 +02:00
Peter Vicman
a8bbd345fa kodi/imx6: move project specific patches to project folder 2016-04-14 15:31:19 +02:00
Peter Vicman
3638889215 projects/imx6: don't build u-boot for udoo system
for this one another u-boot package is used
2016-04-12 15:57:55 +02:00
Peter Vicman
34bb753716 projects/imx6: build all additional drivers for kernel 4.4 2016-04-07 18:21:30 +02:00
Lukas Rusak
29cb158294 Merge pull request #96 from vpeter4/pci-param
projects/imx6/linux: disable PCI MSI interrupts for kernel 4.4
2016-04-04 10:00:25 -07:00
Peter Vicman
8e172df546 projects/imx6/patches/u-boot: set delay of 1 second to speed up the boot 2016-04-04 18:49:15 +02:00
Peter Vicman
9c80d265b3 projects/imx6/linux: disable PCI MSI interrupts 2016-04-04 18:37:35 +02:00
Christian Hewitt
c4cfbd6b97 Merge pull request #81 from vpeter4/imx6-linux-4.4
Thanks :)
2016-04-04 00:23:00 +04:00
Christian Hewitt
c78a506195 Merge pull request #80 from vpeter4/imx6-u-boot
Thanks :)
2016-04-04 00:22:28 +04:00
Peter Vicman
d36162946b imx6: add second kernel 4.4 from xbian
kernel is picked with argument LINUX_VERSION=4.4-xbian when building image
PROJECT=imx6 ARCH=arm LINUX_VERSION=4.4-xbian make image
2016-04-03 22:19:44 +02:00
Peter Vicman
5d2278afdc projects/imx6: enable cursor in serial console service
hidden with PR #44
2016-04-02 17:49:51 +02:00
Peter Vicman
793fb70fb1 u-boot: update to u-boot-imx6-408544d for imx6 project
hide dd output when updating bootloader
add patch for kernel 4.4
2016-04-02 10:34:43 +02:00
Peter Vicman
33c51330f7 imx6: update kernel, prepare for second kernel
"officially" supported kernel is branch 3.14-1.0.x-mx6-sr from solidrun (3.14.60 at the time of writing)
unofficial kernel is branch imx6-4.4.y from xbian thanks to mk01 (4.4.6+rt3)

patches can be in subfolder: projects/imx6/patches/linux/3.14-mx6-sr/
kernel config can be in subfolder: projects/imx6/linux/3.14-mx6-sr/linux.arm.conf
2016-03-24 18:28:34 +01:00
Stephan Raue
3de475b344 projects/imx6: dont build package 'RTL8812AU'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-19 00:58:50 -07:00
Lukas Rusak
362ed24bd2 linux: use KERNEL_TARGET as make target 2016-03-01 21:30:29 +01:00
Stephan Raue
cbc03cb8f9 projects/*/linux: add support for iptable_mangle, this fixes #4716
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-02-20 15:02:15 +01:00
Alex Deryskyba
28555d8204 packages/linux-firmware: Split brcmfmac_sdio-firmware package into two separate packages for iMX and Amlogic based devices 2016-01-15 14:43:46 +01:00
Peter Vicman
0a63bb0172 projects/imx6/linux: rename Hummingboard on-board sgtl5000 audio codec 2016-01-04 20:01:40 +01:00
Lukas Rusak
d30f0d791d linux: set CONFIG_USB_IPHETH=m 2015-12-29 01:36:29 -08:00
Stephan Raue
83fbb47f40 projects/imx6/options: dont build RTL8192EU driver for imx6 project, this fixes #4445
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-18 10:37:34 +01:00
Stephan Raue
79c079dbea Merge pull request #4409 from vpeter4/ts
projects/imx6/linux: enable two official touchscreen displays for Udoo
2015-11-02 23:22:27 +01:00
Stephan Raue
83d569aeef projects/imx6/patches/linux: add patches to support gcc-5.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-02 22:12:11 +01:00
Peter Vicman
7dbb7303f7 projects/imx6/linux: enable two official touchscreen displays for Udoo 2015-11-02 18:42:30 +01:00
Lukas Rusak
010e6251d4 fix kernel build when using gcc > 4.9 2015-11-02 11:58:10 +01:00
Stefan Saraev
bdf6edd459 (jarvis) projects: clean up DCADEC support 2015-11-01 13:57:13 +01:00