Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 16:17:14 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447120 - head/sysutils/u-boot-chip
Message-ID:  <201708021617.v72GHEHD009828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Aug  2 16:17:14 2017
New Revision: 447120
URL: https://svnweb.freebsd.org/changeset/ports/447120

Log:
  Make CHIP a proper slave port of u-boot-master rather than
  u-boot-olimex-a20-som-evb. No maintainer was listed. Tweak MODEL to be
  chip to match port name.

Modified:
  head/sysutils/u-boot-chip/Makefile   (contents, props changed)
  head/sysutils/u-boot-chip/pkg-descr   (contents, props changed)

Modified: head/sysutils/u-boot-chip/Makefile
==============================================================================
--- head/sysutils/u-boot-chip/Makefile	Wed Aug  2 16:17:08 2017	(r447119)
+++ head/sysutils/u-boot-chip/Makefile	Wed Aug  2 16:17:14 2017	(r447120)
@@ -1,14 +1,10 @@
 # $FreeBSD$
 
-PKGNAMESUFFIX=	-chip
+MAINTAINER=	imp@FreeBSD.org
+MASTERDIR=	${.CURDIR}/../u-boot-master
 
-COMMENT=	Cross-build U-Boot loader for NextThingCo CHIP
-
-LICENSE=	GPLv2
-
-MASTERDIR=	${.CURDIR}/../u-boot-olimex-a20-som-evb
-DESCR=		${.CURDIR}/pkg-descr
-MODEL=		sun5i-r8-chip
+MODEL=		chip
 BOARD_CONFIG=	CHIP_defconfig
+FAMILY=		allwinner
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/u-boot-chip/pkg-descr
==============================================================================
--- head/sysutils/u-boot-chip/pkg-descr	Wed Aug  2 16:17:08 2017	(r447119)
+++ head/sysutils/u-boot-chip/pkg-descr	Wed Aug  2 16:17:14 2017	(r447120)
@@ -5,13 +5,10 @@ dd if=/usr/local/share/u-boot/u-boot-chip/u-boot-sunxi
 
 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



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