diff options
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/vck190-versal.conf')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/vck190-versal.conf | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/meta-xilinx-bsp/conf/machine/vck190-versal.conf b/meta-xilinx-bsp/conf/machine/vck190-versal.conf deleted file mode 100644 index ed049268..00000000 --- a/meta-xilinx-bsp/conf/machine/vck190-versal.conf +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: vck190-versal | ||
| 3 | #@DESCRIPTION: Machine configuration for the VCK190 evaluation board. | ||
| 4 | |||
| 5 | #### Preamble | ||
| 6 | MACHINEOVERRIDES =. "${@['', 'vck190-versal:']['vck190-versal' !='${MACHINE}']}" | ||
| 7 | #### Regular settings follow | ||
| 8 | |||
| 9 | # Variables that changes based on hw design or board specific requirement must be | ||
| 10 | # defined before calling the required inclusion file else pre-expansion value | ||
| 11 | # defined in versal-generic.conf will be set. | ||
| 12 | |||
| 13 | # Yocto device-tree variables | ||
| 14 | YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 15 | YAML_DT_BOARD_FLAGS ?= "{BOARD versal-vck190-reva-x-ebm-01-reva}" | ||
| 16 | |||
| 17 | # Yocto arm-trusted-firmware(TF-A) variables | ||
| 18 | ATF_CONSOLE ?= "pl011" | ||
| 19 | TFA_BL33_LOAD ?= "0x8000000" | ||
| 20 | |||
| 21 | # Yocto PLM variables | ||
| 22 | YAML_SERIAL_CONSOLE_STDIN:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 23 | YAML_SERIAL_CONSOLE_STDOUT:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 24 | |||
| 25 | # Yocto KERNEL Variables | ||
| 26 | UBOOT_ENTRYPOINT ?= "0x200000" | ||
| 27 | UBOOT_LOADADDRESS ?= "0x200000" | ||
| 28 | |||
| 29 | # vck190-versal Serial Console | ||
| 30 | SERIAL_CONSOLES ?= "115200;ttyAMA0" | ||
| 31 | YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200" | ||
| 32 | |||
| 33 | # Required generic machine inclusion | ||
| 34 | # VCK190 board uses Versal AI Core device hence use soc variant based generic | ||
| 35 | # machine inclusion | ||
| 36 | require conf/machine/versal-ai-core-generic.conf | ||
| 37 | |||
| 38 | # This machine conf file uses vck190-versal xsa as reference input. | ||
| 39 | # User can override with vck190 custom xsa using HDF_BASE and HDF_PATH variables | ||
| 40 | # from local.conf. | ||
| 41 | HDF_MACHINE = "vck190-versal" | ||
| 42 | |||
| 43 | #### No additional settings should be after the Postamble | ||
| 44 | #### Postamble | ||
| 45 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' vck190_versal']['vck190-versal' != '${MACHINE}']}" | ||
