14152 Commits

Author SHA1 Message Date
monkaBlyat
4e37fa3a30 fix ps4 controller led's on legacy kernel 2024-09-13 09:02:20 +08:00
monkaBlyat
b0e6450e90 vendor kernel patch for ds4 controllers 2024-09-13 09:02:20 +08:00
monkaBlyat
b15befa382 legacy kernel patch for ds4 controllers 2024-09-13 09:02:20 +08:00
ColorfulRhino
0de8d5653c rockchip-rk3588-edge: Bump kernel from 6.11-rc2 to 6.11-rc3
Remove one patch that is now included in the latest kernel revision.
2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
973bc2829b rockchip-rk3588-{current,edge}: add bluetooth support to Khadas Edge 2 2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
e026031cd0 rockchip-rk3588-edge: update kernel to v6.11.0-rc2 2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
1ae6f9df14 rockchip-rk3588-current: disable HDMIRX by default and add heartbeat LED on OPi5+ 2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
1cd454343f rockchip-rk3588-current: update kernel to v6.10 2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
fa81fedf68 rockchip-rk3588-edge: add mistakenly removed DTS patches back 2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
7aaf7d3c29 rockchip-rk3588-edge: add HDMI & VOP2 back to OPi5 devicetree 2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
9a85443170 rockchip-rk3588-edge: opi5-plus: update dts patch, disable hdmirx by default 2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
8e41d8a64b rockchip-rk3588-edge: refresh HDMI TX & RX patches from Collabora and add Hantro VPU back 2024-09-13 09:02:20 +08:00
Muhammed Efe Cetin
b47d93beec rockchip-rk3588-edge: update kernel to v6.11.0-rc1 2024-09-13 09:02:20 +08:00
The-going
ba1ef465d9 sunxi-edge: switch to v6.10.5 2024-09-13 09:02:20 +08:00
The-going
78b27b6c27 sunxi-6.10: bugfix the kernel panic for arm architecture
Problem: Linux kernel hangs in early boot on 32-bit ARM platform,
when ftrace 4-byte "mcount" function call location for
"_raw_spin_unlock_irqrestore" function straddles icache lines.

