blob: c229dac65db76d8c9d3f5d6c0f8f8b90be63d395 [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 Bishop754b8fa2019-08-20 09:16:20 -040021UBOOT_ELF_zynq = "u-boot"
Brad Bishop286d45c2018-10-02 15:21:57 -040022
23EXTRA_IMAGEDEPENDS += " \
24 u-boot-zynq-uenv \
25 virtual/boot-bin \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080026 virtual/bootloader \
Brad Bishop286d45c2018-10-02 15:21:57 -040027 "
28
29SERIAL_CONSOLE = "115200 ttyPS0"
30
31MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
32
33IMAGE_BOOT_FILES += " \
34 boot.bin \
Brad Bishop286d45c2018-10-02 15:21:57 -040035 uEnv.txt \
36 "
37