| #@TYPE: Machine |
| #@NAME: zybo-zynq7 |
| #@DESCRIPTION: Machine support for ZYBO. |
| # |
| # For details on the ZYBO board: |
| # https://www.digilentinc.com/Products/Detail.cfm?Prod=ZYBO |
| # |
| |
| require conf/machine/include/soc-zynq.inc |
| require conf/machine/include/machine-xilinx-default.inc |
| |
| MACHINE_FEATURES = "ext2 vfat usbhost usbgadget" |
| |
| # u-boot configuration |
| PREFERRED_PROVIDER_virtual/bootloader = "u-boot" |
| UBOOT_MACHINE = "xilinx_zynq_virt_defconfig" |
| SPL_BINARY ?= "spl/boot.bin" |
| UBOOT_ELF = "u-boot" |
| |
| EXTRA_IMAGEDEPENDS += " \ |
| u-boot-zynq-uenv \ |
| virtual/boot-bin \ |
| virtual/bootloader \ |
| u-boot-zynq-scr \ |
| " |
| |
| SERIAL_CONSOLES ?= "115200;ttyPS0" |
| |
| KERNEL_DEVICETREE = "zynq-zybo.dtb" |
| |
| IMAGE_BOOT_FILES += " \ |
| boot.bin \ |
| uEnv.txt \ |
| " |
| |