diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2022-12-06 21:16:13 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-12-08 14:28:10 -0600 |
| commit | a5a4acc748819a95ed8962feb4bda8d42b5a3a5a (patch) | |
| tree | 88ffdc2b5dfce1b4cd18e6818d8718d00dddbb47 /meta-xilinx-bsp | |
| parent | a2e4b30b9263517e022e1781e0991a20fa6634fd (diff) | |
| download | meta-xilinx-a5a4acc748819a95ed8962feb4bda8d42b5a3a5a.tar.gz | |
vek280-versal: Add new machine conf file for VEK280 board
Add new machine conf file for VEK280 evaluation board. This machine
conf file is generated using gen-machine-conf tool.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-bsp')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/vek280-versal.conf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/vek280-versal.conf b/meta-xilinx-bsp/conf/machine/vek280-versal.conf new file mode 100644 index 00000000..e2dec9c2 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/vek280-versal.conf | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: vek280-versal | ||
| 3 | #@DESCRIPTION: Machine configuration for the VEK280 evaluation boards. | ||
| 4 | |||
| 5 | #### Preamble | ||
| 6 | MACHINEOVERRIDES =. "${@['', 'vek280-versal:']['vek280-versal' !='${MACHINE}']}" | ||
| 7 | #### Regular settings follow | ||
| 8 | |||
| 9 | # Required generic machine inclusion | ||
| 10 | require conf/machine/versal-ai-edge-generic.conf | ||
| 11 | |||
| 12 | # This machine conf file uses vek280-versal xsa as reference input. | ||
| 13 | # User can override with vek280 custom xsa using HDF_BASE and HDF_PATH variables | ||
| 14 | # from local.conf. | ||
| 15 | HDF_MACHINE = "vek280-versal" | ||
| 16 | |||
| 17 | # Yocto device-tree variables | ||
| 18 | YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 19 | DT_PADDING_SIZE:pn-device-tree ?= "0x1000" | ||
| 20 | DTC_FLAGS:pn-device-tree ?= "-@" | ||
| 21 | YAML_DT_BOARD_FLAGS ?= "{BOARD versal-vek280-reva}" | ||
| 22 | |||
| 23 | # Yocto arm-trusted-firmware(TF-A) variables | ||
| 24 | ATF_CONSOLE ?= "pl011" | ||
| 25 | TFA_BL33_LOAD ?= "0x8000000" | ||
| 26 | EXTRA_OEMAKE:append:pn-arm-trusted-firmware = " PRELOADED_BL33_BASE=${TFA_BL33_LOAD}" | ||
| 27 | |||
| 28 | # Yocto PLM variables | ||
| 29 | YAML_SERIAL_CONSOLE_STDIN:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 30 | YAML_SERIAL_CONSOLE_STDOUT:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0" | ||
| 31 | |||
| 32 | # Yocto KERNEL Variables | ||
| 33 | UBOOT_ENTRYPOINT ?= "0x200000" | ||
| 34 | UBOOT_LOADADDRESS ?= "0x200000" | ||
| 35 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | ||
| 36 | |||
| 37 | # vek280-versal Serial Console | ||
| 38 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 39 | YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200" | ||
| 40 | |||
| 41 | #### No additional settings should be after the Postamble | ||
| 42 | #### Postamble | ||
| 43 | PACKAGE_EXTRA_ARCHS:append = "${@['', 'vek280_versal']['vek280-versal' != '${MACHINE}']}" \ No newline at end of file | ||
