Commit Graph

95 Commits

Author SHA1 Message Date
kszaq ec69e4be13 projects/WeTek_*: Move userdata wipe to factory_update_param script
This allows updating LibreELEC via recovery without wiping userdata
while keeping toothpick method work when a clean flash is needed.
2016-04-11 11:31:41 +02:00
Lukas Rusak ce7e57ef24 WeTek_Core/WeTek_Play: set video state to disabled on boot
right after boot, if a hardware decoded video is not yet played, asking
/dev/amvideocap0 for a frame results in -EAGAIN after a short delay.

hyperion is doing AMSTREAM_IOC_GET_VIDEO_DISABLE ioctl on /dev/amvideo
to check if video is playing. if initial state is not set, hyperion gets
confused, resulting in leds lagging until a hw decoded video is started.

this allows hyperion's regular framegrabber and amlgrabber to co-exist nicely
2016-04-04 13:36:04 -07:00
Gerald Dachs 4344e2a16b libcec: repaired detection of logical address; prevent that amlogic adapter hangs on close 2016-04-03 14:38:03 +02:00
Lukas Rusak 40af353132 rebrand: LibreELEC 2016-03-12 01:41:55 +01:00
Gerald Dachs 365e61f819 redesigned initialization
- code of delayed init now part of open call
- interrupt handling moved into open/release
- removed some debug lines
2016-03-04 23:56:40 +01:00
Lukas Rusak 362ed24bd2 linux: use KERNEL_TARGET as make target 2016-03-01 21:30:29 +01:00
Gerald Dachs 97f26e9354 partly rollback for LG compatibility 2016-02-29 22:00:54 +01:00
Alex Deryskyba dea566d98b projects/WeTek_Core: Include all default additional drivers into the project 2016-02-28 14:57:41 +02:00
Gerald Dachs 8678f43f55 amlogic_cec: bug fixes and clean ups 2016-02-27 19:30:56 +01:00
Gerald Dachs b6a91acc5d removed what I don't understand and lowered delay 2016-02-23 22:22:13 +01:00
Gerald Dachs 23a48cff83 make debug logging optional 2016-02-21 18:55:01 +01:00
Gerald Dachs a75c01b37e amlogic cec: major rework 2016-02-21 14:03:01 +01:00
Stephan Raue 7ef1087cd0 Revert "major rework" 2016-02-21 00:38:37 +01:00
Stephan Raue 832bbb4584 Merge pull request #4735 from OpenELEC/package-updates
Package updates
2016-02-20 23:47:32 +01:00
Gerald Dachs 2ae806f3bd major rework 2016-02-20 22:44:33 +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
Gerald Dachs 31e3283a1f New amlogic cec driver
kernel patches added
2016-02-17 21:27:19 +01:00
Alex Deryskyba e8fac8e90f projects/WeTek_Core: Fix an issue in bootloader when after an update via TAR the system fails to boot
WeTek Core bootloader passes wrong argument to kernel BOOT_IMAGE=/dev/data that causes
an update to write the kernel image to data partition. This commit updates the bootloader
and replaces the wrong argument with correct value BOOT_IMAGE=/dev/boot.
2016-02-12 19:00:34 +02:00
kefor 138bb1b361 Increase pre_allocated_buffer to fix buffering issues.
Also activate verbose procfs for better debugging and setting dynamic settings
2016-02-09 15:08:46 -05:00
Alex Deryskyba 0e7053ea70 projects/WeTek_Core: Add a project for WeTek Core TV-box 2016-01-15 14:46:11 +01:00