Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rockchip: next update #5143

Merged
merged 6 commits into from Feb 16, 2021
Merged

Rockchip: next update #5143

merged 6 commits into from Feb 16, 2021

Commits on Feb 16, 2021

  1. 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.
    knaerzche committed Feb 16, 2021
    Copy the full SHA
    4935aae View commit details
    Browse the repository at this point in the history
  2. 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.
    knaerzche committed Feb 16, 2021
    Copy the full SHA
    ba907f5 View commit details
    Browse the repository at this point in the history
  3. 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.
    knaerzche committed Feb 16, 2021
    Copy the full SHA
    8b7f2f8 View commit details
    Browse the repository at this point in the history
  4. 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.
    knaerzche committed Feb 16, 2021
    Copy the full SHA
    4e4e3fe View commit details
    Browse the repository at this point in the history
  5. 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)
    knaerzche committed Feb 16, 2021
    Copy the full SHA
    8224a07 View commit details
    Browse the repository at this point in the history
  6. 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.
    knaerzche committed Feb 16, 2021
    Copy the full SHA
    2800cc2 View commit details
    Browse the repository at this point in the history