summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-12-06 21:16:13 -0700
committerMark Hatle <mark.hatle@amd.com>2022-12-08 14:28:10 -0600
commita5a4acc748819a95ed8962feb4bda8d42b5a3a5a (patch)
tree88ffdc2b5dfce1b4cd18e6818d8718d00dddbb47 /meta-xilinx-bsp/conf
parenta2e4b30b9263517e022e1781e0991a20fa6634fd (diff)
downloadmeta-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/conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/vek280-versal.conf43
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
6MACHINEOVERRIDES =. "${@['', 'vek280-versal:']['vek280-versal' !='${MACHINE}']}"
7#### Regular settings follow
8
9# Required generic machine inclusion
10require 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.
15HDF_MACHINE = "vek280-versal"
16
17# Yocto device-tree variables
18YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "CIPS_0_pspmc_0_psv_sbsauart_0"
19DT_PADDING_SIZE:pn-device-tree ?= "0x1000"
20DTC_FLAGS:pn-device-tree ?= "-@"
21YAML_DT_BOARD_FLAGS ?= "{BOARD versal-vek280-reva}"
22
23# Yocto arm-trusted-firmware(TF-A) variables
24ATF_CONSOLE ?= "pl011"
25TFA_BL33_LOAD ?= "0x8000000"
26EXTRA_OEMAKE:append:pn-arm-trusted-firmware = " PRELOADED_BL33_BASE=${TFA_BL33_LOAD}"
27
28# Yocto PLM variables
29YAML_SERIAL_CONSOLE_STDIN:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0"
30YAML_SERIAL_CONSOLE_STDOUT:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0"
31
32# Yocto KERNEL Variables
33UBOOT_ENTRYPOINT ?= "0x200000"
34UBOOT_LOADADDRESS ?= "0x200000"
35KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
36
37# vek280-versal Serial Console
38SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
39YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200"
40
41#### No additional settings should be after the Postamble
42#### Postamble
43PACKAGE_EXTRA_ARCHS:append = "${@['', 'vek280_versal']['vek280-versal' != '${MACHINE}']}" \ No newline at end of file