summaryrefslogtreecommitdiff
path: root/sysutils/u-boot
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2021-06-25 08:47:32 +0000
committermrg <mrg@pkgsrc.org>2021-06-25 08:47:32 +0000
commitb15338919bab635a2604b52f921c25a595226386 (patch)
treeef4d73d158c02a759c30078a9943c81b72ca9081 /sysutils/u-boot
parentcce6db9357ae8980c088010423c58aa5a23a76b9 (diff)
downloadpkgsrc-b15338919bab635a2604b52f921c25a595226386.tar.gz
catch up u-boot-pinephone with uboot infrastructure changes.
move distinfo and patches where they belong.
Diffstat (limited to 'sysutils/u-boot')
-rw-r--r--sysutils/u-boot/distinfo-2021.01-rc37
-rw-r--r--sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c13
2 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/u-boot/distinfo-2021.01-rc3 b/sysutils/u-boot/distinfo-2021.01-rc3
new file mode 100644
index 00000000000..bbcde99b930
--- /dev/null
+++ b/sysutils/u-boot/distinfo-2021.01-rc3
@@ -0,0 +1,7 @@
+$NetBSD: distinfo-2021.01-rc3,v 1.1 2021/06/25 08:47:32 mrg Exp $
+
+SHA1 (u-boot-2021.01-rc3.tar.bz2) = be748544928dec0117608cdbf067da2ec9fa2dce
+RMD160 (u-boot-2021.01-rc3.tar.bz2) = ce12dd23023829fe671a502e4cbaf5fd8cf34097
+SHA512 (u-boot-2021.01-rc3.tar.bz2) = 4c88bbdeb1e39e52bb069c4bf65c9829290a51da9a21de8e60d50b62c74ae98a35d22a235fdc0a86467aedc34f85dff5d63b874af247323d0d5bdcb2e82cd4a3
+Size (u-boot-2021.01-rc3.tar.bz2) = 16363623 bytes
+SHA1 (patch-lib_bch.c) = 01a1704adfb60fd3a7e72eaf6396c86d63a4d450
diff --git a/sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c b/sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c
new file mode 100644
index 00000000000..69adefc1c49
--- /dev/null
+++ b/sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_bch.c,v 1.1 2021/06/25 08:47:32 mrg Exp $
+
+--- lib/bch.c.orig 2020-02-28 06:52:51.000000000 +0000
++++ lib/bch.c
+@@ -62,7 +62,7 @@
+ #include <linux/bitops.h>
+ #else
+ #include <errno.h>
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ #include <sys/endian.h>
+ #elif defined(__APPLE__)
+ #include <machine/endian.h>