diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-08-29 11:24:14 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 11:04:44 -0800 |
| commit | 4a509364839b8cac5380bd8922ef11ce43feb075 (patch) | |
| tree | c9bb4ea3f46b5c66b80e79820f82c12c06415467 | |
| parent | 65a20b085f7e4fbd5aa106dacc94d84d36b93b4b (diff) | |
| download | meta-xilinx-4a509364839b8cac5380bd8922ef11ce43feb075.tar.gz | |
vck-sc-zynqmp: Machine configuration for vck190 system controller
Add machine configuration vck-sc-zynqmp for vck190 system controller with
required setting of board specific yocto variables needed for compilation of
bootloader, kernel and device-tree.
- linux-xlnx is the kernel provider
- u-boot-xlnx is the u-boot provider
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/vck-sc-zynqmp.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/vck-sc-zynqmp.conf b/meta-xilinx-bsp/conf/machine/vck-sc-zynqmp.conf new file mode 100644 index 00000000..a640934b --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/vck-sc-zynqmp.conf | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: vck-sc-zynqmp | ||
| 3 | ##@DESCRIPTION: Machine support for vck190 system controller. | ||
| 4 | |||
| 5 | |||
| 6 | SOC_VARIANT ?= "eg" | ||
| 7 | |||
| 8 | require conf/machine/include/tune-zynqmp.inc | ||
| 9 | require conf/machine/include/machine-xilinx-overrides.inc | ||
| 10 | require conf/machine/include/machine-xilinx-default.inc | ||
| 11 | |||
| 12 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | ||
| 13 | |||
| 14 | UBOOT_MACHINE ?= "xilinx_zynqmp_p_a2197_00_revA_defconfig" | ||
| 15 | SPL_BINARY ?= "spl/boot.bin" | ||
| 16 | |||
| 17 | SERIAL_CONSOLE ?= "115200 ttyPS0" | ||
| 18 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
| 19 | |||
| 20 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | ||
| 21 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | ||
| 22 | |||
| 23 | # PMU instance args | ||
| 24 | PMU_FIRMWARE_DEPLOY_DIR ?= "${TOPDIR}/pmutmp/deploy/images/zynqmp-pmu" | ||
| 25 | PMU_FIRMWARE_IMAGE_NAME ?= "pmu-firmware-zynqmp-pmu" | ||
| 26 | |||
| 27 | EXTRA_IMAGEDEPENDS += " \ | ||
| 28 | u-boot-zynq-uenv \ | ||
| 29 | arm-trusted-firmware \ | ||
| 30 | virtual/boot-bin \ | ||
| 31 | virtual/bootloader \ | ||
| 32 | u-boot-zynq-scr \ | ||
| 33 | " | ||
| 34 | IMAGE_BOOT_FILES += " \ | ||
| 35 | uEnv.txt \ | ||
| 36 | atf-uboot.ub \ | ||
| 37 | boot.scr \ | ||
| 38 | " | ||
| 39 | |||
