14097 Commits

Author SHA1 Message Date
Igor Pecovnik
3a97d44190 Bump sunxi legacy and current to latest version 2024-09-13 09:02:20 +08:00
JohnTheCoolingFan
0e6eea03fc BigTreeTech CB1: current: Enable IR Receiver 2024-09-13 09:02:20 +08:00
Kevin Schmidt
93dc858d35 Fix armbian-firmware-full package build.
Include symlinks from linux-firmware.
2024-09-13 09:01:26 +08:00
Alex
e3e7ce920a disable saving state for invalid leds brought up in latest kernels (#7062)
* disable saving state for invalid leds brought up in latest kernels

lrwxrwxrwx 1 root root 0 11 ago 14.44 enP1p1s0-0::lan -> ../../devices/platform/3c0400000.pcie/pci0001:00/0001:00:00.0/0001:01:00.0/net/lan/enP1p1s0-0::lan
lrwxrwxrwx 1 root root 0 11 ago 14.44 enP1p1s0-1::lan -> ../../devices/platform/3c0400000.pcie/pci0001:00/0001:00:00.0/0001:01:00.0/net/lan/enP1p1s0-1::lan
lrwxrwxrwx 1 root root 0 11 ago 14.44 enP1p1s0-2::lan -> ../../devices/platform/3c0400000.pcie/pci0001:00/0001:00:00.0/0001:01:00.0/net/lan/enP1p1s0-2::lan
lrwxrwxrwx 1 root root 0 11 ago 14.44 enP1p1s0-3::lan -> ../../devices/platform/3c0400000.pcie/pci0001:00/0001:00:00.0/0001:01:00.0/net/lan/enP1p1s0-3::lan
lrwxrwxrwx 1 root root 0 11 ago 14.44 enP2p1s0-0::lan -> ../../devices/platform/3c0800000.pcie/pci0002:00/0002:00:00.0/0002:01:00.0/net/wan/enP2p1s0-0::lan
lrwxrwxrwx 1 root root 0 11 ago 14.44 enP2p1s0-1::lan -> ../../devices/platform/3c0800000.pcie/pci0002:00/0002:00:00.0/0002:01:00.0/net/wan/enP2p1s0-1::lan
lrwxrwxrwx 1 root root 0 11 ago 14.44 enP2p1s0-2::lan -> ../../devices/platform/3c0800000.pcie/pci0002:00/0002:00:00.0/0002:01:00.0/net/wan/enP2p1s0-2::lan
lrwxrwxrwx 1 root root 0 11 ago 14.44 enP2p1s0-3::lan -> ../../devices/platform/3c0800000.pcie/pci0002:00/0002:00:00.0/0002:01:00.0/net/wan/enP2p1s0-3::lan

These leds are not manageable and when restored trow up errors in kernel ring buffer
[   13.964507] leds enP1p1s0-0::lan: Setting an LED's brightness failed (-524)
[   13.989055] leds enP1p1s0-0::lan: Setting an LED's brightness failed (-524)
[   13.989100] leds enP1p1s0-1::lan: Setting an LED's brightness failed (-524)
[   14.021133] leds enP1p1s0-1::lan: Setting an LED's brightness failed (-524)
[   14.021176] leds enP1p1s0-2::lan: Setting an LED's brightness failed (-524)
[   14.070622] leds enP1p1s0-2::lan: Setting an LED's brightness failed (-524)
[   14.073070] leds enP1p1s0-3::lan: Setting an LED's brightness failed (-524)
[   14.097028] leds enP1p1s0-3::lan: Setting an LED's brightness failed (-524)
[   14.097066] leds enP2p1s0-0::lan: Setting an LED's brightness failed (-524)
[   14.132938] leds enP2p1s0-0::lan: Setting an LED's brightness failed (-524)
[   14.132982] leds enP2p1s0-1::lan: Setting an LED's brightness failed (-524)
[   14.154556] leds enP2p1s0-1::lan: Setting an LED's brightness failed (-524)
[   14.157496] leds enP2p1s0-2::lan: Setting an LED's brightness failed (-524)
[   14.197328] leds enP2p1s0-2::lan: Setting an LED's brightness failed (-524)
[   14.197371] leds enP2p1s0-3::lan: Setting an LED's brightness failed (-524)
[   14.214507] leds enP2p1s0-3::lan: Setting an LED's brightness failed (-524)

* fix basename path
2024-09-13 09:01:26 +08:00
Igor Pecovnik
c6cfc933ba sunxi64: temporally disable broken PWM_SUNXI_ENHANCE driver
Need to be fixed after release. Some background in comments https://github.com/armbian/build/pull/6656
2024-09-13 09:01:26 +08:00
JohnTheCoolingFan
ad18784e2b Change BOOT_FDT_FILE for bigtreetech-cb1 on edge 2024-09-13 09:01:26 +08:00
JohnTheCoolingFan
40f05cb6d5 Remove sun50iw9-btt board family 2024-09-13 09:01:26 +08:00
JohnTheCoolingFan
fd83bf8219 Break the BigTreeTech Ethernet patches into 3 2024-09-13 09:01:26 +08:00
JohnTheCoolingFan
6c9215ae02 Rearrange BTT CB1 patches 2024-09-13 09:01:26 +08:00
JohnTheCoolingFan
f91f1b7b7d U-Boot patch for BigTreeTech CB1 ethernet 2024-09-13 09:01:26 +08:00
JohnTheCoolingFan
7327d1262b Patches to enable hdmi and emac1 on BigTreeTech CB1 2024-09-13 09:01:26 +08:00
JohnTheCoolingFan
24343e0cb6 BigTreeTech CB1 config update
Changed maintainer to th current person
Switched board family to sun50iw9, removed legacy kernel target, removed
DEFAULT_CONSOLE
2024-09-13 08:58:35 +08:00
Werner
44356e28a9 Send summaries of PR and merges to main chat (#7060)
* Create pr-announce.yml

* Rename pr-announce.yml to pr-announce.yml

* Create merge-announce.yml
2024-09-13 08:58:35 +08:00
Alex
08e0fbb2a3 add general 2024.07 patches to nanopi-r5c u-boot (#7056) 2024-09-13 08:58:35 +08:00
Alex
8f43a052fb add general 2024.07 patches to orangepi5-plus u-boot (#7057) 2024-09-13 08:58:35 +08:00
The-going
ddcf8e4a63 sunxi-6.9: bugfix the kernel panic for arm architecture
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 of the problem:
https://forum.armbian.com/topic/41339-linux-image-legacy-sunxi2451-kernel-6192-is-broken-stuck-at-starting-kernel/?do=findComment&comment=196528
https://bugzilla.kernel.org/show_bug.cgi?id=219089
2024-09-13 08:58:35 +08:00
The-going
9cc56e820d sunxi-6.9: Add Armbian patches 2024-09-13 08:58:35 +08:00
The-going
f513dabd1b sunxi-6.9: Add megous patches to EDGE 2024-09-13 08:58:35 +08:00
M. Efe Çetin
c411ab520c orangepi5: fix SPI flash boot (#7053) 2024-09-13 08:58:35 +08:00
Alex
a46409416f orangepi5-plus: (#7046)
enable KASLR
2024-09-13 08:58:35 +08:00
Alessandro Lannocca
d3096d95e3 nanopi-r5c: bump u-boot to 2024.07 patch in kaslrseed support enable kaslrseed in nanopi-r5c-rk3568-defconfig 2024-09-13 08:58:35 +08:00
Alessandro Lannocca
697569bc3f nanopi-r5c: set CONFIG_RANDOMIZE_BASE=y (kaslr) 2024-09-13 08:58:35 +08:00
Alessandro Lannocca
d68d8abf31 nanopi-r5c: rewrite-kernel-config 2024-09-13 08:58:35 +08:00
amazingfate
4d4ed5735a uboot: rk3576: add patches to enable tf card boot 2024-09-13 08:58:35 +08:00
Igor Pecovnik
e93b9e601a Odroid XU4: Refresh current kernel config 2024-09-13 08:58:35 +08:00
Igor Pecovnik
d656afee93 Odroid XU4: Remove deprecated patches on CURRENT branch 2024-09-13 08:58:35 +08:00
Igor Pecovnik
2821bf185e Clarify label for entering giveaway - code completition, all authors counts. 2024-09-13 08:58:35 +08:00
Martin Schmiedel
363e994e54 MBa8MPxL: update u-boot-tqma
- rework patches on recent changes

Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
2024-09-13 08:58:35 +08:00
ColorfulRhino
b0d5059617 partitioning: Declare rootpart as local variable
The others like `uefipart` and `bootpart` are also defined as local var. Establish consistency.
2024-09-13 08:58:35 +08:00
ColorfulRhino
9d746da793 partitioning: Set correct partition type UUID for root filesystem
Previously, only the type "Generic Linux filesystem" was used.
Use the correct type "Linux root ($ARCHITECTURE)" for the root filesystem.
2024-09-13 08:58:35 +08:00
ColorfulRhino
58aa481144 partitioning: Add check to use legacy BIOS boot partition with GPT only, not MBR
Exit with an error message if trying to add this partition to an MBR disk.
2024-09-13 08:58:35 +08:00
ColorfulRhino
db842c1b29 partitioning: Output the partitioning options to the debug log 2024-09-13 08:58:35 +08:00
ColorfulRhino
3c699bd035 partitioning: Add some comments to improve readbility 2024-09-13 08:58:35 +08:00
Igor Pecovnik
11ebd65179 RaspberryPi: bump EDGE kernel to 6.10.y 2024-09-13 08:58:35 +08:00
Igor Pecovnik
f5b7572e6d imx6: bump EDGE kernel to 6.10.y 2024-09-13 08:58:35 +08:00
Igor Pecovnik
20904b2a20 Odroid XU4: bump EDGE kernel to 6.10.y 2024-09-13 08:58:35 +08:00
dependabot[bot]
92c4626b7a build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b2256b8c0...89ef406dd8)
2024-09-13 08:58:35 +08:00
Martin Schmiedel
7c15d854a3 MBa8MPxL: update imx8m-6.6
- linux-tqma-current.config:  enable HDMI, LVDS, Bluetooth
- imx8_common.inc: use tag instead of branch (v6.6.43)
- fix asound.state.tqma

Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
2024-09-13 08:58:35 +08:00
Martin Schmiedel
07683a970b MBa8MPxL: fix boot problem after updating uboot.sh
- since 792d9d9d Variables add to environment in post_config_uboot_target function are ignored.
- So setting the variable ATF_LOAD_ADDR doesn't work anymore
- ATF_LOAD_ADDR changed in the uboot patch instead

Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
2024-09-13 08:58:35 +08:00
schwar3kat
48483780fe Add Linux Mint Virginia and Wilma to supported hosts
Add virginia and wilma in host-release.sh

Add wilma in prepare-host.sh
2024-09-13 08:58:35 +08:00
Igor Pecovnik
962346a009 Mvebu: update / refresh current kernel config 2024-09-13 08:58:35 +08:00
Igor Pecovnik
6ed699ebb9 Set fixed mac addresses 2024-09-13 08:58:35 +08:00
Igor Pecovnik
bce6064a5c Mvebu: Bump kernel config and sources to 6.10.y 2024-09-13 08:58:35 +08:00
Igor Pecovnik
b43804cdc7 Add patches to 6.10 folder 2024-09-13 08:58:35 +08:00
Heisath
3bbf198177 Move to 6.8 2024-09-13 08:58:35 +08:00
Heisath
1eafcd9e51 Add mvebu 6.7 patches, move to rmk tree 2024-09-13 08:58:35 +08:00
Igor Pecovnik
cc621113ff Meson 6.10: adjust patches to align with upstream changes
Need to be tested on hardware
2024-09-13 08:58:35 +08:00
August
48ba6c00a1 bananapif3: add uart5 node and add gpio-line-names to gpiochip 2024-09-13 08:56:32 +08:00
August
f2c0afc815 sun50iw9-bpi-legacy: rename dtb from h616 to h618 2024-09-03 15:15:49 +08:00
August
65affdea93 bananapif3: update dts 2024-08-16 17:17:09 +08:00