Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2017 01:00:13 +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: r447313 - in head/sysutils/u-boot-zybo: . files
Message-ID:  <201708040100.v7410DWV037332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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