diff options
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/vek280-versal.conf')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/vek280-versal.conf | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/meta-xilinx-bsp/conf/machine/vek280-versal.conf b/meta-xilinx-bsp/conf/machine/vek280-versal.conf deleted file mode 100644 index ffe2fcb7..00000000 --- a/meta-xilinx-bsp/conf/machine/vek280-versal.conf +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 1 | XILINX_DEPRECATED[vek280-versal] = "${@'vek280-versal is not supported in 2023.2' if d.getVar("XILINX_RELEASE_VERSION") == 'v2023.2' else ''}" | ||
| 2 | |||
| 3 | #@TYPE: Machine | ||
| 4 | #@NAME: vek280-versal | ||
| 5 | #@DESCRIPTION: Machine configuration for the VEK280 evaluation boards. | ||
| 6 | |||
| 7 | #### Preamble | ||
| 8 | MACHINEOVERRIDES =. "${@['', 'vek280-versal:']['vek280-versal' !='${MACHINE}']}" | ||
| 9 | #### Regular settings follow | ||
| 10 | |||
| 11 | # Variables that changes based on hw design or board specific requirement must be | ||
| 12 | # defined before calling the required inclusion file else pre-expansion value | ||
| 13 | # defined in versal-generic.conf will be set. | ||
| 14 | |||
| 15 | # Yocto device-tree variables | ||
| 16 | YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 17 | YAML_DT_BOARD_FLAGS ?= "{BOARD versal-vek280-revb}" | ||
| 18 | |||
| 19 | # Yocto arm-trusted-firmware(TF-A) variables | ||
| 20 | ATF_CONSOLE ?= "pl011" | ||
| 21 | TFA_BL33_LOAD ?= "0x8000000" | ||
| 22 | |||
| 23 | # Yocto PLM variables | ||
| 24 | YAML_SERIAL_CONSOLE_STDIN:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 25 | YAML_SERIAL_CONSOLE_STDOUT:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 26 | |||
| 27 | # Yocto KERNEL Variables | ||
| 28 | UBOOT_ENTRYPOINT ?= "0x200000" | ||
| 29 | UBOOT_LOADADDRESS ?= "0x200000" | ||
| 30 | |||
| 31 | # vek280-versal Serial Console | ||
| 32 | SERIAL_CONSOLES ?= "115200;ttyAMA0" | ||
| 33 | YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200" | ||
| 34 | |||
| 35 | # Required generic machine inclusion | ||
| 36 | require conf/machine/versal-ai-edge-generic.conf | ||
| 37 | |||
| 38 | # This machine conf file uses vek280-versal xsa as reference input. | ||
| 39 | # User can override with vek280 custom xsa using HDF_BASE and HDF_PATH variables | ||
| 40 | # from local.conf. | ||
| 41 | HDF_MACHINE = "vek280-versal" | ||
| 42 | |||
| 43 | # VEK280 board has 12GB memory only but default versal-generic has QB_MEM set to | ||
| 44 | # 8G, Hence we need set 12G in QB_MEM. | ||
| 45 | QB_MEM = "-m 12G" | ||
| 46 | |||
| 47 | QEMU_HW_DTB_PS = "${QEMU_HW_DTB_PATH}/board-versal-ps-vek280.dtb" | ||
| 48 | QEMU_HW_DTB_PMC = "${QEMU_HW_DTB_PATH}/board-versal-pmc-virt.dtb" | ||
| 49 | |||
| 50 | # Yocto MACHINE_FEATURES Variable | ||
| 51 | MACHINE_FEATURES += "vdu" | ||
| 52 | |||
| 53 | #### No additional settings should be after the Postamble | ||
| 54 | #### Postamble | ||
| 55 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' vek280_versal']['vek280-versal' != '${MACHINE}']}" | ||
