svn commit: r447313 - in head/sysutils/u-boot-zybo: . files

Warner Losh imp at FreeBSD.org
Fri Aug 4 01:00:15 UTC 2017


Author: imp
Date: Fri Aug  4 01:00:13 2017
New Revision: 447313
URL: https://svnweb.freebsd.org/changeset/ports/447313

Log:
  Add support for Zybo Zynq-based board.
  
  Submitted by: Thomas Skibo

Added:
  head/sysutils/u-boot-zybo/
  head/sysutils/u-boot-zybo/Makefile   (contents, props changed)
  head/sysutils/u-boot-zybo/files/
  head/sysutils/u-boot-zybo/files/uEnv.txt   (contents, props changed)
  head/sysutils/u-boot-zybo/pkg-descr   (contents, props changed)

Added: head/sysutils/u-boot-zybo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-zybo/Makefile	Fri Aug  4 01:00:13 2017	(r447313)
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+MAINTAINER=     imp at FreeBSD.org
+MASTERDIR=      ${.CURDIR}/../u-boot-master
+
+MODEL=          zybo
+BOARD_CONFIG=   zynq_zybo_defconfig
+FAMILY=         zynq_7000
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/u-boot-zybo/files/uEnv.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-zybo/files/uEnv.txt	Fri Aug  4 01:00:13 2017	(r447313)
@@ -0,0 +1,4 @@
+bootfile=ubldr
+loadaddr=0x02000000
+fdt_file=board.dtb
+uenvcmd=echo Booting FreeBSD from SD Card: ; fatload mmc 0 ${loadaddr} ${bootfile} && bootelf ${loadaddr}

Added: head/sysutils/u-boot-zybo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-zybo/pkg-descr	Fri Aug  4 01:00:13 2017	(r447313)
@@ -0,0 +1,12 @@
+U-Boot loader for the Xilinx Zynq-based Zedboard.
+
+To install this bootloader, copy the files in the share/u-boot/u-boot-zedboard
+directory to the first partition, formatted as FAT16 or FAT32, on an SD card.
+
+This version is patched as follows:
+ * ELF and API features are enabled.
+
+For information about running FreeBSD on Xilinx Zynq SoCs, see
+WWW: http://wiki.freebsd.org/FreeBSD/arm/Zedboard
+
+For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot


More information about the svn-ports-head mailing list