Discussion on the forum:
https://forum.armbian.com/topic/41339-linux-image-legacy-sunxi2451-kernel-6192-is-broken-stuck-at-starting-kernel/?do=findComment&comment=196528
2024-09-13 09:02:20 +08:00
The-going
d9c36e84c1 sunxi-6.10: Add megous patches 2024-09-13 09:02:20 +08:00
Igor Pecovnik
3df77898a5 Mesa extentsion: adjust KDE related troubles with packages downgrade
- one is actually general fix - recommened installation of library before installing rockchip-multimedia
- second is holding package before running upgrade as it wants to pull older library from kde repositories
- remove KDE Neon base files upgrade pin
2024-09-13 09:02:20 +08:00
Igor Pecovnik
528cac174b rootfs: add comment to force rootfs rebuild 2024-09-13 09:02:20 +08:00
ColorfulRhino
60b646c516 cli: kernel-make: Use build@armbian instead of armbian@next for KBUILD 2024-09-13 09:02:20 +08:00
ColorfulRhino
553b76368f cli: kernel-make: Add note for parallel compression for xz
Source: https://lore.kernel.org/lkml/20200901151002.988547791@linuxfoundation.org/
2024-09-13 09:02:20 +08:00
Alex
b8a78fefcf patches: uboot: Improve KASLR support for v2024.07 (#7078)
Reference patch set: https://patchwork.ozlabs.org/project/uboot/list/?series=411513&state=*

Hopefully, other boards using same uboot-version can benefit from the added support.

**Note for Maintainers -  to enable KASLR seed, you need:**
	- `CONFIG_RANDOMIZE_BASE=y` configured in your kernel .config
	- `CONFIG_CMD_KASLRSEED=y` and` CONFIG_DM_RNG=y` configure in your u-boot .config
	- exposed crypto and rng nodes in you board's device-tree
	- `kasrlseed` command before kernel boot in your boot.cmd
	- `CONFIG_SECURITY_DMESG_RESTRICT=y` in kernel .config is also advisable

* KASRL-supported u-boot 2024.07 for everyone:
- move /chosen/kaslr-seed support patchset to general 2024.07 BOOTPATCHDIR
- attach nanopi-r5c and oprangepi5-plus BOOTPACHDIR to patches/uboot/v2024.07 general dir

* u-boot: patch nanopi-r5c-rk3568_defconfig and orangepi-5-plus-rk3588_defconfig to enable KASLR

* rewrite-uboot-patches nanopi-r5c/orangepi5-plus

* patches: uboot: Improve kaslrseed support for v2024.07

---------

Co-authored-by: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com>
2024-09-13 09:02:20 +08:00
Viacheslav Bocharov
a24cc6abc1 JetHome: update list of preinstalled packages for JetHub devices 2024-09-13 09:02:20 +08:00
Alex
32046cd7a3 rockchip64: Enable CONFIG_SECURITY_DMESG_RESTRICT kernel option (#7080)
* rockchip64: edge: rewrite kernel config

* rockchip64: edge: set CONFIG_SECURITY_DMESG_RESTRICT=y
Advised for KASLR-enabled kernels - no side effect for non-KASLR

* rockchip64: current: rewrite kernel config

* rockchip64: current: set CONFIG_SECURITY_DMESG_RESTRICT=y
Advised for KASLR-enabled kernels - no side effect for non-KASLR
2024-09-13 09:02:20 +08:00
Evgenii Zheltonozhskii
cc117369be Support kernel compilation with Clang/LLVM 2024-09-13 09:02:20 +08:00
Alex
d342f40a7c rockchip64: refresh drv-spi-spidev-remove-warnings.patch (#7088)
* rockchip64: edge: refresh drv-spi-spidev-remove-warnings.patch

rework to apply cleanly on 6.10.5

* rockchip64: current: refresh drv-spi-spidev-remove-warnings.patch
2024-09-13 09:02:20 +08:00
Viacheslav Bocharov
8efe63779d JetHome: Update JetHub D2 dts 2024-09-13 09:02:20 +08:00
Alessandro Lannocca
42779199b5 meson64: edge: refresh drv-spi-spidev-remove-warnings.patch rework to apply cleanly on 6.10.5 2024-09-13 09:02:20 +08:00
Alessandro Lannocca
53269ccca5 meson64: current: refresh drv-spi-spidev-remove-warnings.patch rework to apply cleanly on 6.6.46 2024-09-13 09:02:20 +08:00
Viacheslav Bocharov
0bd61c90e4 Update board config files to include hwclock utility 2024-09-13 09:02:20 +08:00
Viacheslav Bocharov
8c680351b8 JetHome: disable suspend systemd target for JetHub D2 2024-09-13 09:02:20 +08:00
Viacheslav Bocharov
d693317660 JetHome: Update JetHub D2 dts file 2024-09-13 09:02:20 +08:00
Viacheslav Bocharov
bf259b1356 JetHome: fix uboot patchset for JetHub D2 2024-09-13 09:02:20 +08:00
Patrick Yavitz
761b8d2be0 Gateway GZ80X: use actual u-boot.bin
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-09-13 09:02:20 +08:00
Viacheslav Bocharov
06bad4c16b JetHome: Put module blacklist in the board configs of the respective boards 2024-09-13 09:02:20 +08:00
Patrick Yavitz
6bb342e36b FIXUP: run_host_command_logged removes quotation marks
This breaks the udev rule

Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-09-13 09:02:20 +08:00
Patrick Yavitz
5bdfe5241f config: boards: gateway-gz80x.conf: cosmetic fixup
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-09-13 09:02:20 +08:00
Patrick Yavitz
d5a68f49f9 U-Boot: Meson AXG and Gateway GZ80X fixups
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-09-13 09:02:20 +08:00
Werner
39a27398c8 cosmetics
typos...
2024-09-13 09:02:20 +08:00
Patrick Yavitz
22e37ee16b Add board Alfred Smart Gateway GZ80X Linux support
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-09-13 09:02:20 +08:00
Patrick Yavitz
0499f55888 Add board Alfred Smart Gateway GZ80X U-Boot support
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-09-13 09:02:20 +08:00
Patrick Yavitz
285eeeb504 Add board Alfred Smart Gateway GZ80X
Amlogic A113X
1Gb RAM
eMMC 8Gb
USB (1 port)
Ethernet
Wireless Realtek 8189FSTV / Z-WAVE

Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-09-13 09:02:20 +08:00
Patrick Yavitz
6a24a91abf Add config: sources: families: meson-axg.conf
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-09-13 09:02:20 +08:00
Werner
53d6c2f883 attempt to fix pr announce for all contributors (#7081)
The earlier attempt seem to limit announces to repository members for some reason.
This attempt limits to the repo only, therefore forks should not be affected.
Not sure if it works, but there is only one way to find out.
2024-09-13 09:02:20 +08:00
dependabot[bot]
01d2e80162 build(deps): bump pyyaml from 6.0.1 to 6.0.2
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2)
2024-09-13 09:02:20 +08:00
dependabot[bot]
bb8df05866 build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](89ef406dd8...834a144ee9)
2024-09-13 09:02:20 +08:00
Igor Pecovnik
ffeb3c4148 aic8800 DKMS driver: fix logic when extension is used 2024-09-13 09:02:20 +08:00
33335
581f867cee chore: Disable OPTEE security partition in U-Boot for Firefly-ITX-3588J board 2024-09-13 09:02:20 +08:00
Igor
e12cea8ee2 Prevent running announce script in forks (#7073)
* Prevent running announce script in forks
* Add description
* fix typo
---------

Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
2024-09-13 09:02:20 +08:00
Igor Pecovnik
1857783ba5 Driver compilation is not supported on kernel 6.10 and up 2024-09-13 09:02:20 +08:00
Zokhoi
8976c9d610 Add aic8800 driver for Rock 3C variant 2024-09-13 09:02:20 +08:00