From owner-svn-ports-all@freebsd.org Wed Aug 2 16:17:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C98A1DD45D0; Wed, 2 Aug 2017 16:17:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 98BB56B691; Wed, 2 Aug 2017 16:17:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v72GH8tb009692; Wed, 2 Aug 2017 16:17:08 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v72GH8As009690; Wed, 2 Aug 2017 16:17:08 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201708021617.v72GH8As009690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Wed, 2 Aug 2017 16:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447119 - head/sysutils/u-boot-a13-olinuxino X-SVN-Group: ports-head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: head/sysutils/u-boot-a13-olinuxino X-SVN-Commit-Revision: 447119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2017 16:17:09 -0000 Author: imp Date: Wed Aug 2 16:17:08 2017 New Revision: 447119 URL: https://svnweb.freebsd.org/changeset/ports/447119 Log: Make the package name match the model name. Update pkg-descr to reflect this and also reality Submitted by: Emmanuel Vadot PR: 220578 Modified: head/sysutils/u-boot-a13-olinuxino/Makefile (contents, props changed) head/sysutils/u-boot-a13-olinuxino/pkg-descr (contents, props changed) Modified: head/sysutils/u-boot-a13-olinuxino/Makefile ============================================================================== --- head/sysutils/u-boot-a13-olinuxino/Makefile Wed Aug 2 16:13:43 2017 (r447118) +++ head/sysutils/u-boot-a13-olinuxino/Makefile Wed Aug 2 16:17:08 2017 (r447119) @@ -3,7 +3,7 @@ MAINTAINER= imp@FreeBSD.org MASTERDIR= ${.CURDIR}/../u-boot-master -MODEL= sun5i-a13-olinuxino +MODEL= a13-olinuxino BOARD_CONFIG= A13-OLinuXino_defconfig FAMILY= allwinner Modified: head/sysutils/u-boot-a13-olinuxino/pkg-descr ============================================================================== --- head/sysutils/u-boot-a13-olinuxino/pkg-descr Wed Aug 2 16:13:43 2017 (r447118) +++ head/sysutils/u-boot-a13-olinuxino/pkg-descr Wed Aug 2 16:17:08 2017 (r447119) @@ -1,17 +1,14 @@ U-Boot loader for A13 Olinuxino. To install this bootloader on an sdcard just do : -dd if=/usr/local/share/u-boot/u-boot-sun5i-a13-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync +dd if=/usr/local/share/u-boot/u-boot-a13-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync This version is patched so that: * ELF and API features are enabled. - * The default environment is trimmed to just what's needed to boot. - * The saveenv command writes to the file u-boot.env on the FAT partition. - * The DTB file name is chosen based on the board model and passed to ubldr.bin - using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on - the FreeBSD partition. - * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition - to address 0x42000000, and launches it. + * The distroboot command knows how to load FreeBSD loader(8) + * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT + partition to address 0x42000000, and launches it. If ubldr.bin is + not found, it falls back on ubldr For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner