diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-05-03 15:30:21 -0700 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-04 20:12:35 +1000 |
| commit | 82a45be11067324f33e15f525cf39fe454332f8b (patch) | |
| tree | cef07807a0f9ed328b90e46e04c2d1426c6c3e7e /conf | |
| parent | 5f81bfb307ca02f215b7771537e43d145a09a72c (diff) | |
| download | meta-xilinx-82a45be11067324f33e15f525cf39fe454332f8b.tar.gz | |
zcu102-zynqmp.conf: Add support for ZCU102 board
Add support for ZCU102 Zynq UltraScale+ MPSoC evaluation board
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
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 | " | ||
