Skip to content

Commit

Permalink
sysutils/u-boot-rpi*: Fix sd boot after v2023.10 update
Browse files Browse the repository at this point in the history
U-Boot update broke sd boot for rpi* models, use upstream patch that fixes it.

PR:		275655
Sponsored by:	Beckhoff Automation GmbH & Co.KG
  • Loading branch information
evadot committed Dec 10, 2023
1 parent a7e4468 commit 8b9b8aa
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sysutils/u-boot-master/distinfo
@@ -1,4 +1,4 @@
TIMESTAMP = 1702140241
TIMESTAMP = 1702197339
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 @@ -21,3 +21,5 @@ SHA256 (u-boot/1810053/raw) = b67fc8833e226a1a6279a098554f43465170805ce8db5a4074
SIZE (u-boot/1810053/raw) = 1062
SHA256 (u-boot/1810054/raw) = 21418aecaa879caaceaa6acdc07869f5407253bb4fa82044a9771a5222eb5958
SIZE (u-boot/1810054/raw) = 468
SHA256 (u-boot/1838641/raw) = 953924a8e1df590f64931a3a4b9b55422f2a2f97cd51a42d5caef2c5bb565c4f
SIZE (u-boot/1838641/raw) = 2523
4 changes: 4 additions & 0 deletions sysutils/u-boot-rpi-0-w/Makefile
@@ -1,5 +1,9 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

U_BOOT_SLAVE_PORTREVISION_2023.10= 1

PATCHFILES+= 1838641/raw

MODEL= rpi-0-w
BOARD_CONFIG= rpi_0_w_defconfig
FAMILY= rpi
Expand Down
3 changes: 3 additions & 0 deletions sysutils/u-boot-rpi-arm64/Makefile
@@ -1,6 +1,9 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

U_BOOT_SLAVE_PORTREVISION_2023.10= 1

EXTRA_PATCHES= ${.CURDIR}/files/
PATCHFILES+= 1838641/raw

MODEL= rpi-arm64
BOARD_CONFIG= rpi_arm64_defconfig
Expand Down
4 changes: 4 additions & 0 deletions sysutils/u-boot-rpi/Makefile
@@ -1,7 +1,11 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

U_BOOT_SLAVE_PORTREVISION_2023.10= 1

WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi

PATCHFILES+= 1838641/raw

MODEL= rpi
BOARD_CONFIG= rpi_defconfig
FAMILY= rpi
Expand Down
4 changes: 4 additions & 0 deletions sysutils/u-boot-rpi2/Makefile
@@ -1,7 +1,11 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

U_BOOT_SLAVE_PORTREVISION_2023.10= 1

WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi

PATCHFILES+= 1838641/raw

MODEL= rpi2
BOARD_CONFIG= rpi_2_defconfig
FAMILY= rpi
Expand Down
3 changes: 3 additions & 0 deletions sysutils/u-boot-rpi3/Makefile
@@ -1,6 +1,9 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

U_BOOT_SLAVE_PORTREVISION_2023.10= 1

EXTRA_PATCHES?= ${.CURDIR}/files/
PATCHFILES+= 1838641/raw

MODEL?= rpi3
BOARD_CONFIG?= rpi_3_defconfig
Expand Down
3 changes: 3 additions & 0 deletions sysutils/u-boot-rpi4/Makefile
@@ -1,6 +1,9 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

U_BOOT_SLAVE_PORTREVISION_2023.10= 1

EXTRA_PATCHES= ${.CURDIR}/files/
PATCHFILES+= 1838641/raw

MODEL= rpi4
BOARD_CONFIG= rpi_4_defconfig
Expand Down

0 comments on commit 8b9b8aa

Please sign in to comment.