diff options
author | aymeric <aymeric@pkgsrc.org> | 2018-10-14 19:25:31 +0000 |
---|---|---|
committer | aymeric <aymeric@pkgsrc.org> | 2018-10-14 19:25:31 +0000 |
commit | 9284fb2ede4f7b15fe8855f1149cacd2d7b1a2dd (patch) | |
tree | 4c22b63a7523d4490391551c0d0dc73c1d3ed359 /sysutils | |
parent | 68246bb92a7a6c24d1decaed091242013b501d4f (diff) | |
download | pkgsrc-9284fb2ede4f7b15fe8855f1149cacd2d7b1a2dd.tar.gz |
Add Altera DE0 NanoSoC u-boot
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-de0-nanosoc/DESCR | 5 | ||||
-rw-r--r-- | sysutils/u-boot-de0-nanosoc/Makefile | 7 | ||||
-rw-r--r-- | sysutils/u-boot-de0-nanosoc/PLIST | 2 |
3 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/u-boot-de0-nanosoc/DESCR b/sysutils/u-boot-de0-nanosoc/DESCR new file mode 100644 index 00000000000..2781a933683 --- /dev/null +++ b/sysutils/u-boot-de0-nanosoc/DESCR @@ -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 Altera DE0 Nano-SoC. diff --git a/sysutils/u-boot-de0-nanosoc/Makefile b/sysutils/u-boot-de0-nanosoc/Makefile new file mode 100644 index 00000000000..effedec1657 --- /dev/null +++ b/sysutils/u-boot-de0-nanosoc/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2018/10/14 19:25:31 aymeric Exp $ + +UBOOT_TARGET= de0-nanosoc +UBOOT_CONFIG= socfpga_de0_nano_soc_defconfig +UBOOT_BIN= u-boot-with-spl.sfp + +.include "../../sysutils/u-boot/u-boot-arm.mk" diff --git a/sysutils/u-boot-de0-nanosoc/PLIST b/sysutils/u-boot-de0-nanosoc/PLIST new file mode 100644 index 00000000000..f892a7738db --- /dev/null +++ b/sysutils/u-boot-de0-nanosoc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/10/14 19:25:31 aymeric Exp $ +share/u-boot/de0-nanosoc/u-boot-with-spl.sfp |