Commit Graph

1861 Commits

Author SHA1 Message Date
The-going
7dad5e8b1b sunxi-6.6: Switch to v6.6.70 2025-01-11 21:51:26 +01:00
The-going
3ae44e39d0 sunxi-6.12: Switch to v6.12.9 2025-01-11 21:50:16 +01:00
Patrick Yavitz
24bf1fb1f4 BananaPi BPI-F3: Update to linux-6.6.70 & overclock to 1.8GHz
Run at max freq:
echo "1" > /sys/devices/system/cpu/cpufreq/boost

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-09 13:39:40 -05:00
Andrew Davis
ef0a4a3d55 K3: Use sfdisk instead of parted for setting flag in boot partition
The latest 'parted' package that is shipped with Ubuntu noble does not
allow to set the 'lba' flag on MBR/DOS partitions and fails with an
error. Use 'sfdisk' instead for the same.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
2025-01-08 13:17:14 +01:00
Aaron Dewes
5b293b8956 RPi CM5: Enable DWC2 host mode support by default
This makes USB work in host mode by default on more boards. It is already the default on RPi OS: ca5eb625d8
2025-01-07 10:13:13 +01:00
Thomas McKahan
877b5bf385 Add Sweet Potato to xorg conf in family config 2025-01-07 10:12:15 +01:00
Ricardo Pardini
d8c6c9044c rockchip64_common: uboot_custom_postprocess(): add logging about BOOT_SUPPORT_SPI and BOOT_SPI_RKSPI_LOADER 2025-01-05 16:38:43 +01:00
Tim Surber
7c5f95ef8c bump arm trusted firmware to 2.12 for rockchip64 2025-01-05 10:29:54 +01: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
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
7b6fcab372 BananaPi BPI-F3: Update family conf
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-01-01 14:01:21 -05:00
Paolo Sabatino
54628d7d3e rockchip: bump edge kernel to 6.13-rc5 2025-01-01 19:38:55 +01:00
Werner
2ce5f5e391 Bump mainline to rc5 2024-12-30 20:34:07 +01:00
The-going
1d29712911 sunxi-6.12: Switch to v6.12.6 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
8e656581f0 sunxi-6.12: sorting armbian patches, Switch EDGE to v6.12.4
First of all, we make changes to the core functions and
only then we change the device tree
2024-12-30 20:33:45 +01:00
amazingfate
1e7684887c mainline-kernel: bump 6.13 to rc4 2024-12-30 08:24:45 +08:00
amazingfate
92350a0825 rockchip64-edge: bump to 6.13 2024-12-30 08:24:45 +08:00
amazingfate
720721b9af bootenv: let rk3588 and rk356x share same bootenv to set cma size 2024-12-21 11:04:31 +08:00
amazingfate
0235c1e3a5 rockchip-rk3588: remove current and edge branch 2024-12-21 11:04:31 +08:00
amazingfate
91edf83268 rockchip64-current: bump to 6.12 2024-12-21 11:04:31 +08:00
jomadeto
81e8382601 Add new TVBox aml-c400-plus: Magicsee C400 Plus 2024-12-18 21:04:20 +01:00
The-going
500448d588 sunxi-6.6: Switch to v6.6.65 2024-12-18 21:04:10 +01:00
The-going
43166a8354 Revert "shellfmt: config/sources; no changes"
This reverts commit 2f63a9cd98.

`[${1} / bootinfo_emmc.bin]`
`[${1} / FSBL.bin]`          - This is the path to the file.
                               It cannot contain spaces.
