Skip to content

Commit

Permalink
sysutils/u-boot-rockpro64: Unbreak after the update to v2023.10
Browse files Browse the repository at this point in the history
We need this series: http://patchwork.ozlabs.org/project/uboot/list/?series=364753&state=*
Otherwise sd boot or emmc boot won't work (and probably more).

Sponsored by:	Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Dec 9, 2023
1 parent 28b9ca2 commit d355a16
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sysutils/u-boot-master/distinfo
@@ -1,4 +1,4 @@
TIMESTAMP = 1702053359
TIMESTAMP = 1702140241
SHA256 (u-boot/u-boot-2023.10.tar.bz2) = e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900
SIZE (u-boot/u-boot-2023.10.tar.bz2) = 19645392
SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7
Expand All @@ -11,3 +11,13 @@ SHA256 (u-boot/1172555/raw) = 09d17a62fb6bc7c7ab73bfc7061fc5da2b5a32e7deb098c9f7
SIZE (u-boot/1172555/raw) = 568
SHA256 (u-boot/1665960/raw) = adcd5f5fb5be8e541a32815bf0070cea0a45706aed2d1bf571510b9eaf2ab532
SIZE (u-boot/1665960/raw) = 923
SHA256 (u-boot/1810050/raw) = b3f2394f4147ff379903b0d9386d7114fe05669500754eae8f771553f59a8f05
SIZE (u-boot/1810050/raw) = 1196
SHA256 (u-boot/1810051/raw) = 4cf7de022b896d1c83c26b001e20a389c3ea80b4f494767cc76925f47f77309b
SIZE (u-boot/1810051/raw) = 1179
SHA256 (u-boot/1810052/raw) = cf302f253a285c1eb3100e5caf30fcce813981eabb318d277ed6b34bc472e26f
SIZE (u-boot/1810052/raw) = 973
SHA256 (u-boot/1810053/raw) = b67fc8833e226a1a6279a098554f43465170805ce8db5a4074e4322c733dfc8e
SIZE (u-boot/1810053/raw) = 1062
SHA256 (u-boot/1810054/raw) = 21418aecaa879caaceaa6acdc07869f5407253bb4fa82044a9771a5222eb5958
SIZE (u-boot/1810054/raw) = 468
7 changes: 7 additions & 0 deletions sysutils/u-boot-rockpro64/Makefile
@@ -1,6 +1,13 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

U_BOOT_SLAVE_PORTREVISION_2023.10= 1

EXTRA_PATCHES= ${.CURDIR}/files/
PATCHFILES+= 1810050/raw \
1810051/raw \
1810052/raw \
1810053/raw \
1810054/raw

MODEL= rockpro64
BOARD_CONFIG= rockpro64-rk3399_defconfig
Expand Down

0 comments on commit d355a16

Please sign in to comment.