> Date: Mon, 12 Jan 2026 12:21:39 +0100 > From: Theo Buehler <[email protected]> > > I think the rock960-rk3399 idbloader.img was accidentally removed when > kettenis split the u-boot-rk3328 port out of the generic u-boot-aarch64: > > https://github.com/openbsd/ports/commit/cafe35f2adcb402a032d15621ed3be582d8f14f7 > > The last two lines in the commit look like an accident to me, so I think > the below diff is correct. > > kettenis@, any objection to stu@ committing the below diff?
Oops yes, that looks like an accident. ok kettenis@ > On Thu, Jan 01, 2026 at 10:12:18PM -0500, Stuart Cassoff wrote: > > diff -Nurp /usr/ports/sysutils/u-boot/aarch64/Makefile ./Makefile > > --- /usr/ports/sysutils/u-boot/aarch64/Makefile Tue Nov 18 11:51:57 2025 > > +++ ./Makefile Thu Jan 1 22:09:39 2026 > > @@ -1,5 +1,5 @@ > > VERSION= 2021.10 > > -REVISION= 12 > > +REVISION= 13 > > > > SOC= aarch64 > > > > diff -Nurp /usr/ports/sysutils/u-boot/aarch64/pkg/PLIST ./pkg/PLIST > > --- /usr/ports/sysutils/u-boot/aarch64/pkg/PLIST Tue Nov 18 11:51:57 2025 > > +++ ./pkg/PLIST Thu Jan 1 22:04:08 2026 > > @@ -66,6 +66,8 @@ share/u-boot/rock-pi-n10-rk3399pro/u-boot-rockchip.bin > > @comment share/u-boot/rock-pi-n10-rk3399pro/u-boot.bin > > @comment share/u-boot/rock-pi-n10-rk3399pro/u-boot.img > > share/u-boot/rock-pi-n10-rk3399pro/u-boot.itb > > +share/u-boot/rock960-rk3399/ > > +share/u-boot/rock960-rk3399/idbloader.img > > @comment share/u-boot/rock960-rk3399/u-boot > > share/u-boot/rock960-rk3399/u-boot-rockchip.bin > > @comment share/u-boot/rock960-rk3399/u-boot-spl.bin > > >
