diff options
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/microzed-zynq7.conf')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/microzed-zynq7.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/microzed-zynq7.conf b/meta-xilinx-bsp/conf/machine/microzed-zynq7.conf new file mode 100644 index 00000000..815bf474 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/microzed-zynq7.conf | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: microzed-zynq7 | ||
| 3 | #@DESCRIPTION: Machine support for microZed. (http://www.microzed.org/) | ||
| 4 | |||
| 5 | require conf/machine/include/tune-zynq.inc | ||
| 6 | require conf/machine/include/machine-xilinx-default.inc | ||
| 7 | require conf/machine/include/machine-xilinx-board.inc | ||
| 8 | |||
| 9 | MACHINE_FEATURES = "ext2 vfat usbhost" | ||
| 10 | |||
| 11 | # u-boot configuration | ||
| 12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
| 13 | UBOOT_MACHINE = "zynq_microzed_config" | ||
| 14 | SPL_BINARY = "spl/boot.bin" | ||
| 15 | |||
| 16 | EXTRA_IMAGEDEPENDS += " \ | ||
| 17 | u-boot-zynq-uenv \ | ||
| 18 | virtual/boot-bin \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
| 22 | |||
| 23 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | ||
| 24 | |||
| 25 | IMAGE_BOOT_FILES += " \ | ||
| 26 | boot.bin \ | ||
| 27 | ${MACHINE}.dtb \ | ||
| 28 | uEnv.txt \ | ||
| 29 | " | ||
| 30 | |||
