Commit Graph

1949 Commits

Author SHA1 Message Date
SuperKali
f4a1e9245d
nanopi-m5: Fixes the assignment of KERNEL_TARGET in the board configuration file. (#8695)
The space in the KERNEL_TARGET assignment was causing issues. This commit removes the space to ensure the variable is parsed correctly.
2025-09-30 12:16:24 +02:00
SuperKali
412f67c20d
rockchip: Add NanoPi M5 board support to edge kernel (#8684)
* rockchip: Add NanoPi M5 board support to edge kernel

* rockchip64: enable Rockchip ASoC drivers and codecs in kernel config

* config: Fix audio Kconfig tristate hierarchy

Set CONFIG_SOUND, CONFIG_SND, and CONFIG_SND_SOC to built-in (y)
to allow Rockchip audio drivers to be built-in instead of being
silently downgraded to modules by olddefconfig.

* nanopi-m5: Add asound.state for audio configuration

* nanopi-m5: Fix SAI2 clock output
2025-09-28 12:46:45 +02:00
Igor Pecovnik
a96702dec5 orangepi5: hardening and typo 2025-09-28 06:45:17 +02:00
Muhammed Efe Cetin
ab74439823 orangepi5: update edge, current uboot to v2025.07 2025-09-28 06:45:17 +02:00
Muhammed Efe Cetin
1f9c554fb0 rockchip64: support binman images in write_uboot_platform_mtd 2025-09-28 06:45:17 +02:00
Muhammed Efe Cetin
2b4400c36a orangepi5: also copy the sata bootconfig to compiled package 2025-09-28 06:45:17 +02:00
Muhammed Efe Cetin
b3f0e43d00 rockchip64: check whether the terminal is interactive during write_uboot_platform_mtd process 2025-09-28 06:45:17 +02:00
Muhammed Efe Cetin
a8f4db3253 orangepi5: add sata spi image compilation for mainline uboot 2025-09-28 06:45:17 +02:00
Muhammed Efe Cetin
d9515877c6 orangepi5: overhaul board config, update mainline uboot 2025-09-28 06:45:17 +02:00
Paolo Sabatino
12fea788f9 Bump u-boot to v2025.10-rc5 for some rockchip boards:
* rk322x-box
* rk3318-box
* rk3288 Asus Tinkerboard/S
* rk3288 xt-q8l-v10
2025-09-27 11:31:38 +02:00
Jianfeng Liu
43d6de8929 add family qcs6490 and new board radxa dragon q6a 2025-09-25 10:18:34 +08:00
SuperKali
48114eeaf0
add initial support of NanoPi M5 (#8651)
* add initial support of NanoPi M5
* config: add missing udev rules for rt5616 audio card

Signed-off-by: SuperKali <hello@superkali.me>
2025-09-20 09:03:34 +02:00
schwar3kat
4372e7da29
Radxa-e52c. Device NIC port rename to match device labels and network LED config via radxa-e52c.conf (#8633)
* Add_to_radxa-e52c.conf

1. Add a network rule to rename interfaces to match device port labeling (wan,lan)

2. Add network activity LEDs config for wan and lan for radxa-e52c

* Update config/boards/radxa-e52c.conf

Coderabbitai suggested clean-up of function name.

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update radxa-e52c.conf - fix typo.

* Update radxa-e52c.conf - fix function consistency

As recommended by  EvilOlaf

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-17 15:50:32 +02:00
igorpecovnik
e5d7006eb6 Automatic board configs status synchronise 2025-09-16 21:28:42 +02:00
c0rnelius
0a7f461e57
Khadas VIM4: Update and Fixup U-Boot (#8631)
* Khadas VIM4: U-Boot: Mod bootargs/defconfig and add bootscr support

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

* Khadas VIM4: Pull U-Boot from CoreELEC instead of Khadas

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

* Khadas VIM4: Remove setexpr bootargs sub rootfstype= from boot.cmd

This is no longer required

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

* Meson S4T7: family.conf: Add missing `mkdir -p "${tbasedir}"`

The toolchains fail to download because the dir isn't created

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

* Meson T7: Add rootfstype= to command line

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

* Khadas VIM4: Add extra boot arguments

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

* Remove `viraniac` as maintainer and add `rw` to cmdline

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

* Amlogic T7: Add `fsck.repair=yes` and `rootwait` to cmdline

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

* Amlogic T7: Move `${bootargs}` placement

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

---------

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
Co-authored-by: Igor <igor@armbian.com>
2025-09-15 22:44:28 +02:00
Jianfeng Liu
1fe139c1f5 add new board radxa-cm4-io 2025-09-15 21:14:48 +02:00
Jianfeng Liu
7a62ca1cf0 add new board armsom forge1 2025-09-15 21:12:02 +02:00
Andrei Aldea
d64b81c4ab Add AM62P Support 2025-09-15 21:10:49 +02:00
retro98boy
b2e25712e0 extensions: add gxlimg and amlogic-fip-blobs 2025-09-15 21:10:38 +02:00
Muhammed Efe Cetin
7b56c4266f add support for Bananapi M5 Pro board 2025-09-15 19:47:19 +02:00
igorpecovnik
cb6127a87f Automatic board configs status synchronise 2025-09-14 13:46:37 +02:00
Andrei Aldea
95044eb0a2 Re-Enable BeagleY As Supported and fix Wifi 2025-09-13 13:55:56 +02:00
SuperKali
471aba836b
add NanoPi R76S support for edge kernel builds (#8609) 2025-09-11 09:03:35 +02:00
igorpecovnik
bc1de36bb0 Automatic board configs status synchronise 2025-09-11 08:57:44 +02:00
SuperKali
89d220b663
board: armsom-sige5: fix typo in KERNEL_TARGET variable (#8599) 2025-09-09 15:08:34 +02:00
Jianfeng Liu
db91d1e79a armsom-sige5: enable edge build 2025-09-08 20:02:28 +02:00
SuperKali
343c287bb8
board: nanopi-r76s: add initial Armbian support (#8586)
Add board configuration for FriendlyELEC NanoPi R76S, including:
- nanopi-r76s.conf with board parameters and boot settings
- initial kernel / U-Boot patch for device tree and board bring-up
2025-09-07 22:32:41 +02:00
igorpecovnik
c4a7a4a766 Automatic board configs status synchronise 2025-09-07 09:48:35 +02:00
Wei
e696c2eb3b Add support for XpressReal T3
XpressReal(https://xpressreal.io/) is a family of Single Board Computers
developed in collaboration between Fyde Innovations, Radxa and Realtek.

XpressReal T3 is the first product in the family - a small form factor
high performance single board computer powered by the Realtek RTD1619B,
which runs FydeOS/openFyde and Linux!

Now we are adding the awesome Armbian Linux support for XpressReal T3!

This commit introduces some binary files that XpressReal T3 needed:

- firmware/realtek/rtd1619b
	These binaries are the firmware for rtd1619b peripherals
	(including the audio decoder, video decoder, etc.).
- u-boot-fw.tar.gz
	This contains some co-processor firmware,
	which needs to be loaded by u-boot in the early stage of boot.
- u-boot-prebuilt.tar.gz
	These are hwsettings related files, used for tasks such as DDR initialization.

These files come from the rtd1619b SDK, which has already been open-sourced on our github:

- [firmware](https://github.com/XpressReal/linux-sdk/tree/main/meta-xpressreal/recipes-kernel/linux-firmware/files/rtd1619b)
- [u-boot prebuilts](https://github.com/XpressReal/linux-sdk/tree/main/meta-xpressreal/recipes-bsp/u-boot/files/prebuilt/rtd1619b)
2025-09-04 20:32:34 +08:00
igorpecovnik
5ac4ff6ab4 Automatic board configs status synchronise 2025-09-04 04:20:02 +08:00
igorpecovnik
0ad640d182 Automatic board configs status synchronise 2025-09-04 02:19:52 +08:00
Rolf Leggewie
21d92a630e config: drop executable bit from board config files 2025-09-04 01:59:32 +08:00
Mecid Urganci
4105e45cc9 Add Board: Radxa Rock 4D 2025-09-04 01:59:32 +08:00
igorpecovnik
0761dad13c Automatic board configs status synchronise 2025-08-31 02:59:36 +08:00
Andreas Reis
a841c8da09 Radxa Zero 3: Switch to U-Boot v2025.10-rc2
Switch to newer U-Boot since it works reliably and provides upstream
improvements.

Add patch/u-boot/v2025.10 and the generic patch, as BOOTPATCHDIR cannot
be unset (fallback to legacy fails).

BOOT_SCENARIO="binman-atf-mainline" cannot be set here since it applies
globally to the CSC file and would break branch=vendor. Users who want
it can enable it manually.
2025-08-27 00:33:04 +08:00
Andreas Reis
79fd84f812 Radxa Cubie A5E & Kickpi K2B: Pull CodeRabbit nitpicks
Same as for Radxa Zero 3
2025-08-27 00:33:04 +08:00
Andreas Reis
f3a21c739c Radxa Zero 3: Fix 3W's Bluetooth Support
Bluetooth on the 3W was non-functional. Required functions are copied
from radxa-cubie-a5e.csc (also used in kickpik2b.csc). These should
ideally be extracted into a shared location.

The antenna switch (internal vs external) is still missing. Radxa
implements this via DT overlays and their rsetup tool:
  https://docs.radxa.com/en/zero/zero3/os-config/rsetup\#overlays
  https://github.com/radxa-pkg/radxa-overlays/blob/main/arch/arm64/boot/dts/rockchip/overlays/radxa-zero3-external-antenna.dts

Only tested on 3W; impact on 3E is unknown. The functions and packages
should ideally be limited to 3W builds, but this seems impossible
without splitting the CSC file.
2025-08-27 00:33:04 +08:00
Igor
1056f8e4e4
Qualcomm Robotics RB5: temporally disable daily builds (#8535) 2025-08-23 09:18:44 +02:00
Rolf Leggewie
94d26351d2 config: change order of preferred kernels
reorder kernel preference in more boards as "current > edge > legacy"
2025-08-21 18:16:18 +08:00
Rolf Leggewie
82a5bc5e93 config / BPi M2+: change order of preferred kernels 2025-08-21 18:16:18 +08:00
Qvy-PNG
a7f9180c93 adding myself as maintainer on the pinebook a64 2025-08-18 04:37:14 +08:00
juanesf
c1ea893bcf Update radxa-cubie-a5e.csc
- Delete path folder fix "The file sun55i-a527-radxa-a5e.dtb was not found in the path /dtb/allwinner"
2025-08-16 09:47:41 +02:00
Igor Pecovnik
e765406935 Orangepizero: drop Crust support that is preventing succesful reboot 2025-08-16 00:53:02 +08:00
FantasyGmm
dfb7c4fa6a Update Qcom RB5 Config 2025-08-14 16:24:57 +02:00
Patrick Yavitz
d833170688 BPI-CM4/M2S Set default cpufreq MIN / MAX
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-08-13 05:49:07 -04:00
Patrick Yavitz
e7b1c34909 BananaPi BPI-F3: Add loglevel=1 to cmdline
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-08-11 12:21:05 -04:00
Patrick Yavitz
fbfb2bb0fe BananaPi BPI-F3: Add edge support to conf file
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-08-11 12:21:05 -04:00
JohnTheCoolingFan
2d9cce1846 Move rock-5-cmio revert patch to a board folder 2025-08-10 19:41:22 +02:00
juanesf
83f33fa122
Migrate Radxa Cubie A5E to mainline 6.16 (#8447)
* migrate u-boot and kernel to mainline

* Add patches for 6.17

* fix compile for patches addes

* Orderer patches, switch kernel config to sunxi64, recreate some patches for fix build

* Update linux-sunxi64-edge.config after pm-domain & sun55i-gmac200 activate

* enable wifi and bluetooth

* revert linux-sunxi64-edge.config

- Revert linux-sunxi64-edge.config
- Add modules: CONFIG_IOMMUFD, CONFIG_SUN50I_IOMMU, CONFIG_SUN55I_PCK600.

* drop sunxi-dev-6.14 and cleanup involved patches

* Update radxa-cubie-a5e.csc

make change proposed by igorpecovnik
2025-08-07 22:17:15 +02:00
Jesse R Codling
e72eb537c5 Use binman-atf-mainline for RockPi-4C+ 2025-08-06 10:50:55 +02:00