blob: 8869424dc1e65cee45004db77418775142f9a118 [file] [log] [blame]
Brad Bishop286d45c2018-10-02 15:21:57 -04001#@TYPE: Machine
2#@NAME: microzed-zynq7
3#@DESCRIPTION: Machine support for microZed. (http://www.microzed.org/)
4
5SOC_VARIANT ?= "7z"
6
7require conf/machine/include/tune-zynq.inc
8require conf/machine/include/machine-xilinx-overrides.inc
9require conf/machine/include/machine-xilinx-default.inc
Brad Bishop286d45c2018-10-02 15:21:57 -040010
11MACHINE_FEATURES = "ext2 vfat usbhost"
12
13# u-boot configuration
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
15UBOOT_MACHINE = "zynq_microzed_config"
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 \
Brad Bishop286d45c2018-10-02 15:21:57 -040022 "
23
24SERIAL_CONSOLE = "115200 ttyPS0"
25
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080026KERNEL_DEVICETREE = "zynq-microzed.dtb"
Brad Bishop286d45c2018-10-02 15:21:57 -040027
28IMAGE_BOOT_FILES += " \
29 boot.bin \
Brad Bishop286d45c2018-10-02 15:21:57 -040030 uEnv.txt \
31 "
32