pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-hifive-unleashed



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Feb  4 02:22:27 UTC 2025

Added Files:
        pkgsrc/sysutils/u-boot-hifive-unleashed: DESCR Makefile PLIST

Log Message:
u-boot-hifive-unleashed: add new package

This package provides U-Boot for the SiFive HiFive Unleashed board.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-hifive-unleashed/DESCR \
    pkgsrc/sysutils/u-boot-hifive-unleashed/Makefile \
    pkgsrc/sysutils/u-boot-hifive-unleashed/PLIST

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

Added files:

Index: pkgsrc/sysutils/u-boot-hifive-unleashed/DESCR
diff -u /dev/null pkgsrc/sysutils/u-boot-hifive-unleashed/DESCR:1.1
--- /dev/null   Tue Feb  4 02:22:27 2025
+++ pkgsrc/sysutils/u-boot-hifive-unleashed/DESCR       Tue Feb  4 02:22:27 2025
@@ -0,0 +1,5 @@
+U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
+several other processors, which can be installed in a boot ROM and used to
+initialize and test the hardware or to download and run application code.
+
+This package provides U-Boot for the SiFive HiFive Unleashed board.
Index: pkgsrc/sysutils/u-boot-hifive-unleashed/Makefile
diff -u /dev/null pkgsrc/sysutils/u-boot-hifive-unleashed/Makefile:1.1
--- /dev/null   Tue Feb  4 02:22:27 2025
+++ pkgsrc/sysutils/u-boot-hifive-unleashed/Makefile    Tue Feb  4 02:22:27 2025
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2025/02/04 02:22:27 gutteridge Exp $
+
+UBOOT_TARGET=  hifive-unleashed
+UBOOT_VERSION= 2024.04
+UBOOT_CONFIG=  sifive_unleashed_defconfig
+UBOOT_BIN=     spl/u-boot-spl.bin u-boot.itb
+
+post-extract:
+       ${CP} ${PREFIX}/share/opensbi/hifive-unleashed/fw_dynamic.bin ${WRKSRC}
+
+MAKE_ENV+=     OPENSBI=${WRKSRC}/fw_dynamic.bin
+
+.include "../../sysutils/opensbi-hifive-unleashed/buildlink3.mk"
+.include "../../sysutils/u-boot/u-boot-riscv64.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/u-boot-hifive-unleashed/PLIST
diff -u /dev/null pkgsrc/sysutils/u-boot-hifive-unleashed/PLIST:1.1
--- /dev/null   Tue Feb  4 02:22:27 2025
+++ pkgsrc/sysutils/u-boot-hifive-unleashed/PLIST       Tue Feb  4 02:22:27 2025
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/04 02:22:27 gutteridge Exp $
+share/u-boot/hifive-unleashed/u-boot-spl.bin
+share/u-boot/hifive-unleashed/u-boot.itb



Home | Main Index | Thread Index | Old Index