diff options
| -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 | |||
