Mecid
e8551cb173
radxa-rock-4d: Move to standard support ( #8981 )
2025-11-23 17:21:06 +01:00
Igor Pecovnik
d2e208ace1
Sync support status to match with /download
2025-11-22 13:07:29 +01:00
Mecid Urganci
5540a53860
Rock5B+: Udev rule for Radxa Display 8HD
2025-11-22 09:30:37 +01:00
Ricardo Pardini
d5bceb962b
rock-5b: u-boot: edge: bump to v2026.01-rc2; use mainline ATF; bootorder; fancy u-boot
...
- boot order: SD -> NVMe -> eMMC -> USB -> PXE
- enable compression, EFI stuff, BTRFS, LED support
- this is large bump from a custom-Kwiboo 24.04 to 26.01
- upstream has handled the whole fusb302 acrobatics for PD
2025-11-20 19:39:30 +01:00
Jonas Wood
1e3b174736
ti: configs: boards: Add BOOT_SOC variable
...
Signed-off-by: Jonas Wood <jw@ti.com>
2025-11-19 22:19:34 +01:00
Jonas Wood
9e2309a943
ti: configs: boards: Add AM62L EVM (tmds62levm) board support
...
Signed-off-by: Jonas Wood <jw@ti.com>
2025-11-19 22:19:34 +01:00
Mecid
42cd31fec4
Rock5B-Plus and Rock5T: Use upstream u-boot ( #8918 )
2025-11-19 09:08:54 +01:00
Igor Pecovnik
39d6bc8148
Powere management - make it conditional, enable on UEFI targets, else disabled
2025-11-18 12:01:25 +01:00
Igor Velkov
ed12d2ce0b
Add watchdog package into image, hardware watchdog works
2025-11-17 20:24:25 +01:00
Igor Velkov
da5df3b00a
Allow Helios64 to do separate /boot partition only if root placed
...
on fs than unbootable for device
2025-11-17 20:24:25 +01:00
retro98boy
bda8e76be6
Move gxlimg to board level and some clean
2025-11-17 20:23:31 +01:00
Ricardo Pardini
84af8344a2
nanopct6(-lts): u-boot: bump to v2026.01-rc2
2025-11-17 20:22:13 +01:00
Ricardo Pardini
98cb83e5e3
odroidhc4: u-boot: bump to v2026.01-rc2
2025-11-17 20:22:01 +01:00
Ricardo Pardini
626cd5bb12
cm3588-nas: u-boot: bump to v2026.01-rc2, enable BTRFS support
2025-11-17 20:21:50 +01:00
Ricardo Pardini
d6a9273107
cm3588-nas: u-boot: fix led-1 to green for preboot blinking
2025-11-17 20:21:50 +01:00
Ricardo Pardini
d9a0bb9e69
khadas-vim3l: u-boot: bump to v2026.01-rc2, enable BTRFS and more
...
- boot order: SD -> NVMe -> USB -> eMMC -> PXE
- NVMe must come before USB, as initting USB kills NVMe
2025-11-17 20:21:39 +01:00
Ricardo Pardini
431a5987b0
nanopi-r6c: u-boot: bump to v2026.01-rc2; enable BTRFS support
2025-11-17 20:21:29 +01:00
Andrei Aldea
66f6d7e2de
BeagleBoard and Description Updates
2025-11-17 08:58:36 +01:00
Jonas Wood
7e4ba322ec
ti: configs: family: k3: Add upstream edge branch
...
Signed-off-by: Jonas Wood <jw@ti.com>
2025-11-17 08:58:36 +01:00
Jonas Wood
f2b431d286
ti: configs: family: k3: Change current/edge to vendor/vendor-edge
...
Signed-off-by: Jonas Wood <jw@ti.com>
2025-11-17 08:58:36 +01:00
Muhammed Efe Cetin
ddc2591743
nanopi-m6: drop vendor uboot
2025-11-16 20:28:18 +01:00
Muhammed Efe Cetin
95aa4a8bac
nanopi-r6s: remove old legacy uboot files && update mainline uboot
2025-11-16 20:27:24 +01:00
SuperKali
f252a17297
rockchip: rk3576: Fix serial console to use UART0 (ttyS0) ( #8936 )
...
- Change debug console from ttyS2 to ttyS0
- Remove SERIALCON from board configs
- Set console based on BOOT_SOC
- Enable UART0 in device tree for nanopi-r76s
2025-11-15 18:33:52 +01:00
Muhammed Efe Cetin
e5b845f943
orangepi5: drop vendor uboot
2025-11-15 10:23:03 +01:00
Werner
05303e8474
maint: cleanup board config files ( #8929 )
...
* cleanup comments, linebreaks...
* two more comments
* `BOOTFS_TYPE` has never been set as far as I can see, therefore no need to unset.
* some more comments...
* comment, simplify logic
* even more comments
* just a few more
* comments, description for elish
* merge uboot functions. @SuperKali review
2025-11-13 08:46:16 +01:00
Alban Browaeys
0e52814608
Helios64: workaround fancontrol /dev restriction vs Helios64 udev /dev symlinks
...
Debian fancontrol service PrivateDevices=yes default prevents access
to these /dev symlinks.
2025-11-13 08:45:21 +01:00
Igor Velkov
95f2508745
Add type of bootable fs for ODroid-N2
2025-11-13 08:45:08 +01:00
Andrew Davis
f5c4849475
k3-beagle: Add config for BeagleBoard.org Linux and U-Boot
...
Instead of using the TI k3.conf and overriding configuration, add a new
config for BeagleBoard.org Linux and U-Boot and use it for the boards
that use that Linux/U-Boot.
Signed-off-by: Andrew Davis <afd@ti.com>
2025-11-11 22:46:36 +01:00
Andrew Davis
3e636373f5
beagley-ai: Switch current branch to 6.12 Beagle kernel
...
The latest Beagle kernel has some support now for the BeagleY-AI, update
the current branch to this version. This also allows us to re-use the
default linux-k3-beagle-current.conf as our LINUXCONFIG. This was set
to re-use the TI kernel before which was incorrect.
As BOOTPATCHDIR is based on LINUXFAMILY we should also keep our Beagle
U-Boot versions in sync, the latest Beagle U-Boot for pocketbeagle2
supports BeagleY-AI also, so switch to that.
Signed-off-by: Andrew Davis <afd@ti.com>
2025-11-11 22:46:36 +01:00
Andrew Davis
3a0247ff94
pocketbeagle2: Update current(-rt) kernel branch
...
Update to the latest Beagle Linux kernel branch and
update configs for the same.
Signed-off-by: Andrew Davis <afd@ti.com>
2025-11-11 22:46:36 +01:00
Andrew Davis
44ea6ec494
pocketbeagle2: Remove edge branch
...
The "current" and "edge" branches point to the same kernel and u-boot.
No need to have both so just remove "edge" as it was not any more
up-to-date than the standard "current" branch.
Signed-off-by: Andrew Davis <afd@ti.com>
2025-11-11 22:46:36 +01:00
igorpecovnik
6076215a7a
Automatic board configs status synchronise
2025-11-08 21:10:20 +01:00
Austin Lane
934dbb6575
rockchip: Add CSC board Luckfox Pico Pro / Pico Max
2025-11-08 20:47:55 +01:00
Coia Prant
2b4e8740de
rockchip: x3568 v4: enable netdev trigger by default for phy leds
...
Enable netdev trigger by default that used for phy leds.
2025-11-08 20:47:38 +01:00
Austin Lane
dfe371a0ae
family: rockchip: add rv1103/rv1106 + first board
...
- Adds support for "RV1106" family (RV1103 + RV1106)
- Adds support for Luckfox Pico Mini (RV1103)
2025-11-07 21:02:41 +01:00
Ricardo Pardini
171f69fa2f
odroidhc4: u-boot: bump to v2025.10; enable BTRFS support
2025-11-07 18:30:18 +01:00
EvilOlaf
3e3d725da4
shift stuff around, enhance description
2025-11-06 00:25:23 +01:00
EvilOlaf
bc3e13ca82
make it nicer, remove unneeded stuff, enable current test target
2025-11-06 00:25:23 +01:00
EvilOlaf
35b9c5360c
abandon vendor uboot
2025-11-06 00:25:23 +01:00
Igor
81ad50f257
Revitalize Espressobin - fix atf compilation bug, bump kernels ( #8873 )
...
* Revitalize Espressobin - fix atf compilation bug, bump kernels
* Drop forced systemd networking as this is now anyway in minimal by default
2025-11-06 00:19:49 +01:00
Austin Lane
a14a9d1709
rockchip: Add CSC board Luckfox Lyra Plus
2025-11-06 00:17:13 +01:00
Austin Lane
c41bc8764b
rockchip: Add CSC board Luckfox Lyra Ultra W
2025-11-06 00:16:39 +01:00
Coia Prant
05511627a6
rockchip: add 9tripod x3568 v4 support ( #8823 )
2025-11-05 11:06:38 +08:00
Igor Pecovnik
2c23325fb7
Move kernel config changes from board to kernel config
2025-11-02 22:18:32 +01:00
Jojo-A
de1f49f241
Add support for Hardkernel ODROID M1S
...
Initial support for ODROID M1S
Tested with Debian Bookworm and Noble Cinnamon and Noble GNOME desktop
environment.
See: https://forum.armbian.com/topic/33242-odroid-m1s-image-planned/
- few fixes, rebase
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
Co-authored-by: Ricardo Pardini <ricardo@pardini.net>
2025-11-02 18:12:32 +01:00
Ricardo Pardini
61edafa79d
nanopct6(-lts): u-boot: enable BTRFS support
...
- CMD_BTRFS implies FS_BTRFS
2025-11-02 18:09:52 +01:00
Ricardo Pardini
1d8b3865ee
odroidm1: u-boot: bump to 2025.10; enable BTRFS support
2025-11-02 18:09:42 +01:00
Kamil Saigol
d30e2cf97a
radxa e54c board config: extension from .conf to .csc
2025-11-01 07:54:02 +01:00
Kamil Saigol
8cfee8cbe8
radxa e54c board config: enable system and network leds
2025-11-01 07:54:02 +01:00
Kamil Saigol
399513dec4
radxa-e54c board config: enable realtek distributed switch
2025-11-01 07:54:02 +01:00