blob: 911bf90ed39fda5c5f3faf1f63535ab05bb05435 [file] [log] [blame]
Brad Bishop286d45c2018-10-02 15:21:57 -04001#@TYPE: Machine
2#@NAME: picozed-zynq7
3#@DESCRIPTION: Machine support for picoZed. (http://www.picozed.org/)
4#
5# Note: This machine configuration is intended as a generic config for
6# the picozed SOM. It also covers the multiple SKUs for the picoZed
7# including 7010, 7020, 7015 and 7030.
8
9SOC_VARIANT ?= "7z"
10
11require conf/machine/include/tune-zynq.inc
12require conf/machine/include/machine-xilinx-overrides.inc
13require conf/machine/include/machine-xilinx-default.inc
Brad Bishop286d45c2018-10-02 15:21:57 -040014
15MACHINE_FEATURES = "ext2 vfat usbhost usbgadget"
16
17# u-boot configuration
18PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
19UBOOT_MACHINE = "zynq_picozed_config"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080020SPL_BINARY ?= "spl/boot.bin"
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
30MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
31
32IMAGE_BOOT_FILES += " \
33 boot.bin \
Brad Bishop286d45c2018-10-02 15:21:57 -040034 uEnv.txt \
35 "
36