diff options
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/zybo-zynq7.conf')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/zybo-zynq7.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zybo-zynq7.conf b/meta-xilinx-bsp/conf/machine/zybo-zynq7.conf new file mode 100644 index 00000000..e94ad6b9 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/zybo-zynq7.conf | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: zybo-zynq7 | ||
| 3 | #@DESCRIPTION: Machine support for ZYBO. | ||
| 4 | # | ||
| 5 | # For details on the ZYBO board: | ||
| 6 | # https://www.digilentinc.com/Products/Detail.cfm?Prod=ZYBO | ||
| 7 | # | ||
| 8 | |||
| 9 | require conf/machine/include/tune-zynq.inc | ||
| 10 | require conf/machine/include/machine-xilinx-default.inc | ||
| 11 | require conf/machine/include/machine-xilinx-board.inc | ||
| 12 | |||
| 13 | MACHINE_FEATURES = "ext2 vfat usbhost usbgadget" | ||
| 14 | |||
| 15 | # u-boot configuration | ||
| 16 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
| 17 | UBOOT_MACHINE = "zynq_zybo_config" | ||
| 18 | SPL_BINARY = "spl/boot.bin" | ||
| 19 | |||
| 20 | EXTRA_IMAGEDEPENDS += " \ | ||
| 21 | u-boot-zynq-uenv \ | ||
| 22 | virtual/boot-bin \ | ||
| 23 | " | ||
| 24 | |||
| 25 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
| 26 | |||
| 27 | KERNEL_DEVICETREE = "zynq-zybo.dtb" | ||
| 28 | |||
| 29 | IMAGE_BOOT_FILES += " \ | ||
| 30 | boot.bin \ | ||
| 31 | ${KERNEL_IMAGETYPE}-zynq-zybo.dtb \ | ||
| 32 | uEnv.txt \ | ||
| 33 | " | ||
| 34 | |||
