This patch is no longer required for any of my devices (what it was
in previous kernel versions): as it seems to provide no harm and might
still be neccessary for other HDMI sinks I'm re-adding it here.
Added support for ISO9660/JOLIET/ZISOFS/UDFS, F2FS, HFS, ReiserFS, XFS, enabled FS cache,
added MAC / Windows LDM partition support, added CD-/DVD-ROM block devices support
and dropped UBIFS support.
Since we using rk3288-tinker-s.dtb as default device tree for images
for TinkerBoard, we should use it for updates as well instead of
rk3288-tinker.dtb
Enable FE phy for Beelink A1, since we using this as a "box" image, so that
ethernet works on foreign devices which don't have a external GE phy.
Also: add cec pinctrl settings for RK3288 miqi.
In order to reduce the number of images, I trimed to build only the most basic version which allows to boot all revsions and has all capabilities we need. (People can replace dtb from /usr/share/bootloader)
I also dropped some boards where I found shortcomings in the device tree which might be easy to solve but I can't test and they were not supported in earlier releases.
This adds a mapping for device trees which differ between vendor and mainline kernel and will therefore allow updates to new releases.
The old ones will be replaced by the new, or at least most appropriate (in case of RK3328 box devices), devicetrees in mainline kernel.
Besides a warning will be shown now if the device tree that the installation uses does not exist in the update tarball.
MiQi and Tinker devices have been merged to RK3288 device at some point after LE9.2 release.
This allows updating for them as well through mapping to the new RK3288 device.
While at that also drop the pointless check for kernel versions.
Now that we have PCIE support for RK3399 we can also add support for
same PCIE wifi chipsets - this also adds some firmware to RK3399 images
which is required by some of them.
I wrote the driver some month ago and have been testing it on everday
basis since then (by just using it). I will have to add some more
functionality before upstreaming it, since the IP supports way more
then just deinterlacing - however: thats the only use-case for kodi now.
The current rkvdec HEVC code can be taken as-is, I only had to add some
seperation for the versions to ensure it won't be taken for H264/VP9 on RK3288.
The Rockpro64 board has a PCIe slot. Let's enable CONFIG_MEDIA_PCI_SUPPORT
and a handful of drivers, at suggestion of knaerzche.
To pick a sensible set of drivers, I've started with enabling all that
were made accessible by MEDIA_PCI_SUPPORT=y, then disabled those that
are not enabled elsewhere (notably linux.x86_64.conf) and followed by
disabling ye olde parallel PCI cards. Hopefully I got that right.
Rockpro64 optionally ships with a storage case [1] intended to host a
PCIe SATA controller and hard drives. This is useful for a media
library.
[1] https://wiki.pine64.org/index.php/NASCase
This enables CONFIG_ATA=m and CONFIG_SATA_AHCI=m, the rest is set to
defaults.
The Rockpro64 board has a PCIe slot. This essentially enables
CONFIG_PCI=y and CONFIG_PCIE_ROCKCHIP_HOST=m; the rest that this patch
enables are defaults.