| #@TYPE: Machine |
| #@NAME: zedboard-zynq7 |
| #@DESCRIPTION: Machine support for ZedBoard. (http://www.zedboard.org/) |
| # |
| # For details on the Evaluation board: |
| # http://www.zedboard.org/content/overview |
| # For design files (including 'zynq_fsbl_0.elf') for the ZedBoard: |
| # http://www.zedboard.org/reference-designs-categories/zynq-concepts-tools-and-techniques-zedboard |
| # |
| |
| require conf/machine/include/soc-zynq.inc |
| require conf/machine/include/machine-xilinx-default.inc |
| |
| # u-boot configuration |
| UBOOT_MACHINE = "xilinx_zynq_virt_defconfig" |
| SPL_BINARY ?= "spl/boot.bin" |
| |
| EXTRA_IMAGEDEPENDS += " \ |
| u-boot-zynq-uenv \ |
| virtual/boot-bin \ |
| virtual/bootloader \ |
| u-boot-zynq-scr \ |
| " |
| |
| SERIAL_CONSOLES ?= "115200;ttyPS0" |
| |
| KERNEL_DEVICETREE = "zynq-zed.dtb" |
| |
| IMAGE_BOOT_FILES += " \ |
| boot.bin \ |
| uEnv.txt \ |
| boot.scr \ |
| " |
| |