diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/zcu102-zynqmp.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf new file mode 100644 index 00000000..75a94a33 --- /dev/null +++ b/conf/machine/zcu102-zynqmp.conf | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: zynqmp-zcu102 | ||
| 3 | #@DESCRIPTION: Machine support for ZCU102 Evaluation Board. | ||
| 4 | # | ||
| 5 | |||
| 6 | require conf/machine/include/tune-zynqmp.inc | ||
| 7 | require conf/machine/include/machine-xilinx-default.inc | ||
| 8 | require conf/machine/include/machine-xilinx-board.inc | ||
| 9 | |||
| 10 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | ||
| 11 | |||
| 12 | UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" | ||
| 13 | |||
| 14 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
| 15 | |||
| 16 | KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb" | ||
| 17 | |||
| 18 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | ||
| 19 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | ||
| 20 | |||
| 21 | EXTRA_IMAGEDEPENDS += "\ | ||
| 22 | arm-trusted-firmware \ | ||
| 23 | " | ||
