Commit Graph

36041 Commits

Author SHA1 Message Date
mglae
fc93964c2e open-vm-tools: use PKG_CONFIGURE_SCRIPT / cleanup 2021-02-22 19:32:36 +01:00
mglae
730db0768a autoreconf: support custom PKG_CONFIGURE_SCRIPT 2021-02-16 19:25:05 +01:00
CvH
058b49e3e1 Merge pull request #5143 from knaerzche/rk-update-2
Rockchip: next update
2021-02-16 18:52:07 +01:00
CvH
93f2409ed4 Merge pull request #5085 from heitbaum/mpt
libopenmpt: update to 0.4.17
2021-02-16 17:59:15 +01:00
Alex Bee
2800cc2795 Rockchip: RK3399: add support for PCIE wifi devices
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.
2021-02-16 16:46:34 +01:00
Alex Bee
8224a07880 Rockchip: add ffmpeg/kodi patches for HW deinterlacing
Patches are taken from AW (written by @jernejsk) with small change from me
(which also made its way to AW patches)
2021-02-16 16:43:50 +01:00
Alex Bee
4e4e3fe650 Rockchip: add IEP driver
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.
2021-02-16 16:42:42 +01:00
Alex Bee
8b7f2f8a1b Rockchip: RK3288: add HEVC decoding support
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.
2021-02-16 16:40:04 +01:00
Alex Bee
ba907f5d28 u-boot: rockchip: fix mac address generation from efuse for RK3288
For RK3288 CONFIG_SHA256 has to be selected seperatly in vendor u-boot
for the mac-address calculation to work - otherwise it will silently fail.
2021-02-16 16:38:34 +01:00
Alex Bee
4935aaecf3 Rockchip: linux: update patches
This contains some new patches from drm mailing list along with
some devicetree fixes, that were required for LE to run correctly.
2021-02-16 16:37:24 +01:00
Christian Hewitt
0287fac068 Merge pull request #5141 from heitbaum/glmark2
glmark2: update to 2021.02
2021-02-16 06:56:48 +04:00
heitbaum
dd7e6eb672 glmark2: update to 2021.02
Official Release
update dab3e7d (2021-02-13) to 2021.02 (2021-02-15)
News: https://github.com/glmark2/glmark2/blob/master/NEWS
Release notes:

glmark2 2021.02 (20210215)
==========================

- Meson build system support for DRM/X11/Wayland builds.
- Fix precision handling in various fragment shaders.
- Fix spurious failures when using --validate.
- Always draw to the correct, offscreen buffer when using --off-screen.
- Don't prefer framebuffer formats with more than 8 bytes per component.
- Add basic mouse and keyboard support on Wayland.
2021-02-16 02:41:09 +00:00
Christian Hewitt
0882c27d02 Merge pull request #5140 from lrusak/imx6-update
iMX6 platform update
2021-02-16 05:33:31 +04:00
Lukas Rusak
ed71b465fe iMX6: add kodi patch to disable video plane 2021-02-15 14:55:43 -08:00
Lukas Rusak
d390378c97 iMX6: add kodi patch to for YUYV decoder output 2021-02-15 14:55:27 -08:00
Lukas Rusak
6cf15beeec iMX6: remove uneeded kodi appliance.xml file 2021-02-15 14:55:00 -08:00
Lukas Rusak
3399ae8007 iMX6: add upstream patch to fix cubox ethernet 2021-02-15 14:54:16 -08:00
Lukas Rusak
5499c74327 iMX6: update kernel config and enable DMA_HEAPS 2021-02-15 14:53:47 -08:00
CvH
d01886bd54 Merge pull request #5132 from lkundrak/lr/pcie-sata
Rockchip: RK3399: linux.aarch64.conf: enable PCIe and SATA
2021-02-15 22:13:08 +01:00
CvH
7a2e2e28f2 Merge pull request #5124 from SupervisedThinking/openal-soft
openal-soft: clean up / drop host build
2021-02-15 22:00:34 +01:00
CvH
490be1b2ca Merge pull request #5138 from knaerzche/sdio-firmware-bump
brcmfmac_sdio-firmware: update to 47c4aae
2021-02-15 21:40:39 +01:00
CvH
779ff5dc61 Merge pull request #5139 from jernejsk/aw-tve
Allwinner: Add support for H3/H5 TVE
2021-02-15 21:40:11 +01:00
Jernej Skrabec
c62f1a7ccd dt-overlays: Update to 4352d87db6e85d285673359e80cce87d5e025c64 2021-02-15 20:40:08 +01:00
Jernej Skrabec
6972f40556 Allwinner: Add H3/H5 TVE support 2021-02-15 20:38:49 +01:00
Lubomir Rintel
0d904c4685 Rockchip: RK3399: linux.aarch64.conf: enable CONFIG_MEDIA_PCI_SUPPORT
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.
2021-02-15 19:23:34 +01:00