Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2018 20:20:12 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475122 - in head/sysutils: u-boot-rpi/files u-boot-rpi3/files
Message-ID:  <201807222020.w6MKKCKE058255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jul 22 20:20:11 2018
New Revision: 475122
URL: https://svnweb.freebsd.org/changeset/ports/475122

Log:
  Add patchfiles that are in accordance with accepted Ports Collection usage.

Added:
  head/sysutils/u-boot-rpi/files/patch-include_configs_rpi.h   (contents, props changed)
  head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h
     - copied, changed from r474737, head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h

Added: head/sysutils/u-boot-rpi/files/patch-include_configs_rpi.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-rpi/files/patch-include_configs_rpi.h	Sun Jul 22 20:20:11 2018	(r475122)
@@ -0,0 +1,19 @@
+--- include/configs/rpi.h.orig	2018-07-09 14:24:14 UTC
++++ include/configs/rpi.h
+@@ -69,6 +69,8 @@
+ #define CONFIG_MISC_INIT_R
+ #endif
+ 
++#define CONFIG_SYS_MMC_MAX_DEVICE	2
++
+ /* Console configuration */
+ #define CONFIG_SYS_CBSIZE		1024
+ 
+@@ -150,6 +152,7 @@
+ 
+ #define BOOT_TARGET_DEVICES(func) \
+ 	func(MMC, mmc, 0) \
++	func(MMC, mmc, 1) \
+ 	func(USB, usb, 0) \
+ 	func(PXE, pxe, na) \
+ 	func(DHCP, dhcp, na)

Copied and modified: head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h (from r474737, head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h)
==============================================================================
--- head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h	Mon Jul 16 13:11:57 2018	(r474737, copy source)
+++ head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h	Sun Jul 22 20:20:11 2018	(r475122)
@@ -1,6 +1,15 @@
---- include/configs/rpi.h.orig	2018-03-13 12:02:19 UTC
+--- include/configs/rpi.h.orig	2018-07-09 14:24:14 UTC
 +++ include/configs/rpi.h
-@@ -133,6 +133,7 @@
+@@ -69,6 +69,8 @@
+ #define CONFIG_MISC_INIT_R
+ #endif
+ 
++#define CONFIG_SYS_MMC_MAX_DEVICE	2
++
+ /* Console configuration */
+ #define CONFIG_SYS_CBSIZE		1024
+ 
+@@ -150,6 +152,7 @@
  
  #define BOOT_TARGET_DEVICES(func) \
  	func(MMC, mmc, 0) \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807222020.w6MKKCKE058255>