#@TYPE: Machine #@NAME: vpk120-versal #@DESCRIPTION: Machine configuration for the VPK120 evaluation board. #### Preamble MACHINEOVERRIDES =. "${@['', 'vpk120-versal:']['vpk120-versal' !='${MACHINE}']}" #### Regular settings follow # Variables that changes based on hw design or board specific requirement must be # defined before calling the required inclusion file else pre-expansion value # defined in versal-generic.conf will be set. # Yocto device-tree variables YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "versal_cips_0_pspmc_0_psv_sbsauart_0" YAML_DT_BOARD_FLAGS ?= "{BOARD versal-vpk120-reva}" # Yocto arm-trusted-firmware(TF-A) variables ATF_CONSOLE ?= "pl011" TFA_BL33_LOAD ?= "0x8000000" # Yocto PLM variables YAML_SERIAL_CONSOLE_STDIN:pn-plm-firmware ?= "versal_cips_0_pspmc_0_psv_sbsauart_0" YAML_SERIAL_CONSOLE_STDOUT:pn-plm-firmware ?= "versal_cips_0_pspmc_0_psv_sbsauart_0" # Yocto KERNEL Variables UBOOT_ENTRYPOINT ?= "0x200000" UBOOT_LOADADDRESS ?= "0x200000" # vpk120-versal Serial Console SERIAL_CONSOLES ?= "115200;ttyAMA0" YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200" # Required generic machine inclusion # VPK120 board uses Versal Premium device hence use soc variant based generic # machine inclusion require conf/machine/versal-premium-generic.conf # This machine conf file uses vpk120-versal xsa as reference input. # User can override with vpk120 custom xsa using HDF_BASE and HDF_PATH variables # from local.conf. HDF_MACHINE = "vpk120-versal" QEMU_HW_DTB_PS = "${QEMU_HW_DTB_PATH}/board-versal-ps-vpk120.dtb" QEMU_HW_DTB_PMC = "${QEMU_HW_DTB_PATH}/board-versal-pmc-virt.dtb" #### No additional settings should be after the Postamble #### Postamble PACKAGE_EXTRA_ARCHS:append = "${@['', ' vpk120_versal']['vpk120-versal' != '${MACHINE}']}"