summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2022-11-03 10:55:48 +0000
committerjmcneill <jmcneill@pkgsrc.org>2022-11-03 10:55:48 +0000
commitd138ca5047dff6a96dc5ddd48da2372e77cd69e0 (patch)
tree256b8f9ef626a5b7741b0aefb8bb86005406ca8c /sysutils
parent86fea73e4fa28baeca727683b7c7d838f4542468 (diff)
downloadpkgsrc-d138ca5047dff6a96dc5ddd48da2372e77cd69e0.tar.gz
Add patches for U-Boot 2022.10
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot/distinfo-2022.106
-rw-r--r--sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl13
2 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/u-boot/distinfo-2022.10 b/sysutils/u-boot/distinfo-2022.10
new file mode 100644
index 00000000000..a42ae18dcc4
--- /dev/null
+++ b/sysutils/u-boot/distinfo-2022.10
@@ -0,0 +1,6 @@
+$NetBSD: distinfo-2022.10,v 1.1 2022/11/03 10:55:48 jmcneill Exp $
+
+BLAKE2s (u-boot-2022.10.tar.bz2) = 6aa706dd5fa967d9a0d4aff72b3dfc717760035af5c8d9eb8e96b849d651329b
+SHA512 (u-boot-2022.10.tar.bz2) = 95bc1f915a3349f6045e59f46d8514485ca0de1d62303f7026b8e59f3ac539b9545895e0dd736ed7b26f28239db31672ecad2accc3fd99356a55269697039147
+Size (u-boot-2022.10.tar.bz2) = 18365430 bytes
+SHA1 (patch-scripts_Makefile.spl) = 4b92e1e83e09105a57af9b6d7520abfd46b04b17
diff --git a/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl b/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl
new file mode 100644
index 00000000000..282c369706f
--- /dev/null
+++ b/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl
@@ -0,0 +1,13 @@
+$NetBSD: patch-scripts_Makefile.spl,v 1.1 2022/11/03 10:55:49 jmcneill Exp $
+
+--- scripts/Makefile.spl.orig 2022-10-03 19:25:32.000000000 +0000
++++ scripts/Makefile.spl
+@@ -245,7 +245,7 @@ MKIMAGEFLAGS_boot.bin = -T zynqmpimage -
+ endif
+
+ $(obj)/$(SPL_BIN)-align.bin: $(obj)/$(SPL_BIN).bin
+- @dd if=$< of=$@ conv=block,sync bs=4 2>/dev/null;
++ @dd if=$< of=$@ conv=sync bs=4 2>/dev/null;
+
+ spl/boot.bin: $(obj)/$(SPL_BIN)-align.bin FORCE
+ $(call if_changed,mkimage)