2024-12-13 09:48:47 +01:00
Ricardo Pardini
a55c8bfcb2 u-boot: check the produced platform_install.sh (created from functions like write_uboot_platform) for shellcheck errors
- we've some smelly stuff in write_uboot_platform for some families that we'd rather catch early
- implement small syntax fixes in setup_write_uboot_platform
2024-12-09 14:12:44 +01:00
amazingfate
9eaaaae044 sm8250: bump current and edge to 6.12 2024-12-05 00:23:00 +01:00
Jianfeng Liu
35352fa288 rk35xx-vendor: bump to 6.1 rkr4.1 sdk kernel 2024-12-02 00:16:14 +08:00
Paolo Sabatino
c90a0f7890 rockchip: bump edge kernel to 6.12 2024-11-30 13:07:31 +01:00
Ricardo Pardini
2f63a9cd98 shellfmt: config/sources; no changes 2024-11-25 11:32:28 +01:00
brentr
fc54623c4a
Add Rockchip u-boot "binman" BOOT_SCENARIO (#7505)
* rockchip64: add `BOOT_SCENARIO=binman` for mainline u-boot

- drop special handling for 3308's `legacy` branch
- rpardini: note how SPI/mtd is not yet supported for this scenario

Co-authored-by: Ricardo Pardini <ricardo@pardini.net> (squash/splits, shellfmt)

* `rock-s0`/`rockpi-s`: use `BOOT_SCENARIO=binman`; move blobs to armbian/rkbin

- Move rk3308 boot blobs to armbian/rkbin
  - delete obsolete ones
- Alter rock-s0 and rockpi-s to use the new "binman" BOOT_SCENARIO

Co-authored-by: Ricardo Pardini <ricardo@pardini.net> (shellfmt; small fixes; squashes)
2024-11-22 23:31:39 -08:00
amazingfate
cc4513958f rk3576: use boot_merger to generate idbloader.img 2024-11-20 12:34:03 +01:00
Ricardo Pardini
2bdfa7941e mainline-kernel.conf.sh: bump 6.12 to final 2024-11-20 12:29:44 +01:00
The-going
17a33c1480 sunxi-6.11: Switch to v6.11.9, reextract megous patches 2024-11-20 12:28:48 +01:00
The-going
c6b3bfe8ff sunxi-6.6: Switch to v6.6.62 2024-11-20 12:28:39 +01:00
Ricardo Pardini
e6744c61bc meson64: bump edge from 6.11 to 6.12 via rename 2024-11-20 00:58:56 +01:00
The-going
781400e0e8 sunxi-6.11: Switch to v6.11.7 2024-11-14 21:39:00 +01:00
The-going
2e1545d298 sunxi-6.6: Switch to v6.6.60 2024-11-14 21:39:00 +01:00
amazingfate
ec66156059 rockchip-rk3588: bump current and edge to 6.12 2024-11-14 07:34:56 +01:00
Ricardo Pardini
e82f3c8d74 kernel: mainline: Bump v6.12-rc4 to v6.12-rc7 2024-11-12 13:49:47 +08:00
Ricardo Pardini
006b616478 kernel: mainline: Bump v6.12-rc3 to v6.12-rc4 2024-11-12 13:49:47 +08:00
ColorfulRhino
379c573d06 kernel: mainline: Bump v6.12-rc2 to v6.12-rc3 2024-11-12 13:49:47 +08:00
amazingfate
02a4741126 rockchip64-edge: bump to 6.12 2024-11-09 21:43:28 +01:00
The-going
b7f78fec0c sunxi-6.11: Switch to v6.11.6 and re-extract patches 2024-11-05 16:35:12 +01:00
amazingfate
b451d4f3e3 rk3576: fix booting from boot.scr 2024-11-03 14:15:35 +08:00
Martin Schmiedel
992e9b71bb MBa8MPxL: Bump current kernel from 6.6.43 to 6.11.x
- remove patches  (already mainlined)
- while at it, rename BOARD_MAINTAINER to the actual GitHub profile

Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
2024-10-22 13:01:50 +02:00
brentr
14314337da
Merged rock-s0 and rockpi-s boards fully into rockchip64 family (#7382)
Also removed some obsolete board specific boot script tweaks
2024-10-18 00:09:36 -07:00
Ricardo Pardini
95cd55fe3c mainline-kernel: bump to 6.12-rc2 2024-10-13 19:16:43 +02:00
Ricardo Pardini
716844e04a uefi-* / edge: bump to 6.12; rework arm64 Phytium stmmac acpi patches
- recover lost patches in 6.9/6.10 cycle
2024-10-13 19:16:20 +02:00
The-going
90637986ee sunxi-6.6: switch to v6.6.54 2024-10-13 00:04:22 -04:00