diff options
| author | Swagath Gadde <swagath.gadde@xilinx.com> | 2020-02-17 12:29:42 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-02-20 13:25:07 -0800 |
| commit | 3a92c31e8d753f88adc608aa2a463809ec7e3496 (patch) | |
| tree | 894031fe841a324ff1063286cca919583807a8aa /meta-xilinx-bsp | |
| parent | 13a3e5565c518df426439275c1ec4b80c93255d5 (diff) | |
| download | meta-xilinx-3a92c31e8d753f88adc608aa2a463809ec7e3496.tar.gz | |
zcu208-zynqmp: Add support for zcu208 board
Add machine configuration for zcu208 RFSoC board With required settings
for board specific yocto variables needed for compilation of bootloader
and kernel.
-linux-xlnx is kernel provider
-u-boot-xlnx is u-boot provider
Signed-off-by: Swagath Gadde <swagathg@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/zcu208-zynqmp.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zcu208-zynqmp.conf b/meta-xilinx-bsp/conf/machine/zcu208-zynqmp.conf new file mode 100644 index 00000000..4a264417 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/zcu208-zynqmp.conf | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: zcu208-zynqmp | ||
| 3 | #@DESCRIPTION: Machine support for ZCU208 Evaluation Board. | ||
| 4 | # | ||
| 5 | |||
| 6 | SOC_VARIANT ?= "dr" | ||
| 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_virt_defconfig" | ||
| 15 | SPL_BINARY ?= "spl/boot.bin" | ||
| 16 | |||
| 17 | SERIAL_CONSOLE ?= "115200 ttyPS0" | ||
| 18 | |||
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 20 | |||
| 21 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | ||
| 22 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | ||
| 23 | |||
| 24 | PMU_FIRMWARE_IMAGE_NAME ?= "pmu-firmware-zynqmp-pmu" | ||
| 25 | PMU_FIRMWARE_DEPLOY_DIR ?= "${TOPDIR}/pmutmp/deploy/images/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 | " | ||
