blob: d731b6bb30ae8acb6a614f4b35709542d75e71e2 [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
Andrew Geissler84ad7c52020-06-27 00:00:16 -050011require conf/machine/include/soc-zynq.inc
Brad Bishop286d45c2018-10-02 15:21:57 -040012require conf/machine/include/machine-xilinx-default.inc
Brad Bishop286d45c2018-10-02 15:21:57 -040013
14# u-boot configuration
Andrew Geissler84ad7c52020-06-27 00:00:16 -050015UBOOT_MACHINE = "xilinx_zynq_virt_defconfig"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016SPL_BINARY ?= "spl/boot.bin"
Brad Bishop286d45c2018-10-02 15:21:57 -040017
18EXTRA_IMAGEDEPENDS += " \
19 u-boot-zynq-uenv \
20 virtual/boot-bin \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080021 virtual/bootloader \
Andrew Geissler84ad7c52020-06-27 00:00:16 -050022 u-boot-zynq-scr \
Brad Bishop286d45c2018-10-02 15:21:57 -040023 "
24
Andrew Geissler84ad7c52020-06-27 00:00:16 -050025SERIAL_CONSOLES ?= "115200;ttyPS0"
Brad Bishop286d45c2018-10-02 15:21:57 -040026
27KERNEL_DEVICETREE = "zynq-zed.dtb"
28
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080029IMAGE_BOOT_FILES += " \
30 boot.bin \
31 uEnv.txt \
Andrew Geissler84ad7c52020-06-27 00:00:16 -050032 boot.scr \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080033 "
Brad Bishop286d45c2018-10-02 15:21:57 -040034