Skip to content

Tags: armbian/build

Tags

v24.8.0-trunk.380

Toggle v24.8.0-trunk.380's commit message
sunxi-6.1: Reverse commit 75317a0, fix real reason inability to load …

…kernel

Reverse commit 75317a0 since this is a special case.

Eliminate the real reason for the inability to boot the kernel.
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.

The problem is present for (cross-compiler) GCC 10, 11, 12.
It does not happen when the kernel is compiled with GCC 9,
even when condition (1) is satisfied.

Detailed description:
https://forum.armbian.com/topic/41339-linux-image-legacy-sunxi2451-kernel-6192-is-broken-stuck-at-starting-kernel/?do=findComment&comment=196528

v24.8.0-trunk.339

Toggle v24.8.0-trunk.339's commit message
odroidm1: don't copy paste without changing the function name

Co-authored-by: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com>

v24.8.0-trunk.269

Toggle v24.8.0-trunk.269's commit message
Add support for multiple wireless devies at firstlogin

v24.8.0-trunk.240

Toggle v24.8.0-trunk.240's commit message
Lets not spam users with error message on fresh checkout

v24.8.0-trunk.222

Toggle v24.8.0-trunk.222's commit message
Odroid M1: add a network rule to rename default name

v24.8.0-trunk.211

Toggle v24.8.0-trunk.211's commit message
rockchip-rk3588 6.8/610: add `i2c8-m2` overlay

- from vendor kernel
- `i2c8m2`: 40-pin pins 3 & 5 of cm3588-nas & nanopct6

v24.8.0-trunk.210

Toggle v24.8.0-trunk.210's commit message
rockchip-rk3588 6.8/610: add `i2c8-m2` overlay

- from vendor kernel
- `i2c8m2`: 40-pin pins 3 & 5 of cm3588-nas & nanopct6

v24.8.0-trunk.202

Toggle v24.8.0-trunk.202's commit message
Run shellfmt to complete code

v24.8.0-trunk.179

Toggle v24.8.0-trunk.179's commit message
add community support for lckfb taishanpi

v24.8.0-trunk.176

Toggle v24.8.0-trunk.176's commit message
actions: Have auto-labeler check subdirectories

This fixes a lot of labels not getting applied properly.