Adam Green
069b9796c7
device-trees-amlogic: bump to be9bfb7
2018-02-16 10:16:40 +00:00
Adam Green
2edc80cd24
device-trees-amlogic: include wetek device trees
2018-02-14 10:09:08 +00:00
kszaq
695d78e4aa
projects/Amlogic: fix update script when no *.dtb in /flash
...
If there is no file matching /flash/*.dtb wildcard, the loop will proceed
with all_dtb="/flash/*.dtb", causing erratic behaviour in next script
steps. Fix this by checking if exists before proceeding.
2018-02-13 22:31:58 +01:00
kszaq
2c5cf77dc0
projects/Amlogic: add dtc to system image
...
This would allow users to modify device trees to their taste if needed.
2018-02-11 21:29:11 +01:00
kszaq
59ce533550
projects/Amlogic: update kernel config
2018-02-11 21:28:18 +01:00
kszaq
08945b3916
u-boot-tools-aml: don't build/add unneeded tools
2018-02-11 21:27:37 +01:00
kszaq
55df7f9e1c
projects/Amlogic: add device tree blobs to SD card image and update them during update process
2018-02-10 22:34:42 +01:00
kszaq
212cde55f0
projects/Amlogic: add device trees package
2018-02-10 22:34:42 +01:00
kszaq
9c69416f25
projects/Amlogic: move update.sh to project bootloader directory
2018-02-10 22:32:40 +01:00
kszaq
1ca56c4ea1
linux: add KERNEL_EXTRA_DEPENDS_TARGET to enable specifying project-specific depends
2018-02-10 22:32:40 +01:00
Alex Deryskyba
ba71faf9ef
Merge pull request #2470 from Raybuntu/WP2_unification
...
Move WeTek_Play_2 to Amlogic
2018-02-07 00:33:49 +02:00
kszaq
aad9640bd3
projects/Amlogic: change double quotes to single quotes in config.ini
...
Env variables in config.ini should be enclosed in single quotes, else we will have the double quotes in cmdline.
2018-02-04 19:41:11 +01:00
kszaq
7c74563cd0
projects/Amlogic: clean up CMDLINE
...
Don't force noswap, don't force ssh.
2018-02-04 19:41:11 +01:00
kszaq
9e84c656ea
projects/Amlogic: LePotato: faster booting by not trying to parse env/dtb on boot
...
env and dtb are not present on SD card, if we don't parse them we save time.
2018-02-04 19:41:11 +01:00
kszaq
9d30630dbd
projects/Amlogic: enable serial console by default for Odroid-C2 and LePotato
...
Also fix an entry in config.ini with serial console template.
Previous entry worked but didn't provide LE serial console as
service requires "console=ttyS0,115200" without "n8"
2018-02-04 19:36:32 +01:00
kszaq
4de6b9bb77
Revert "projects/Amlogic: LePotato: lower DDR clock to 792MHz"
...
This reverts commit 478b7d0e7a
.
2018-02-04 19:36:32 +01:00
Christian Hewitt
0d13de39e3
Merge pull request #2432 from MilhouseVH/le90_rm_if_then_boiler_plate
...
buildsystem: avoid if/then/else boiler plate when accessing hierarchy [RFC]
2018-02-03 07:31:50 +04:00
Radostan Riedel
a63eb8916a
Move WeTek_Play_2 to Amlogic
2018-02-02 17:53:38 +01:00
Christian Hewitt
5b96088cb8
Merge pull request #2444 from Raybuntu/WH_unification
...
WeTek_Hub: Move project to Amlogic
2018-02-01 11:25:08 +04:00
Radostan Riedel
4050887497
WeTek_Hub: Move project to Amlogic
2018-02-01 08:22:30 +01:00
MilhouseVH
af49bc20db
u-boot (Amlogic/LePotato): use helper function
2018-02-01 05:21:36 +00:00
Radostan Riedel
145f36d269
linux: update amlogic-3.14 kernel to 7951748
...
and remove upstreamed patches
2018-01-31 09:22:42 +01:00
kszaq
478b7d0e7a
projects/Amlogic: LePotato: lower DDR clock to 792MHz
...
Should fix stability issues.
2018-01-30 22:04:09 +01:00
kszaq
7f343add4f
projects/Amlogic: switch to meson-ir, disable amremote
2018-01-30 22:04:09 +01:00
kszaq
9d8da6d41b
projects/Amlogic: LePotato: clean up boot.ini and add config.ini support
...
This follows config.ini implementation for C2 by Raybuntu.
2018-01-30 22:04:09 +01:00
kszaq
ac2da7e857
projects/Amlogic: amend device trees update
...
* remove useless mesaage - users will have to use one of device trees we provide and they all include le-dt-id except for C2, where the message is useless
* fix updating device tree for C2
2018-01-30 22:04:09 +01:00
kszaq
7257e584ba
projects/Amlogic: clean up platform_init: remove queue/add_random
2018-01-30 22:04:09 +01:00
Radostan Riedel
aded4daad8
projects/Amlogic: enable crazycat and hauppauge
2018-01-26 19:50:24 +01:00
Radostan Riedel
c005c157c6
Move Odroid_C2 to Amlogic Project
2018-01-26 09:39:29 +01:00
Radostan Riedel
17f2e92022
Merge pull request #2422 from kszaq/aml_attr
...
amlogic: Set colorspace to avoid no HDMI signal with non-4K output modes
2018-01-20 10:16:37 +01:00
kszaq
be1e2d55b1
amlogic: Set colorspace to avoid no HDMI signal with non-4K output modes
...
Amlogic devices with the latest "Nougat" kernel will output no HDMI signal if incorrect mode/attr combination is provided. Since Kodi doesn't support setting attr, set it to the most universal value that would allow Kodi to set any output resolution.
2018-01-20 00:06:45 +01:00
kszaq
4091b48ee2
projects/Amlogic: add support for S912 devices
2018-01-19 23:58:24 +01:00
kszaq
66f8ec36d6
projects/Amlogic: add u-boot-tools for all devices
2018-01-19 23:58:24 +01:00
kszaq
1dbb82b562
projects/Amlogic: use gpu-aml driver for all devices
2018-01-19 23:58:24 +01:00
Adam Green
69bd13b53d
projects/Amlogic: S905: build fd628-aml driver
2018-01-16 03:36:29 +00:00
kszaq
80c9546099
projects/Amlogic: update kernel config
...
Most of changes are related to Nougat kernel update and aligning config to other projects.
Some of the options are required to add S912-on-libhybris:
* CONFIG_HMP_VARIABLE_SCALE
* CONFIG_NR_CPUS
* CONFIG_ARM_BIG_LITTLE_CPUFREQ
* CONFIG_FB_OSD_SUPPORT_SYNC_FENCE
* CONFIG_FB_OSD2_CURSOR
* CONFIG_ASHMEM
* CONFIG_SW_SYNC
* CONFIG_PSTORE
2018-01-10 21:11:08 +01:00
Radostan Riedel
6271a29de7
Merge pull request #2398 from kszaq/aml_trim
...
projects/Amlogic: fstrim all trimmable mounts
2018-01-06 21:49:36 +01:00
kszaq
ac21064387
projects/Amlogic: fstrim all trimmable mounts
...
With fstrim from util-linux we can use one command to trim all trimmable mounts. Use it and simplify the service.
2018-01-06 21:42:29 +01:00
kszaq
fe7d3df5cf
projects/Amlogic: LePotato: don't try to load logo in u-boot
...
(faster boot)
2018-01-06 16:33:40 +00:00
kszaq
bedb593b0f
projects/Amlogic: move common directories to project folder, clean up symlinks
...
There is no point to keep initramfs and kernel config in device folder when all devices share it.
If we introduce devices with different config, device folder can be added.
2018-01-06 15:33:20 +01:00
Adam Green
dedf15a955
projects/Amlogic: S905: include u-boot-tools-aml in S905 builds
2018-01-06 01:49:13 +00:00
Adam Green
8857ec24d9
projects/*: move duplicate gcc packages to packages/lang
2018-01-05 16:32:23 +00:00
afl1
886915d8a6
projects/Amlogic: add fstrim storage partition service
2018-01-05 03:39:31 +00:00
Adam Green
3a71ac29dd
projects/Amlogic: add support for LePotato device
2018-01-05 03:39:31 +00:00
Adam Green
94a0f3d209
projects/Amlogic: rework project u-boot to u-boot-tools-aml
...
this allows for device specific u-boot without getting in the way
2018-01-05 03:39:31 +00:00
afl1
2af1e568e2
projects/Amlogic: remote-config: also support k-series remote
2018-01-05 03:39:30 +00:00
Adam Green
2a68e8caab
projects/Amlogic: update.sh: also update boot.ini, boot-logo.bmp.gz
...
and u-boot
2018-01-05 03:39:30 +00:00
Adam Green
cd24679d86
projects/S905: rename project to Amlogic
2018-01-05 03:39:30 +00:00