svn commit: r475122 - in head/sysutils: u-boot-rpi/files u-boot-rpi3/files
Mark Linimon
linimon at FreeBSD.org
Sun Jul 22 20:20:13 UTC 2018
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) \
More information about the svn-ports-head
mailing list