Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 02:23:07 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377377 - in head/sysutils/u-boot-rpi: . files
Message-ID:  <201501190223.t0J2N7HQ008367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian (src committer)
Date: Mon Jan 19 02:23:06 2015
New Revision: 377377
URL: https://svnweb.freebsd.org/changeset/ports/377377
QAT: https://qat.redports.org/buildarchive/r377377/

Log:
  Use new RPi boot firmware files.  Also, fix a typo in the ubldr load address.
  
  Approved by:	bapt

Modified:
  head/sysutils/u-boot-rpi/Makefile
  head/sysutils/u-boot-rpi/distinfo
  head/sysutils/u-boot-rpi/files/patch-include_configs_rpi__b.h

Modified: head/sysutils/u-boot-rpi/Makefile
==============================================================================
--- head/sysutils/u-boot-rpi/Makefile	Mon Jan 19 01:46:15 2015	(r377376)
+++ head/sysutils/u-boot-rpi/Makefile	Mon Jan 19 02:23:06 2015	(r377377)
@@ -2,7 +2,7 @@
 
 PORTNAME=	u-boot
 PORTVERSION=	2013.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	GH:uboot \
 		http://distcache.FreeBSD.org/local-distfiles/ian/:bootfiles \
@@ -11,7 +11,7 @@ MASTER_SITES=	GH:uboot \
 		http://distcache.us-west.FreeBSD.org/local-distfiles/ian/:bootfiles
 PKGNAMESUFFIX=	-rpi
 DISTFILES=	u-boot-${PORTVERSION}-${GH_ACCOUNT}-${GH_PROJECT}.tar.gz:uboot \
-		rpi-boot-files-2014.10_1.tar.bz2:bootfiles
+		rpi-boot-files-2014.10_2.tar.bz2:bootfiles
 
 MAINTAINER=	ian@FreeBSD.org
 COMMENT=	Cross-build U-Boot loader for Raspberry Pi

Modified: head/sysutils/u-boot-rpi/distinfo
==============================================================================
--- head/sysutils/u-boot-rpi/distinfo	Mon Jan 19 01:46:15 2015	(r377376)
+++ head/sysutils/u-boot-rpi/distinfo	Mon Jan 19 02:23:06 2015	(r377377)
@@ -1,4 +1,4 @@
 SHA256 (u-boot-2013.01-gonzoua-u-boot-pi.tar.gz) = 29a0d6ffa952483adf37d066bc1823f5f0d62e6534829d6190e9880ef9354f42
 SIZE (u-boot-2013.01-gonzoua-u-boot-pi.tar.gz) = 13850640
-SHA256 (rpi-boot-files-2014.10_1.tar.bz2) = 1c9aaefe6c9558f7e60844b3cb00538eb42d5c45937f3da464cad65fcae4a70b
-SIZE (rpi-boot-files-2014.10_1.tar.bz2) = 1784837
+SHA256 (rpi-boot-files-2014.10_2.tar.bz2) = bcaa493d3585151fde755245bee44b7d30d0e9c7ec9cc7f4dccdad57caf18cdc
+SIZE (rpi-boot-files-2014.10_2.tar.bz2) = 1893216

Modified: head/sysutils/u-boot-rpi/files/patch-include_configs_rpi__b.h
==============================================================================
--- head/sysutils/u-boot-rpi/files/patch-include_configs_rpi__b.h	Mon Jan 19 01:46:15 2015	(r377376)
+++ head/sysutils/u-boot-rpi/files/patch-include_configs_rpi__b.h	Mon Jan 19 02:23:06 2015	(r377377)
@@ -27,7 +27,7 @@
 +/* Create a small(ish) boot environment for FreeBSD. */
 +#undef  CONFIG_EXTRA_ENV_SETTINGS
 +#define CONFIG_EXTRA_ENV_SETTINGS \
-+	"loadaddr=0x00200000\0" \
++	"loadaddr=0x02000000\0" \
 +	"stdin=serial\0" \
 +	"stderr=serial,lcd\0" \
 +	"stdout=serial,lcd\0" \



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