1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/u-boot-*: Add patch to fix MMC ordering

For FreeBSD we use a dtb overlay that switches between the sdhost and
the sdhci controller for sd card.
Recent changes in u-boot device model changed device numbering and the
sd card controller became "mmc2" for our setup which isn't accounted for
in the possible boot devices.
Patch isn't accepted yet upstream but bring this patch in for our ports anyway.
This commit is contained in:
Emmanuel Vadot 2021-11-09 20:53:07 +01:00
parent 2749ccb4d9
commit 0de03bbf19
7 changed files with 27 additions and 7 deletions

View File

@ -1,4 +1,4 @@
TIMESTAMP = 1625655964 TIMESTAMP = 1636485856
SHA256 (u-boot/u-boot-2021.07.tar.bz2) = 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e SHA256 (u-boot/u-boot-2021.07.tar.bz2) = 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e
SIZE (u-boot/u-boot-2021.07.tar.bz2) = 17275746 SIZE (u-boot/u-boot-2021.07.tar.bz2) = 17275746
SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97
@ -11,3 +11,5 @@ SHA256 (u-boot/1172554/raw) = d1a39d7d6487cfb481392e7ea4f0bf0d209c08e0c3426c29d7
SIZE (u-boot/1172554/raw) = 640 SIZE (u-boot/1172554/raw) = 640
SHA256 (u-boot/1172555/raw) = 09d17a62fb6bc7c7ab73bfc7061fc5da2b5a32e7deb098c9f76aed8ff8991751 SHA256 (u-boot/1172555/raw) = 09d17a62fb6bc7c7ab73bfc7061fc5da2b5a32e7deb098c9f76aed8ff8991751
SIZE (u-boot/1172555/raw) = 568 SIZE (u-boot/1172555/raw) = 568
SHA256 (u-boot/1547145/raw) = 50c6280a5db419597de451be3e89a8660c9f913767af205a4add79a8db6b89ce
SIZE (u-boot/1547145/raw) = 372

View File

@ -1,6 +1,9 @@
MASTERDIR= ${.CURDIR}/../u-boot-master MASTERDIR= ${.CURDIR}/../u-boot-master
PATCHFILES+= 939129/raw U_BOOT_SLAVE_PORTREVISION_2021.07= 1
PATCHFILES+= 939129/raw \
1547145/raw
MODEL= rpi-0-w MODEL= rpi-0-w
BOARD_CONFIG= rpi_0_w_defconfig BOARD_CONFIG= rpi_0_w_defconfig

View File

@ -1,7 +1,10 @@
MASTERDIR= ${.CURDIR}/../u-boot-master MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2021.07= 1
EXTRA_PATCHES= ${.CURDIR}/files/ EXTRA_PATCHES= ${.CURDIR}/files/
PATCHFILES+= 939129/raw PATCHFILES+= 939129/raw \
1547145/raw
MODEL= rpi-arm64 MODEL= rpi-arm64
BOARD_CONFIG= rpi_arm64_defconfig BOARD_CONFIG= rpi_arm64_defconfig

View File

@ -1,6 +1,9 @@
MASTERDIR= ${.CURDIR}/../u-boot-master MASTERDIR= ${.CURDIR}/../u-boot-master
PATCHFILES+= 939129/raw U_BOOT_SLAVE_PORTREVISION_2021.07= 1
PATCHFILES+= 939129/raw \
1547145/raw
MODEL= rpi MODEL= rpi
BOARD_CONFIG= rpi_defconfig BOARD_CONFIG= rpi_defconfig

View File

@ -1,6 +1,9 @@
MASTERDIR= ${.CURDIR}/../u-boot-master MASTERDIR= ${.CURDIR}/../u-boot-master
PATCHFILES+= 939129/raw U_BOOT_SLAVE_PORTREVISION_2021.07= 1
PATCHFILES+= 939129/raw \
1547145/raw
MODEL= rpi2 MODEL= rpi2
BOARD_CONFIG= rpi_2_defconfig BOARD_CONFIG= rpi_2_defconfig

View File

@ -1,7 +1,10 @@
MASTERDIR= ${.CURDIR}/../u-boot-master MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2021.07= 1
EXTRA_PATCHES?= ${.CURDIR}/files/ EXTRA_PATCHES?= ${.CURDIR}/files/
PATCHFILES+= 939129/raw PATCHFILES+= 939129/raw \
1547145/raw
MODEL?= rpi3 MODEL?= rpi3
BOARD_CONFIG?= rpi_3_defconfig BOARD_CONFIG?= rpi_3_defconfig

View File

@ -1,7 +1,10 @@
MASTERDIR= ${.CURDIR}/../u-boot-master MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2021.07= 1
EXTRA_PATCHES= ${.CURDIR}/files/ EXTRA_PATCHES= ${.CURDIR}/files/
PATCHFILES+= 939129/raw PATCHFILES+= 939129/raw \
1547145/raw
MODEL= rpi4 MODEL= rpi4
BOARD_CONFIG= rpi_4_defconfig BOARD_CONFIG= rpi_4_defconfig