Commit Graph

167 Commits

Author SHA1 Message Date
Stefan Saraev bdf6edd459 (jarvis) projects: clean up DCADEC support 2015-11-01 13:57:13 +01:00
Stephan Raue be8e1e0d4a projects/WeTek_Play/patches/kodi: add some AML specific patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-29 21:29:12 +01:00
Stephan Raue 2b6087dcc4 projects/WeTek_Play/patches/linux: add HID quirk for WeTek remote support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-24 19:22:24 +02:00
Stephan Raue 84b94d1188 projects/WeTek_Play/patches/kodi: remove CEC mappings patch, needs to be reworked
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-24 11:57:29 +02:00
Stefan Saraev e33754cf6d (wetek_play) update splash 2015-10-15 14:00:21 +02:00
kszaq 8a26958aed (wetek_play) platform_init: Assume SMP uses shared cpufreq policy for all CPUs 2015-10-15 13:58:14 +02:00
Arne Coucheron eda2b9b08b (wetek_play) platform_init: Use 1080p virtual size in 720p mode
For AML, Kodi is by default initialized with 1080p virtual
size, so doing the same in init before Kodi loads, will
prevent screen corruption when switching from OpenELEC splash
and Kodi.
2015-10-15 13:57:48 +02:00
Stephan Raue 456c875268 projects/*/linux: sync kernel config for basic touchscreen support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-04 23:17:00 +02:00
Alex Deryskyba 36705180fe packages/linux: update amlogic kernel to 3.10-753dc30 (3.10.89) 2015-10-01 00:47:24 +02:00
Stefan Saraev 1494ed3b23 Revert "projects/WeTek_Play/filesystem: add dummy vdr-addon, will be updated after first boot"
This reverts commit 33fb94b48c.

because joe wants tvheadend. then joe tries to uninstall vdr-addon. then shit happens.
experienced devs (team kodi people) fall in the "shit happens" category too.
2015-09-17 21:24:24 +03:00
Stefan Saraev a073f69392 wetek_play: dvb: less log spam 2015-08-08 16:44:32 +03:00
Stefan Saraev b726891e2a linux: move CONFIG_PPP to module
there is no working pppd/pptpd for openelec atm.
whoever is working on ppp support (addon) is free to
modprobe ppp_generic
2015-07-16 10:53:08 +03:00
Stefan Saraev 372ad9b5db Merge pull request #4197 from kszaq/wetekhdmibootres
[WeTek_Play] Init framebuffer according to HDMI resolution from kernel command line
2015-06-16 19:30:14 +03:00
kszaq effad0ec41 projects/WeTek_Play/initramfs: Init framebuffer according to HDMI resolution from kernel command line 2015-06-16 00:40:21 +02:00
kszaq 4158d43ba9 projects/WeTek_Play/patches/kodi: Make ugly IEC958 workaround less ulgy
We need to report AE_DEVTYPE_IEC958 only for AML Dummy Codec.
Let ALSA provide us with proper properties for other sound cards.
This matches RPi implementation.
2015-06-16 00:39:39 +02:00
Stephan Raue 834255ea9a projects/*/linux: enable CONFIG_HID_SMARTJOYPLUS, this fixes #3973
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-06-10 10:45:01 +02:00
Alex Deryskyba 2c8d041dbd projects/WeTek_Play/linux: Disable CONFIG_FB_AMLOGIC_UMP in kernel config
This fixes periodical video freezes on some HD channels such as Sport TV 1 HD.
2015-06-04 01:34:48 +02:00
Stephan Raue 1c05782ae3 Revert "gpu-viv-bin-mx6q: rename to package 'imx-gpu-viv', update to imx-gpu-viv-5.0.11.p4.4, merge package 'gpu-viv-g2d' to package 'imx-gpu-viv'"
This reverts commit ca4344d356.
2015-05-28 18:48:30 +02:00
Stefan Saraev 056826b80a kodi: update to kodi-15.0-beta2-45c2a2d 2015-05-25 12:43:47 +03:00
Stephan Raue ca4344d356 gpu-viv-bin-mx6q: rename to package 'imx-gpu-viv', update to imx-gpu-viv-5.0.11.p4.4, merge package 'gpu-viv-g2d' to package 'imx-gpu-viv'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-21 22:57:25 +02:00
Stephan Raue 12609c5587 projects/WeTek_Play/patches/kodi: add patch to force IEC958 Audio and remove temporary patch to Allow audio passthrough, recommend from @fritsch, thanks much
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-16 16:20:59 +02:00
Stephan Raue 1c6daf8220 projects/*/options: enable dcadec support for all projects
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-16 15:18:06 +02:00
Alex Deryskyba b5ca84b4dd projects/WeTek_Play/patches/linux: Remove all NAND partitions in device tree
Having pre-defined NAND partition layout in device tree causes NAND driver to
update partition layout in NAND environment. If we are booting OE from SD-card
but have Android installed in NAND, this will overwrite Android NAND partition layout
with OE partition layout, and bootloader will no be able to boot Android anymore.

This update removes NAND partition layout from OE device tree. This causes NAND
driver to always use partition layout from NAND environment never overwriting it.

For OE NAND installations partition layout will be written to NAND environment
by recovery during installation, and then just reused by OpenELEC.
2015-05-04 19:19:30 +03:00
Stephan Raue 7d7bf1d8f4 projects/WeTek_Play/install: provide script to clear NAND before installing
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-04 19:19:29 +03:00
Alex Deryskyba 0c973c9b62 WeTek_Play: Add support for installing OE into NAND memory 2015-05-04 19:19:29 +03:00