blob: 0b0a0de2873539c2f1da395a5df9a59a85f1ef71 [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 Bishop754b8fa2019-08-20 09:16:20 -040020UBOOT_ELF_zynq = "u-boot"
Brad Bishop286d45c2018-10-02 15:21:57 -040021
22EXTRA_IMAGEDEPENDS += " \
23 u-boot-zynq-uenv \
24 virtual/boot-bin \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080025 virtual/bootloader \
Brad Bishop286d45c2018-10-02 15:21:57 -040026 "
27
28SERIAL_CONSOLE = "115200 ttyPS0"
29
30KERNEL_DEVICETREE = "zynq-zed.dtb"
31
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080032IMAGE_BOOT_FILES += " \
33 boot.bin \
34 uEnv.txt \
35 "
Brad Bishop286d45c2018-10-02 15:21:57 -040036