Index: head/sysutils/u-boot-zybo/Makefile =================================================================== --- head/sysutils/u-boot-zybo/Makefile (nonexistent) +++ head/sysutils/u-boot-zybo/Makefile (revision 447313) @@ -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" Property changes on: head/sysutils/u-boot-zybo/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/u-boot-zybo/files/uEnv.txt =================================================================== --- head/sysutils/u-boot-zybo/files/uEnv.txt (nonexistent) +++ head/sysutils/u-boot-zybo/files/uEnv.txt (revision 447313) @@ -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} Property changes on: head/sysutils/u-boot-zybo/files/uEnv.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/u-boot-zybo/pkg-descr =================================================================== --- head/sysutils/u-boot-zybo/pkg-descr (nonexistent) +++ head/sysutils/u-boot-zybo/pkg-descr (revision 447313) @@ -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 Property changes on: head/sysutils/u-boot-zybo/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property