EvilOlaf
7529927844
odroidxu4: fix uboot compilation for Noble hosts
2025-05-10 11:00:55 +02:00
amazingfate
9ff15f7896
hinlink-h88k: enable uboot serial log
2025-05-08 17:57:14 +08:00
mr-toolcraft
66c57bd6c9
orangepi-5-max: move edge to mainline u-boot
2025-04-30 09:13:56 +02:00
Seele Volleri a.k.a. 33335
e7e55d54cc
firefly-itx-3588j: fix optee refuse boot by using rock-5b-defconfig
2025-04-29 00:26:23 +02:00
Igor Pecovnik
161ac1b4ee
Upgrade Cherryba-m1 to latest u-boot, move patch to new folder
2025-04-27 23:17:28 +02:00
Ricardo Pardini
a4b1eddf94
khadas-vim3: u-boot: bump to 2025.04-rc5; boot SD first; enable setexpr; patch 2025.04 for fileenv; enable squashfs support
...
- **CHANGE**: This version tries to boot SD first (thus SD -> USB -> NVMe -> eMMC); before it would boot USB before SD
- as Armbian u-boot is possibly deployed to SPI, try to make as compatible as possible; eg enable squashfs support
- enable `setexpr` and `fileenv`, used by HAOS
- HAOS already has support for booting VIM3 from NVMe: https://github.com/home-assistant/operating-system/pull/3784
- borrowed `fileenv` patch from v2025.01 to .04
- Similar treatment that `odroidm1` got in https://github.com/armbian/build/pull/7769
- note: I will be leaving my VIM3 behind in the other side of the globe, so this is my last chance to test
2025-04-25 19:51:38 +02:00
The-going
a73e79a73f
u-boot: v2025-sunxi: switching to v2025.04
...
- Fix dram, mmc for h616.
- The prefix is missing if we use OF_UPSTREAM
- upstream: arm64: sun50i-h616: sync with sunxi-6.12 kernel
- upstream: arm64: Add sun50i-h618-bananapi-m4-berry.dts
2025-04-16 23:32:36 +02:00
青菜萝 卜冬瓜
88ab0c5ad0
station-p2: bump u-boot to 2025.04 ( #8081 )
2025-04-14 09:39:53 +08:00
chainsx
692b1363d6
sakurapi-rk3308b:bump u-boot to 2025.04
2025-04-13 09:10:53 +02:00
Werner
4d66a92623
nanopi-r3s remove mainlined patch
2025-04-12 20:08:02 +02:00
Ricardo Pardini
477ef8e5c6
odroidm2: rewrite patch 001-odroid-m2-fix-for-ethernet.patch, no actual changes (against -rc4)
...
- Fixes: 896a8090c1 (PR https://github.com/armbian/build/pull/7981 )
2025-03-31 21:36:58 +02:00
Ricardo Pardini
e0ef86c777
odroidm2: use standard v2025.04 (drop -rc4) from u-boot patch folder name
...
- Fixes: 896a8090c1 (PR https://github.com/armbian/build/pull/7981 )
2025-03-31 21:36:58 +02:00
retro98boy
b169370888
add SMART AM40 support
2025-03-26 10:06:03 +01:00
Milivoje Legenovic
896a8090c1
Fix for ethernet warnings in dmesg output
2025-03-22 13:46:35 +01:00
Ian Goodacre
f2378ad85e
Add support for NanoPi R2S Plus
2025-03-19 10:20:50 +01:00
Paolo
96defadfd0
rockchip: bump tinkerboard and xt-q8l-v10 u-boot to v2025.01 ( #7967 )
2025-03-19 10:20:22 +01:00
Paolo Sabatino
15b33de5b6
rockchip64: bump orangepi4 lts uboot to v2025.01
2025-03-17 20:48:00 +01:00
Patrick Yavitz
2ccb87d387
sunxi: mmc: Improve reset procedure
...
Cards should always be reset and threshold set. This fixes eMMC on H616.
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-03-17 13:25:18 -04:00
Thorsten Maerz
3b99e385f2
mksklipad50: uboot2025: enable usb for serial access
2025-03-12 15:37:37 +01:00
Thorsten Maerz
e6b034384c
mksklipad50: uboot2025: fix usb dwc2-otg/dwc3-host compile
...
RK3328 board with dwc2-otg and dwc3-host run into
"multiple definition of 'dm_usb_gadget_handle_interrupts'"
See https://lore.kernel.org/u-boot/7805b8d0-fb7c-41d5-8d74-f85dfd40233a@kwiboo.se/
2025-03-12 15:37:37 +01:00
Thorsten Maerz
d34d7bf412
mksklipad50: uboot2025: generate trust.ini (bl31.elf)
2025-03-12 15:37:37 +01:00
Thorsten Maerz
9e3c0d4e0c
mksklipad50: switch to uboot v2025.01
...
Fixes loading initramfs into EFI memory region, leading to
errors "efi_free_pool: illegal free".
Which may be the cause for these bootloops:
https://github.com/armbian/build/pull/7883#issuecomment-2694110296
See also:
https://lore.kernel.org/all/d3f3fc7f-b29a-4503-9fe0-97468bbe1f71@gmx.de/
2025-03-12 15:37:37 +01:00
Thorsten Maerz
e6ed66f1da
mksklipad50: devicetree cleanups
2025-03-12 15:37:37 +01:00
Paolo Sabatino
fad71e1962
fix stable mac address for rk3318-box
2025-03-09 09:31:23 +01:00
Werner
fe49bf5e94
RESEND - Add initial support for Orangepi 5 Ultra ( #7902 )
...
* Create rk3588-orangepi-5-ultra.dts
* Create orangepi5-ultra.csc
* fixups
* add notes
* fix u-boot compilation
* Update to v7 patch series
https://patchwork.kernel.org/project/linux-arm-kernel/cover/20250222193332.1761-1-honyuenkwun@gmail.com/
* Update rk3588-orangepi-5-ultra.dts
While I don't fully understand either the `kernel-dtb` command nor the dt syntax itself for some reason the `nophandles` version stripped more than actually phandles. Lets see what happens this way.
* Delete patch/kernel/integrate-6.15/0001-tools-Makefile-remove-pci-target.patch
* disable OPTEE
c81f89ca90
2025-03-08 20:10:34 +01:00
Nicolas Pereira
0b124433ca
rockchip64-edge: add support for yy3568
2025-03-07 19:33:58 +01:00
Paolo Sabatino
534ff27e35
rockchip/64: bump rk322x-box and rk3318-box to u-boot v2025.01
2025-03-03 12:56:25 +01:00
Paolo Sabatino
d6d5bc19cb
bump orangepi4 LTS u-boot to v2024.10
2025-02-28 08:20:14 +01:00
The-going
d25a12e782
u-boot: v2025.01: Add bananapi-m4-berry support
2025-02-23 09:56:20 +01:00
Ricardo Pardini
89a16b82f5
odroidm1: u-boot: enable setexpr; patch 2025.01 for fileenv; enable squashfs support
...
- as Armbian u-boot is possibly deployed to SPI (replacing Petitboot),
try to make as compatible as possible; eg enable squashfs support
- in this case, `setexpr` and `fileenv` are used by HAOS
- found `fileenv` here 049e1a1949
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2025-02-20 07:00:43 +01:00
Patrick Yavitz
f6256b8715
BananaPi BPI-F3: Update u-boot k1-x.env file
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-02-16 13:04:47 -05:00
amazingfate
65faeba83e
Revert "fxblox-rk1: add missing patch for latest radxa uboot"
...
This reverts commit 6ecc0b7e22 .
2025-02-11 17:16:36 +01:00
amazingfate
6ecc0b7e22
fxblox-rk1: add missing patch for latest radxa uboot
2025-02-11 07:45:09 +01:00
amazingfate
06852a04a5
retro-lite-cm5: fix for latest radxa uboot
2025-02-11 07:45:09 +01:00
amazingfate
d9b7000ea5
armsom-sige5: add pd negotiation support to uboot
2025-02-10 20:18:21 +01:00
amazingfate
83e5675fb4
rk3576: remove unnecessary BL32 from uboot
2025-02-10 20:18:21 +01:00
amazingfate
c81f89ca90
u-boot-radxa-rk35xx: disable optee
...
Follow change from radxa 738cda44532c324e07296c95751e3083fa95f282.
Change with command:
sed -i "/CONFIG_OPTEE/d" patch/u-boot/legacy/u-boot-radxa-rk35xx/defconfig/*
2025-02-10 20:18:21 +01:00
amazingfate
5402492796
merge u-boot-armsom-rk3576 to u-boot-radxa-rk35xx
2025-02-10 20:18:21 +01:00
Martin Schmiedel
9f8f9f51ba
IMX8: update patches to fix upstream changes
...
- while at it rewrite-uboot-patches
Signed-off-by: Martin Schmiedel <Martin.Schmiedel@tq-group.com>
2025-02-10 20:16:48 +01:00
Arend-Jan van Hilten
2f1fa5f40f
Fix orangepi 3b audio jack download 'button' ( #7794 )
2025-02-08 23:11:35 +01:00
Patrick Yavitz
ca333b28c1
Amper Gateway AM-GZ80x: Delete old u-boot patches
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-02-06 11:36:34 -05:00
Patrick Yavitz
68e822d132
Amper Gateway AM-GZ80x: Update u-boot to v2025.01
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-02-06 11:36:34 -05:00
Patrick Yavitz
e54bcc45be
BananaPi CM4/M2S: Delete old u-boot patches
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-02-06 09:06:19 -05:00
Patrick Yavitz
a835a5206c
BananaPi CM4/M2S: Update u-boot to v2025.01
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-02-06 09:06:19 -05:00
EvilOlaf
acea78f5dc
nanopi-r3s: bump edge u-boot to 2025.01
...
add support for `current`
2025-02-03 16:18:19 +01:00
Thorsten Maerz
0681dd2a0f
change blue/user LED trigger from 'mmc1' to 'activity'
...
(mmc1 did not show any activity)
2025-02-03 16:17:54 +01:00
Thorsten Maerz
fa1168cc96
rename LEDs to reflect their actual colour
2025-02-03 16:17:54 +01:00
Thorsten Maerz
ef8349799f
disable unusable v4l2 devices
...
Removes /dev/video[012] and /dev/media[01]
2025-02-03 16:17:54 +01:00
Thorsten Maerz
12ce53a434
disable unusable "end1" network device
...
There are no physical ethernet ports on that board.
2025-02-03 16:17:54 +01:00
Thorsten Maerz
8f2a468eb9
Add new board: MKSKLIPAD50 (based on MKSPI)
...
Contains rewritten dts, based on decompiled dtb from original Klipad50
(as similiar as possible to original).
Kernel defconfig taken from MKSPI (replaced "mkspi" with "mksklipad50")
2025-02-03 16:17:54 +01:00