blob: 83c5fc1e5f1ec64fe8f4b77c4ef0082da227a7b7 [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 Bishop754b8fa2019-08-20 09:16:20 -040017UBOOT_ELF_zynq = "u-boot"
Brad Bishop286d45c2018-10-02 15:21:57 -040018
19EXTRA_IMAGEDEPENDS += " \
20 u-boot-zynq-uenv \
21 virtual/boot-bin \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080022 virtual/bootloader \
Brad Bishop286d45c2018-10-02 15:21:57 -040023 "
24
25SERIAL_CONSOLE = "115200 ttyPS0"
26
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080027KERNEL_DEVICETREE = "zynq-microzed.dtb"
Brad Bishop286d45c2018-10-02 15:21:57 -040028
29IMAGE_BOOT_FILES += " \
30 boot.bin \
Brad Bishop286d45c2018-10-02 15:21:57 -040031 uEnv.txt \
32 "
33