Commit Graph

2106 Commits

Author SHA1 Message Date
vpeter4 1aace42565 u-boot: fix compile, update patch for udoo 2015-05-16 17:40:51 +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
Stephan Raue 475b778d77 projects/RPi/patches/kodi: update RPi support patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-16 15:18:06 +02:00
Stephan Raue 85d4fc23f6 Merge pull request #4150 from vpeter4/imx6_p3
projects/imx6/patches/linux: udoo system support
2015-05-14 20:36:05 +02:00
Stephan Raue 54d2fa8ad4 Merge pull request #4147 from vpeter4/imx6_p2
u-boot: support for multiple targets, patches for udoo system
2015-05-14 20:34:05 +02:00
vpeter4 7eef203fe3 projects/imx6/patches/linux: udoo system support 2015-05-14 20:25:32 +02:00
fritsch c1d6d4740d IMX: Power off LED and display after poweroff 2015-05-14 19:50:08 +02:00
vpeter4 9d72d0be28 u-boot: support for multiple targets, patches for udoo system 2015-05-14 16:21:27 +02:00
Stephan Raue 92e2de8c3b projects/RPi*/patches/kodi: update RPi support patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-14 14:05:02 +02:00
Daniel Schaal e045e8e0dd projects/imx6/patches/linux: fix dvbsky driver 2015-05-12 11:33:16 +03:00
Stephan Raue c189e018aa kodi: update to kodi-15.0-beta2-6e5ede3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-10 13:10:57 +02:00
Stephan Raue d91e2fc6e5 projects/RPi*/patches/linux: update RPi support patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-06 20:59:51 +02:00
Stephan Raue 5059817db6 linux: update to linux-cuboxi-3.14-ea83bda for imx6 project
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-06 20:18:07 +02:00
Rabeeh Khoury 549555f624 projects/imx6/linux: Enable HIGHMEM
This enables higher than 2GByte addressability.
This is used in CuBox-i4x4

Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com>
2015-05-06 20:18:07 +02:00
Stephan Raue 1092c6e5f0 projects/Nvidia-Legacy: rename to 'Nvidia_Legacy' to follow our name scheme for projects (no dashes within the project name)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-05 23:27:40 +02:00
Stephan Raue 6b17c25b2b Merge pull request #4078 from lrusak/bcm_sta
Replace b43 with bcm_sta
2015-05-05 22:57:04 +02:00
Stefan Saraev a976d832ce Merge pull request #4130 from trsqr/hvr955q
linux: add patch to support Hauppauge HVR-955Q ATSC USB receiver
2015-05-05 22:03:21 +03:00
Olli Salonen a5d36fafd1 linux: add LGDT3306A module into Nvidia-legacy project too 2015-05-05 22:00:24 +03:00
Olli Salonen 9d3f5535f1 linux: add patch to support Hauppauge HVR-955Q ATSC USB receiver
This patch adds support for the Hauppauge HVR-955Q ATSC USB receiver, which is a newer version of the HVR-950Q and one of the few ATSC receivers currently being sold on the market and having Linux support.

The patch looks rather large, but bulk of the patch is the new demodulator driver for the LGDT3306a demodulator.

Obsolete after kernel 4.1 is taken into use.
2015-05-05 21:41:06 +03:00
Lukas Rusak 18bbb15159 projects/Nvidia-Legacy - replace b43 driver with bcm_sta 2015-05-05 09:12:13 -07:00
Lukas Rusak f80316ce1f projects/Generic - replace b43 driver with bcm_sta 2015-05-05 09:09:21 -07:00
Stephan Raue 1550c5bd40 projects/Nvidia-Legacy: strip unneded GPU drivers from config and kernel config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-05 14:02:26 +02:00
Lukas Rusak 462f0c976b New Project - Nvidia-Legacy 2015-05-04 22:18:37 -07: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