svn commit: r532958 - in head/sysutils: u-boot-master u-boot-rpi4

Emmanuel Vadot manu at FreeBSD.org
Sat Apr 25 15:55:09 UTC 2020


Author: manu
Date: Sat Apr 25 15:55:08 2020
New Revision: 532958
URL: https://svnweb.freebsd.org/changeset/ports/532958

Log:
  u-boot-rpi4: Remove patches that are present upstream in 2020.04
  
  Reported by:	Mark Millard

Modified:
  head/sysutils/u-boot-master/distinfo
  head/sysutils/u-boot-rpi4/Makefile

Modified: head/sysutils/u-boot-master/distinfo
==============================================================================
--- head/sysutils/u-boot-master/distinfo	Sat Apr 25 15:39:57 2020	(r532957)
+++ head/sysutils/u-boot-master/distinfo	Sat Apr 25 15:55:08 2020	(r532958)
@@ -1,4 +1,6 @@
-TIMESTAMP = 1586872320
+TIMESTAMP = 1587670026
+SHA256 (u-boot/u-boot-2020.01.tar.bz2) = aa453c603208b1b27bd03525775a7f79b443adec577fdc6e8f06974025a135f1
+SIZE (u-boot/u-boot-2020.01.tar.bz2) = 14716125
 SHA256 (u-boot/u-boot-2020.04.tar.bz2) = fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372
 SIZE (u-boot/u-boot-2020.04.tar.bz2) = 15065656
 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97
@@ -11,19 +13,19 @@ SHA256 (u-boot/1172554/raw) = d1a39d7d6487cfb481392e7e
 SIZE (u-boot/1172554/raw) = 640
 SHA256 (u-boot/1172555/raw) = 09d17a62fb6bc7c7ab73bfc7061fc5da2b5a32e7deb098c9f76aed8ff8991751
 SIZE (u-boot/1172555/raw) = 568
-SHA256 (u-boot/1137331/raw) = b6dec0334194ec87528aa01219dc5ecd60a3945c126704274933aab9ef112d38
-SIZE (u-boot/1137331/raw) = 2250
-SHA256 (u-boot/1137330/raw) = 6e111ee87ee2082a43b4cd929b74279e8cb63525a89ccab00255200a9cd03e2b
-SIZE (u-boot/1137330/raw) = 1548
-SHA256 (u-boot/1189494/raw) = 2f237d1e80c216fc3898381469b2af9d5639b60cb3128a11c8a23a0a12e4b80c
-SIZE (u-boot/1189494/raw) = 965
-SHA256 (u-boot/1189493/raw) = 4dba3366147813150e68a0aa9fa1738977cba45f9a55faf0fd0cdb3478142683
-SIZE (u-boot/1189493/raw) = 5959
-SHA256 (u-boot/1189497/raw) = 3c433ddf46b8c64f56a9699aeead85954d922e5fcfad52a7bfddf57e6cbdccb6
-SIZE (u-boot/1189497/raw) = 2241
-SHA256 (u-boot/1189495/raw) = ad1233a1da6171b83936e422c67467a54559364cc426d6804d20d425949a933d
-SIZE (u-boot/1189495/raw) = 3918
 SHA256 (u-boot/1245351/raw) = 02cec0ca1934ba64d010ec7f0453faa127b19aaae679d6bd9b946a3653837434
 SIZE (u-boot/1245351/raw) = 707
 SHA256 (u-boot/1245352/raw) = a4f48937cd9403b7f7708ba1fc5b9405da97bdedff25fdeb198ab613294e7d45
 SIZE (u-boot/1245352/raw) = 465
+SHA256 (u-boot/1273633/raw) = 707973b638d5d67f88566249bc109059e7c22fba33f7aa40b9eea3dda87370fe
+SIZE (u-boot/1273633/raw) = 993
+SHA256 (u-boot/1273674/raw) = 5124273a901a214cd6b8cd4a00355c292be82c7a228b4faf81d36085f8656956
+SIZE (u-boot/1273674/raw) = 3331
+SHA256 (u-boot/1273675/raw) = 304903e0318c63f2e69cf1e3a2e0dba8c33f1d3c2e6643c5599a182a84e829b2
+SIZE (u-boot/1273675/raw) = 23966
+SHA256 (u-boot/1273676/raw) = d95cba1b622c83da919beea4a048ce85100d1b8ec6416c9d230a9933beb340b1
+SIZE (u-boot/1273676/raw) = 8535
+SHA256 (u-boot/1273677/raw) = d65a7f197269499624901b6e34a9dbf2134892fc2d1f303190ecb43fdfbb5635
+SIZE (u-boot/1273677/raw) = 587
+SHA256 (u-boot/1273678/raw) = b29ec14ddbfc75acc631871cff70e1ec9fd5c037c4bf2a6930ed26c4ed8dabc2
+SIZE (u-boot/1273678/raw) = 447

Modified: head/sysutils/u-boot-rpi4/Makefile
==============================================================================
--- head/sysutils/u-boot-rpi4/Makefile	Sat Apr 25 15:39:57 2020	(r532957)
+++ head/sysutils/u-boot-rpi4/Makefile	Sat Apr 25 15:55:08 2020	(r532958)
@@ -4,10 +4,6 @@ MASTERDIR=	${.CURDIR}/../u-boot-master
 
 EXTRA_PATCHES=	${.CURDIR}/files/
 PATCHFILES+=	939129/raw
-# Updated libfdt, pre-req to the next set
-PATCHFILES+=	1137331/raw 1137330/raw
-# Fix memory bank issues
-PATCHFILES+=	1189494/raw 1189493/raw 1189497/raw 1189495/raw
 # Allow variable reservation of lowest pages for increased PSCI stub size.
 PATCHFILES+=	1245351/raw 1245352/raw
 


More information about the svn-ports-all mailing list