summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp')
-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