| #@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 |
| # |
| |
| SOC_VARIANT ?= "7z" |
| |
| require conf/machine/include/tune-zynq.inc |
| require conf/machine/include/machine-xilinx-overrides.inc |
| require conf/machine/include/machine-xilinx-default.inc |
| |
| # u-boot configuration |
| UBOOT_MACHINE = "zynq_zed_config" |
| SPL_BINARY ?= "spl/boot.bin" |
| UBOOT_ELF_zynq = "u-boot" |
| |
| EXTRA_IMAGEDEPENDS += " \ |
| u-boot-zynq-uenv \ |
| virtual/boot-bin \ |
| virtual/bootloader \ |
| " |
| |
| SERIAL_CONSOLE = "115200 ttyPS0" |
| |
| KERNEL_DEVICETREE = "zynq-zed.dtb" |
| |
| IMAGE_BOOT_FILES += " \ |
| boot.bin \ |
| uEnv.txt \ |
| " |
| |