pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/u-boot-sopine-baseboard



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Sat Apr 18 19:55:24 UTC 2026

Modified Files:
        pkgsrc/sysutils/u-boot-sopine-baseboard: Makefile

Log Message:
u-boot-sopine-baseboard: update to U-Boot v2024.10


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/u-boot-sopine-baseboard/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot-sopine-baseboard/Makefile
diff -u pkgsrc/sysutils/u-boot-sopine-baseboard/Makefile:1.8 pkgsrc/sysutils/u-boot-sopine-baseboard/Makefile:1.9
--- pkgsrc/sysutils/u-boot-sopine-baseboard/Makefile:1.8        Thu Aug 12 07:30:23 2021
+++ pkgsrc/sysutils/u-boot-sopine-baseboard/Makefile    Sat Apr 18 19:55:24 2026
@@ -1,29 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2021/08/12 07:30:23 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/18 19:55:24 jmcneill Exp $
 
 UBOOT_TARGET=          sopine-baseboard
 UBOOT_CONFIG=          sopine_baseboard_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
-UBOOT_ENV+=            DEVICE_TREE=sun50i-a64-sopine-baseboard
+UBOOT_ENV+=            BL31=${PREFIX}/share/arm-trusted-firmware/sun50i_a64/bl31.bin
+UBOOT_VERSION=         2024.10
+UBOOT_OPTIONS+=                CONFIG_TOOLS_MKEFICAPSULE=n
 
 UBOOT_INSTALLBOOT_PLIST=       installboot.plist
 
-PKGREVISION=           5
-
-# Switch to EL1 before booting kernel (required for 32-bit support)
-PKG_DEFAULT_OPTIONS+=  el1
-
-post-extract:
-       ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i_a64/bl31.bin ${WRKSRC}
-       ${CP} ${WRKSRC}/arch/arm/dts/sun50i-a64-pine64-plus.dts \
-           ${WRKSRC}/arch/arm/dts/sun50i-a64-sopine-baseboard.dts
-       ${CAT} ${WRKSRC}/configs/${UBOOT_CONFIG} | \
-           ${SED} "s/sun50i-a64-pine64-plus/sun50i-a64-sopine-baseboard/" \
-           > ${WRKSRC}/configs/${UBOOT_CONFIG}.tmp && \
-           ${MV} ${WRKSRC}/configs/${UBOOT_CONFIG}.tmp ${WRKSRC}/configs/${UBOOT_CONFIG}
-
-post-build:
-       ${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin
-
 .include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
 .include "../../sysutils/u-boot/u-boot-arm64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index