aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2017-08-03 00:17:08 +0800
committerimp <imp@FreeBSD.org>2017-08-03 00:17:08 +0800
commit73332483c8adadc4982613ec8eb4259d4dc85e70 (patch)
tree809ec6ab821300ef7aa53b290412ab00affcadb8 /sysutils
parent7e24a5880ed139cd6b347d2196030f615ac8081a (diff)
downloadfreebsd-ports-gnome-73332483c8adadc4982613ec8eb4259d4dc85e70.tar.gz
freebsd-ports-gnome-73332483c8adadc4982613ec8eb4259d4dc85e70.tar.zst
freebsd-ports-gnome-73332483c8adadc4982613ec8eb4259d4dc85e70.zip
Make the package name match the model name.
Update pkg-descr to reflect this and also reality Submitted by: Emmanuel Vadot PR: 220578
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot-a13-olinuxino/Makefile2
-rw-r--r--sysutils/u-boot-a13-olinuxino/pkg-descr13
2 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/u-boot-a13-olinuxino/Makefile b/sysutils/u-boot-a13-olinuxino/Makefile
index d1726ddc0ee9..41190d278191 100644
--- a/sysutils/u-boot-a13-olinuxino/Makefile
+++ b/sysutils/u-boot-a13-olinuxino/Makefile
@@ -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
diff --git a/sysutils/u-boot-a13-olinuxino/pkg-descr b/sysutils/u-boot-a13-olinuxino/pkg-descr
index a583666d0876..49a753e2363e 100644
--- a/sysutils/u-boot-a13-olinuxino/pkg-descr
+++ b/sysutils/u-boot-a13-olinuxino/pkg-descr
@@ -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