Ricardo Pardini
b0303e5edc
rootfs: fix: don't try to use chroot binaries after qemu was undeployed
...
- `"${cache_fname}.list"` and `"${cache_fname}.hash_text"` were very old and unused anyway
2025-01-02 13:46:03 +01:00
Patrick Yavitz
b20254123c
SpacemiT: Defconfig: Tick on extra wireless and other bits
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
6b7062a9e6
BananaPi BPI-F3: Reduce mods needed to enable Bluetooth
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
57f47eb658
BananaPi BPI-F3: Sort and delete unrelated RISCV patch
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
09fe0008f1
BananaPi BPI-F3: Update to Linux 6.6.68
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
b2d3a326e5
BananaPi BPI-F3: Add bluetooth support
...
46c7dd0585
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
09c5ab3725
Revert "spacemit: write_uboot_platform: check first, then write down"
...
This reverts commit c3be1f0b42 .
2025-01-01 14:01:21 -05:00
The-going
82898e701f
spacemit: write_uboot_platform: check first, then write down
...
The files included in u-boot are rarely changed or do not
change at all. Compare bit by bit the memory region in which
the file will be located and the file itself. If they match,
then skip the recording.
This saves the life of the memory chip.
2025-01-01 14:01:21 -05:00
Patrick Yavitz
c54410b9ba
BananaPi BPI-F3: @armbian.com
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
4c032cac20
BananaPi BPI-F3: Update spacemit defconfig
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
df9ddaf44e
BananaPi BPI-F3: Update u-boot and linux patching
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
7b6fcab372
BananaPi BPI-F3: Update family conf
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Patrick Yavitz
3fce01a6dd
BananaPi BPI-F3: Update board conf
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Igor Pecovnik
3fff657a70
Debian SID: drop broken package
2025-01-01 19:48:07 +01:00
Igor Pecovnik
6e8e47219d
riscv64: enable support in Debian Trixie, enable UEFI grub
2025-01-01 19:47:52 +01:00
Paolo Sabatino
b8f121511b
rockchip: fix "snd_soc_component_of_xlate_dai_id" error in dmesg
2025-01-01 19:38:55 +01:00
Paolo Sabatino
54628d7d3e
rockchip: bump edge kernel to 6.13-rc5
2025-01-01 19:38:55 +01:00
Paolo Sabatino
371909623d
fix rtl8723cs driver compilation on kernel 6.13
2025-01-01 19:38:55 +01:00
bmilde
8007e64ab1
Update linux-uefi-arm64-edge.config
...
Added module support for newer MediaTek Wifi7 devices
2025-01-01 19:38:44 +01:00
Igor Pecovnik
533310d1de
Disable boards in Visionfive2 family as kernel compilation breaks
2025-01-01 19:38:33 +01:00
Patrick Yavitz
5591c5fa63
Add RTW88 88XXAU to meson64 edge defconfig
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 13:31:22 -05:00
Patrick Yavitz
8e621baeb9
RTW88: Add RTL88XXAU support to 6.12.y
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 13:31:22 -05:00
igorpecovnik
b1232edaa2
tools: Bump ORAS_VERSION from 1.2.0 to 1.2.1
2024-12-31 11:52:48 +01:00
Ricardo Pardini
de6b967e47
cli: kernel-dtb: don't output preprocessed dts unless BOOT_FDT_FILE is in <vendor>/<board>.dtb format
...
- so the .deb can be produced sans-errors for some armhf boards
- some better logging, curb the warnings a bit
2024-12-31 11:52:30 +01:00
Ricardo Pardini
6755e9190a
don't ship qemu binary in rootfs cache + armhf image/rootfs building on non-armhf-capable-arm64 hosts (Apple M1+)
...
- refactor `prepare_host_binfmt_qemu()` out of `prepare_host_noninteractive()` and into `rootfs/qemu-static.sh`
- further split into more functions and return early to avoid deep nesting
- implement force import and load of qemu-arm for non-armhf capable arm64 hosts (incl magic numbers)
- enhance `deploy_qemu_binary_to_chroot()` & `undeploy_qemu_binary_from_chroot()`;
- add 2nd param "caller" for better logging/tracking
- does sanity-check and preserve existing binary if it exists
- explicitly deploy/undeploy for the 3 cases:
- image: moved undeploy from `post_debootstrap_tweaks()` into image build proper for consistency
- rootfs: was leaving trash behind (since post_debootstrap_tweaks never ran for rootfs), now properly undeploys
- initrd: was already fine, just added caller info
- added `arch-test` host dependency
- ensure `arch-test ${ARCH}` works during prepare-host
- > tl,dr: "can build 32-bit armv7 armhf using Apple silicon; can use rootfs cache cross-arch reliably"
2024-12-31 11:52:12 +01:00
Jan Volckaert
47cffce299
copy odroid-c4 overlays to meson64-6.12
2024-12-31 11:51:52 +01:00
Jan Volckaert
0224784d01
add support for odroid-c4 mapped to i2c-1
...
updates after review of initial PR #7622
2024-12-31 11:51:52 +01:00
Jan Volckaert
261ec4530a
fix Makefile after rename of meson-g12a-radxa-zero-i2c-ee-m2-gpiox-17-gpiox-18.dtbo to meson-sm1-odroid-c4-i2c-ee-m2-gpiox-17-gpiox-18.dtbo
2024-12-31 11:51:52 +01:00
Jan Volckaert
3321dbd249
rename dts overlay to map on odroid-c4
2024-12-31 11:51:52 +01:00
Jan Volckaert
9b245761dd
update documentation for i2c-0 patch for odroid-c4
2024-12-31 11:51:52 +01:00
Jan Volckaert
9f04f9a0a6
add support for i2c-0 on odroid-c4
2024-12-31 11:51:52 +01:00
igorpecovnik
51ab548295
Automatic board configs status synchronise
2024-12-31 11:51:19 +01:00
Ricardo Pardini
0ffa7e7856
thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.13-rc4
...
- this is down to 16 patches, from hundreds back in the day. Considering merging this with default arm64 uefi kernel
2024-12-31 11:51:09 +01:00
Ricardo Pardini
7e88e7faa7
thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.13-rc3
...
- this is down to 16 patches, from hundreds back in the day. Considering merging this with default arm64 uefi kernel
2024-12-31 11:51:09 +01:00
Ricardo Pardini
c396b12887
thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.13-rc1
...
- this is down to 19 patches, from hundreds back in the day. Considering merging this with default arm64 uefi kernel
- cleanup some outdated comments
2024-12-31 11:51:09 +01:00
Ricardo Pardini
6f0afc150c
kernel-config: switch to exporting defconfig's for all .config files
...
- this affects `rewrite-kernel-config` and `kernel-config` CLIs
- this does not actually change the .config's we have, that will happen later / gradually as configs are rewritten
- no more `.defconfig` files are produced (they were in gitignore)
2024-12-31 11:50:59 +01:00
Ricardo Pardini
12f9318373
armbian-kernel: enforce arm64 kernels use 48-bit PA/VA
2024-12-31 11:50:48 +01:00
Ricardo Pardini
cafdca0cc4
armbian-kernel: enable BTF (and CO-RE) for all kernels
2024-12-31 11:50:48 +01:00
Ricardo Pardini
bcc13132ad
armbian-kernel: disable module signatures, harder
2024-12-31 11:50:48 +01:00
amazingfate
6cdf1e86fd
remove patches disabling sched_ext clean in tools for 6.12 and later kernels
2024-12-30 20:37:08 +01:00
Werner
2ce5f5e391
Bump mainline to rc5
2024-12-30 20:34:07 +01:00
Werner
957af85a65
Remove upstreamed patch
...
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c?id=v6.13-rc5&id2=v6.13-rc4
2024-12-30 20:34:07 +01:00
Patrick Yavitz
8d4c6d1e8a
sunxi-6.12: Add the lost functionality to create __symbols__ nodes.
2024-12-30 20:33:45 +01:00
The-going
d0ec958162
kernel_package_callback_linux_headers: Fix the cleaning process for tools.
...
In order for the cleanup to be correct for tools, we need to pass
the VMLINUX_BTF variable, which contains the real path to the vmlinux
file we just compiled.
The vmlinux file itself is not involved in cleaning,
but the Makefile checks for its presence and cleaning
is aborted if it is not found.
2024-12-30 20:33:45 +01:00
The-going
1d29712911
sunxi-6.12: Switch to v6.12.6
2024-12-30 20:33:45 +01:00
The-going
ef4982a4f5
sunxi-6.12: Add Fix BigTreetech CB1 tsc2007 ghost touches #7584
2024-12-30 20:33:45 +01:00
The-going
69d8a8074a
sunxi-6.12: Switch to v6.12.5
2024-12-30 20:33:45 +01:00
The-going
cd42d8977a
sunxi-6.12: Add missing redesigned patches for BananaPi-BPI-M4-Zero
...
Add the missing fixes from #7568 and re-extracted the patches.
2024-12-30 20:33:45 +01:00
The-going
7c852c5427
sunxi-6.12: update the config, add CONFIG_STACK_TRACER=y
...
It will be useful for us to receive the trace stack from users.
2024-12-30 20:33:45 +01:00
The-going
5968f6dca1
sunxi-6.12: Add patches to the armbian series
...
Here, a folder named patches.addon must exist in order for
users to add new patches. These patches will be applied but
they are awaiting more careful consideration.
Let's just sort the sequence a little bit.
2024-12-30 20:33:45 +01:00