aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-chip
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-08-02 16:17:14 +0000
committerWarner Losh <imp@FreeBSD.org>2017-08-02 16:17:14 +0000
commitfb7518f146b42f0249bcd864d086012dfd923a44 (patch)
tree3b0214c4152bf4aaa816dfa23f87d84cd142cc8b /sysutils/u-boot-chip
parent8e9acd2213d5e9063edeb19dc25358b7488c7874 (diff)
downloadports-fb7518f146b42f0249bcd864d086012dfd923a44.tar.gz
ports-fb7518f146b42f0249bcd864d086012dfd923a44.zip
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.
Notes
Notes: svn path=/head/; revision=447120
Diffstat (limited to 'sysutils/u-boot-chip')
-rw-r--r--sysutils/u-boot-chip/Makefile12
-rw-r--r--sysutils/u-boot-chip/pkg-descr11
2 files changed, 8 insertions, 15 deletions
diff --git a/sysutils/u-boot-chip/Makefile b/sysutils/u-boot-chip/Makefile
index f8439d8d881d..ca60db4009fb 100644
--- a/sysutils/u-boot-chip/Makefile
+++ b/sysutils/u-boot-chip/Makefile
@@ -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"
diff --git a/sysutils/u-boot-chip/pkg-descr b/sysutils/u-boot-chip/pkg-descr
index f2436e976395..eb9e30f7a0cb 100644
--- a/sysutils/u-boot-chip/pkg-descr
+++ b/sysutils/u-boot-chip/pkg-descr
@@ -5,13 +5,10 @@ dd if=/usr/local/share/u-boot/u-boot-chip/u-boot-sunxi-with-spl.bin of=/path/to/
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