#@TYPE: Machine #@NAME: zc702-zynq7 #@DESCRIPTION: Machine support for ZC702 Evaluation Board. # # For details on the Evaluation board: # http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm # For documentation and design files for the ZC702: # http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc702_evaluation_kit.html # For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files. # require conf/machine/include/tune-zynq.inc require conf/machine/include/machine-xilinx-default.inc require conf/machine/include/machine-xilinx-board.inc MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" # u-boot configuration UBOOT_MACHINE = "zynq_zc702_config" SPL_BINARY = "spl/boot.bin" EXTRA_IMAGEDEPENDS += "u-boot-zynq-uenv" SERIAL_CONSOLE = "115200 ttyPS0" KERNEL_DEVICETREE = "zynq-zc702.dtb" KERNEL_FEATURES += "features/rtc/rtc.scc" IMAGE_BOOT_FILES += "boot.bin uEnv.txt ${KERNEL_IMAGETYPE}-zynq-zc702.dtb"