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:
parent
336712f4a1
commit
6c7275921b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447313
10
sysutils/u-boot-zybo/Makefile
Normal file
10
sysutils/u-boot-zybo/Makefile
Normal 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"
|
4
sysutils/u-boot-zybo/files/uEnv.txt
Normal file
4
sysutils/u-boot-zybo/files/uEnv.txt
Normal 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}
|
12
sysutils/u-boot-zybo/pkg-descr
Normal file
12
sysutils/u-boot-zybo/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user