diff options
| author | Mukund PVVN <mukund.pvvn@xilinx.com> | 2019-08-25 23:42:07 -0600 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 11:04:44 -0800 |
| commit | 65a20b085f7e4fbd5aa106dacc94d84d36b93b4b (patch) | |
| tree | 454536c814ec7baeab046910aabd19aeafbe2425 | |
| parent | 96436821e110d2de497ea584a3adf18e79be0b40 (diff) | |
| download | meta-xilinx-65a20b085f7e4fbd5aa106dacc94d84d36b93b4b.tar.gz | |
v350-versal.conf:Add versal board configuration
Add support to build images for v350-versal board configuration.
V350 is a PCIe based card which has s80 Versal part.
Signed-off-by: Mukund PVVN <mukundp@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/v350-versal.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/v350-versal.conf b/meta-xilinx-bsp/conf/machine/v350-versal.conf new file mode 100644 index 00000000..8ed24b47 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/v350-versal.conf | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: v350-versal | ||
| 3 | ##@DESCRIPTION: Machine support for v350 versal. | ||
| 4 | |||
| 5 | SOC_VARIANT ?= "s80" | ||
| 6 | |||
| 7 | require conf/machine/include/tune-versal.inc | ||
| 8 | require conf/machine/include/machine-xilinx-overrides.inc | ||
| 9 | require conf/machine/include/machine-xilinx-default.inc | ||
| 10 | |||
| 11 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | ||
| 12 | |||
| 13 | UBOOT_MACHINE ?= "xilinx_versal_virt_defconfig" | ||
| 14 | |||
| 15 | SERIAL_CONSOLE = "115200 ttyAMA0" | ||
| 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 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 | virtual/boot-bin \ | ||
| 24 | virtual/bootloader \ | ||
| 25 | virtual/psm-firmware \ | ||
| 26 | virtual/plm \ | ||
| 27 | u-boot-zynq-scr \ | ||
| 28 | " | ||
| 29 | |||
| 30 | IMAGE_BOOT_FILES += " \ | ||
| 31 | boot.bin \ | ||
| 32 | system.dtb \ | ||
| 33 | Image \ | ||
| 34 | boot.scr \ | ||
| 35 | " | ||
| 36 | |||
