| #@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 |
| UBOOT_MACHINE = "xilinx_zynq_virt_defconfig" |
| SPL_BINARY ?= "spl/boot.bin" |
| EXTRA_IMAGEDEPENDS += " \ |
| SERIAL_CONSOLES ?= "115200;ttyPS0" |
| KERNEL_DEVICETREE = "zynq-zed.dtb" |