1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Add support for Zybo Zynq-based board.

Submitted by: Thomas Skibo
This commit is contained in:
Warner Losh 2017-08-04 01:00:13 +00:00
parent 336712f4a1
commit 6c7275921b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447313
3 changed files with 26 additions and 0 deletions

View File

@ -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"

View File

@ -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}

View File

@ -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