From owner-svn-ports-head@FreeBSD.ORG Mon Jan 19 02:23:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E9172C0; Mon, 19 Jan 2015 02:23:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11514FF2; Mon, 19 Jan 2015 02:23:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0J2N7mx008370; Mon, 19 Jan 2015 02:23:07 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0J2N7HQ008367; Mon, 19 Jan 2015 02:23:07 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201501190223.t0J2N7HQ008367@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Mon, 19 Jan 2015 02:23:07 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 02:23:08 -0000 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" \