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
Alex Deryskyba
b572c15c01
projects/WeTek_Core: Update kernel config according to the recent kernel updates
2016-09-13 18:12:53 +02:00
Alex Deryskyba
af6c0605fc
projects/WeTek_Play: Update kernel config according to the recent kernel updates
2016-09-13 17:54:53 +02:00
Christian Hewitt
90c67a7f7c
Merge pull request #709 from kszaq/wh_hd_passthrough
...
projects/WeTek_Hub: enable multichannel PCM and HD Audio passthrough
2016-09-13 09:01:07 +04:00
Jonas Karlman
816a3e98d8
projects/WeTek_Hub: enable aocec/libcec support
2016-09-13 00:04:28 +02:00
Jonas Karlman
c37cea9aba
linux: update to amlogic-3.14-7618021
2016-09-13 00:04:28 +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
kszaq
3c2b57f9a8
projects/WeTek_Hub: enable multichannel PCM and HD Audio passthrough
...
This patch enables multichannel PCM, Dolby TrueHD and DTS-HD MA audio passthrough to capable AVRs.
- remove asound.conf as it is no longer needed
- add ALSA configuration to enable multichannel PCM output
- add Kodi patch to set digital_codec parameter on audio type change
- remove Kodi workaround to identify audio output as SPDIF
- add Kodi workaround to identify audio output as HDMI and choose a proper device for passthrough
- add kernel patch to limit available sampling frequencies
2016-09-10 18:44:31 +02:00
Christian Hewitt
925864666d
Merge pull request #696 from lrusak/cleanup
...
build system cleanup
2016-09-10 13:12:21 +04:00
Lukas Rusak
e2dd1e7bd1
buildsys: move build options to distrobutions/*/options
2016-09-09 09:17:02 -07:00
Christian Hewitt
bcc05bae8f
Merge pull request #705 from kszaq/fix_aarch64_config
...
aarch64: define CPU extensions project-wise
2016-09-09 05:32:41 +04: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
MilhouseVH
9a9e83e243
Revert "linux: add support for MN88473 DVB devices"
...
This reverts commit f766996b87d9db60e4cb9d6a21955ba9c181df7f.
2016-09-07 20:15:56 +01:00
MilhouseVH
67298338bf
RPi/RPi2: update linux support patches for linux 4.7.3
2016-09-07 20:15:55 +01:00
kszaq
2398539cf8
aarch64: define CPU extensions project-wise
...
S905 does not support crypto extensions, while other aarch64 CPUs may implement them.
Solution: define CPU extensions project-wise.
2016-09-07 16:06:56 +02:00
mglae
3342d0a6c7
update ddbridge drivers in kernel 4.7.2
2016-09-06 19:07:03 +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
Christian Hewitt
9a5bb062d4
Merge pull request #641 from MilhouseVH/kodi17b1
...
kodi: update to 17.0-beta1-81d5d26
2016-08-29 20:53:47 +04:00
Christian Hewitt
3361f14907
Merge pull request #667 from MilhouseVH/linux472_revgov
...
Revert "Generic/RPi2: Switch to schedutil CPUFreq governor"
2016-08-27 15:18:12 +04:00
MilhouseVH
e6253731a8
Revert "Generic/RPi2: Switch to schedutil CPUFreq governor"
...
This reverts commit 910a3f1b904b26c535e1826f0987268b3e128336.
2016-08-27 12:02:21 +01:00
Jonas Karlman
e80447b2b1
WeTek_Hub: enable built-in bluetooth
2016-08-27 11:38:04 +02:00
kszaq
7f2ece289c
projects/WeTek_Hub: render GUI at 1080p for 4K output
...
Issues with previous set of patches:
- at some 4K output resolutions GUI was rendered at 1080p and covered only 1/4 of screen due to not changed iWidth and iHeight parameters
- rendering GUI at 4K while playing high-bitrate 4K video caused stuttering
Changes introduced in this patch:
- rewrite platform_init to be aware of 4K resolutions passed by uboot in "hdmimode" parameter
- always set virtual framebuffer resolution to 1920x2160 (like Kodi does)
- remove Kodi patch to render GUI at 4K
- add Kodi patch (https://github.com/xbmc/xbmc/pull/10332 ) to upscale GUI when screen resolution is 4K
2016-08-27 08:49:16 +02:00
MilhouseVH
f1a40edfc2
Odroid_C2: update oversun Kodi changes from mapfau
2016-08-26 20:50:02 +01:00
kszaq
5f720e4f41
projects/WeTek_Hub: disable Android drivers
...
Disabling Low Memory Killer enables standard kernel memory management = Kodi isn't killed after cache gets full.
Reference: 3dd584f4bf
2016-08-26 20:59:34 +02:00
0x4D616E75
b4277bf0de
linux: update Odroid_C2 kernel to 365fa20 and tweak config
...
linux: update hardkernel version to 365fa20linux: update hardkernel version to 365fa20
2016-08-26 19:53:19 +04:00
mapfau
c108863cde
Odroid_C2: 64_bit_omx_pts
2016-08-26 19:47:55 +04:00
Christian Hewitt
20e8843a91
Merge pull request #653 from MilhouseVH/linux472
...
linux: update to linux-4.7.2
2016-08-25 20:52:28 +04:00
Jonas Karlman
4841f5f34a
projects/Odroid_C2: power-on with cec and hardkernel ir-remote
...
Only possible to power-on from a 'systemctl poweroff' state
2016-08-24 23:03:18 +02:00
Jonas Karlman
fc43e1e914
projects/Odroid_C2/initramfs/platform_init: remove use of debugfs
...
debugfs is mounted after platform_init and this has been removed in upstream c2_init.sh
2016-08-24 23:03:18 +02:00
Jonas Karlman
e838322d1d
projects/Odroid_C2/options: fix target arch check
2016-08-24 23:03:18 +02:00
Jonas Karlman
afe824fc3d
u-boot: update to hardkernel-61f29bb
2016-08-24 23:03:18 +02:00
MilhouseVH
910a3f1b90
Generic/RPi2: Switch to schedutil CPUFreq governor
2016-08-24 00:02:23 +01:00
MilhouseVH
f2e29db481
RPi/RPi2: update linux support patches for linux 4.7.2
2016-08-23 16:33:58 +01:00
chewitt
f766996b87
linux: add support for MN88473 DVB devices
2016-08-22 21:20:47 +01:00
MilhouseVH
0c3214a370
RPi/RPi2: Update kodi support patches
2016-08-22 13:30:36 +01:00
cvh
3b44170cd9
linux: enable HDMI Atom SOC audio support
2016-08-19 10:51:49 +02:00
piotrasd
c007c929b7
Intel: add patch for kernel 4.7 HDMI sound
...
new patch for HDMI audio support for intel BYT/CHT SoC
2016-08-19 10:21:27 +02:00
Christian Hewitt
949a8350e2
Merge pull request #573 from MilhouseVH/fritsch4k
...
kodi/Intel: Various improvements from fritsch
2016-08-17 01:40:39 +04:00
fritsch
12e3c05d0d
xf86-video-intel: Explicitely disable TearFree and TripleBuffer
2016-08-13 08:54:12 +01:00
fritsch
ce0e76e1f5
Intel: Implement Passthrough-Range
2016-08-13 08:54:12 +01:00
Alex Deryskyba
b458efe642
Add a project for WeTek Hub
2016-08-12 13:29:02 +02:00
Alex Deryskyba
17f2645aa4
packages/linux: Allow passing additional options to mkbootimg using ANDROID_BOOTIMG_OPTIONS variable
2016-08-09 11:08:02 +02:00
Alex Deryskyba
a23c3fa439
projects/WeTek_Core: Use Amlogic kernel 3.10 for the project
2016-08-09 11:08:02 +02:00
Alex Deryskyba
650c1bfe7e
projects/WeTek_Play: Use Amlogic kernel 3.10 for the project
2016-08-09 11:08:02 +02:00
Christian Hewitt
ada1c1efc2
Merge pull request #578 from drieschel/updater-script
...
WeTek_Core:Revised install/update procedure
2016-08-08 10:38:39 +04:00
chewitt
bc1e4b53d0
linux: disable UAS on pi kernels
2016-08-05 17:50:35 +01:00
Christian Hewitt
0c471b8611
Merge pull request #603 from codesnake/fix_aml_build
...
Fix build of AML-based projects after updating to Krypton Alpha3
2016-08-03 20:38:15 +04:00