git: 5549bc63f6aa - main - sysutils/u-boot-sifive-fu740: Add upstream DTS patch for DA9063 RTC support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Sep 2022 22:18:41 UTC
The branch main has been updated by jrtc27 (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=5549bc63f6aad2b459978a82c2e5fc5259b43d00 commit 5549bc63f6aad2b459978a82c2e5fc5259b43d00 Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2022-09-21 22:12:47 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2022-09-21 22:12:47 +0000 sysutils/u-boot-sifive-fu740: Add upstream DTS patch for DA9063 RTC support This allows the DA9063 RTC driver to probe and attach (and exposes other MFD children too, but we don't have drivers for them). It also includes a couple of miscellaneous improvements synced from the Linux DTS, fixing the compatible string for the on-board QSPI flash and adding the card detect GPIO for the QSPI SD card. Reviewed by: manu Approved by: manu (uboot, ports) Differential Revision: https://reviews.freebsd.org/D36556 --- sysutils/u-boot-master/distinfo | 4 +++- sysutils/u-boot-sifive-fu740/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sysutils/u-boot-master/distinfo b/sysutils/u-boot-master/distinfo index 89c967a085a6..f680d547cbb6 100644 --- a/sysutils/u-boot-master/distinfo +++ b/sysutils/u-boot-master/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1651502800 +TIMESTAMP = 1663119608 SHA256 (u-boot/u-boot-2022.04.tar.bz2) = 68e065413926778e276ec3abd28bb32fa82abaa4a6898d570c1f48fbdb08bcd0 SIZE (u-boot/u-boot-2022.04.tar.bz2) = 17772787 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97 @@ -11,3 +11,5 @@ SHA256 (u-boot/1172554/raw) = d1a39d7d6487cfb481392e7ea4f0bf0d209c08e0c3426c29d7 SIZE (u-boot/1172554/raw) = 640 SHA256 (u-boot/1172555/raw) = 09d17a62fb6bc7c7ab73bfc7061fc5da2b5a32e7deb098c9f76aed8ff8991751 SIZE (u-boot/1172555/raw) = 568 +SHA256 (u-boot/1665960/raw) = adcd5f5fb5be8e541a32815bf0070cea0a45706aed2d1bf571510b9eaf2ab532 +SIZE (u-boot/1665960/raw) = 923 diff --git a/sysutils/u-boot-sifive-fu740/Makefile b/sysutils/u-boot-sifive-fu740/Makefile index 64008f9bfa0d..9fab2b21c23c 100644 --- a/sysutils/u-boot-sifive-fu740/Makefile +++ b/sysutils/u-boot-sifive-fu740/Makefile @@ -1,11 +1,13 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +PATCHFILES+= 1665960/raw + MODEL= sifive-fu740 BOARD_CONFIG= sifive_unmatched_defconfig FAMILY= sifive UBOOT_ARCH= riscv64 -U_BOOT_SLAVE_PORTREVISION_2022.04= 2 +U_BOOT_SLAVE_PORTREVISION_2022.04= 3 # The FIT image will embed an OpenSBI firmware binary OPENSBI_FIRM= ${LOCALBASE}/share/opensbi/lp64/generic/firmware/fw_dynamic.bin