blob: 36c51b70b5090b4f8cf3180283ab938e830f7a26 [file] [log] [blame]
Brad Bishop286d45c2018-10-02 15:21:57 -04001#@TYPE: Machine
2#@NAME: zedboard-zynq7
3#@DESCRIPTION: Machine support for ZedBoard. (http://www.zedboard.org/)
4#
5# For details on the Evaluation board:
6# http://www.zedboard.org/content/overview
7# For design files (including 'zynq_fsbl_0.elf') for the ZedBoard:
8# http://www.zedboard.org/reference-designs-categories/zynq-concepts-tools-and-techniques-zedboard
9#
10
11SOC_VARIANT ?= "7z"
12
13require conf/machine/include/tune-zynq.inc
14require conf/machine/include/machine-xilinx-overrides.inc
15require conf/machine/include/machine-xilinx-default.inc
Brad Bishop286d45c2018-10-02 15:21:57 -040016
17# u-boot configuration
18UBOOT_MACHINE = "zynq_zed_config"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019SPL_BINARY ?= "spl/boot.bin"
Brad Bishop286d45c2018-10-02 15:21:57 -040020
21EXTRA_IMAGEDEPENDS += " \
22 u-boot-zynq-uenv \
23 virtual/boot-bin \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080024 virtual/bootloader \
Brad Bishop286d45c2018-10-02 15:21:57 -040025 "
26
27SERIAL_CONSOLE = "115200 ttyPS0"
28
29KERNEL_DEVICETREE = "zynq-zed.dtb"
30
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080031IMAGE_BOOT_FILES += " \
32 boot.bin \
33 uEnv.txt \
34 "
Brad Bishop286d45c2018-10-02 15:21:57 -040035