Commit Graph

162 Commits

Author SHA1 Message Date
Christian Hewitt
72e4b374fe Merge pull request #5211 from heitbaum/kernel51020
[Allwinner,Generic,Rockchip] linux: Update to 5.10.21
2021-03-08 17:30:34 +04:00
CvH
3c526a73e8 Merge pull request #5201 from knaerzche/rk-fixes
Rockchip more fixes
2021-03-08 11:47:17 +01:00
heitbaum
f0e8ff199e linux (Rockchip: RK3328): update linux.aarch64.conf with CONFIG_KCMP=y 2021-03-08 06:04:14 +00:00
heitbaum
0405f7d8c0 linux (Rockchip: RK3288): update linux.arm.conf with CONFIG_KCMP=y 2021-03-08 06:04:14 +00:00
heitbaum
ae1554eb65 linux (Rockchip: RK3399): update linux.aarch64.conf with CONFIG_KCMP=y 2021-03-08 04:22:35 +00:00
heitbaum
68d3cd6bee linux (Rockchip): Remove patches included in 5.10.20 2021-03-07 22:04:40 +00:00
Alex Bee
6c47c60b8a Rockchip: linux: add patch to work arround CEC issues in dw-hdmi
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.
2021-03-07 19:48:54 +01:00
Alex Bee
845e6c61d7 Rockchip: RK3288: linux: drop support for foreign DRM systems 2021-03-07 18:51:58 +01:00
Alex Bee
2c0beadd89 Rockchip: linux: add support for (more) BT (USB) devices and HCI protocols 2021-03-07 18:27:25 +01:00
Alex Bee
808af2095a Rockchip: linux: enable all relevant arm/neon/armv8.0 crypto extensions
Also: Build all of them in kernel instead of a module
2021-03-07 17:56:32 +01:00
Alex Bee
4ae6d4de50 Rockchip: linux: align HID and input devices support with other projects
Enabled only joysticks which are (directly) connected to USB and not enabled
any touchpad or touchscreen devices as they are not relevant
2021-03-07 17:02:19 +01:00
Alex Bee
d96b101fb9 Rockchip: linux: add recommended linux options for systemd
As per https://github.com/systemd/systemd/blob/main/README
2021-03-07 15:36:39 +01:00
Alex Bee
280a53febb Rockchip: linux: align FS, partition and block devices support with other projects
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.
2021-03-07 15:15:37 +01:00
CvH
16f32a6a23 Merge pull request #5044 from lrusak/linux-required-config
linux: check for required config options before building
2021-03-05 18:11:11 +01:00
Alex Bee
174ecbb07e Rockchip: add workarround for broken CSC RGB to YUV444/YUV422
This conversion results in slightly to dark colors for RK - prefer
RGB over YUV formats for now.
2021-03-03 21:13:13 +01:00
Alex Bee
cbae81460f Rockchip: bootloader: use rk3288-tinker-s.dtb for updates
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
2021-03-02 13:10:08 +01:00
Alex Bee
57e42c6328 Rockchip: device tree fixes
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.
2021-03-02 13:06:12 +01:00
Alex Bee
b0cb56556f Rockchip: RK3288: fix 2160p@60Hz modes
Has only been observered on a Samsung 4K TV
2021-03-02 12:58:13 +01:00
Alex Bee
04f5f99bdd Rockchip: RK3399: add FUSB302 driver
Most RK3399 boards having a FUSB302 Type-C controller: add the driver to support it.
2021-02-28 11:15:07 +01:00
Alex Bee
2afcb318eb Rockchip: allow edid firmware loading
Allow drm edid "firmware" loading via kernel commandline for Rockchip
2021-02-28 11:15:03 +01:00
Alex Bee
d2e0f4bc65 Rockchip: add fixup patches 2021-02-28 11:14:59 +01:00
Alex Bee
e180ad745f Rockchip: RK3288: drop CONFIG_CRYPTO_DEV_ROCKCHIP
Using this driver crashes the SoC: drop it.
2021-02-28 11:14:54 +01:00
Alex Bee
50336190c4 Rockchip: reduce number of images
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.
2021-02-28 11:14:51 +01:00
Alex Bee
7138427c79 Rockchip: RK3288: drop kernel toolchain
There is no need to use a specific kernel toolchain for RK3288 - both u-boot and kernel build fine with the LE arm toolchain.
2021-02-28 11:14:43 +01:00
Alex Bee
a0b381897b Rockchip: add mapping for mainline device trees
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.
2021-02-28 11:14:19 +01:00