summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-11-22 18:15:06 -0700
committerMark Hatle <mark.hatle@amd.com>2022-11-24 07:00:36 -0800
commit9030b25c1efa5d02844eba576e3dc279590fda1a (patch)
tree6b6ba3f4656bee2c34e6266fe18989c876638f9b /meta-xilinx-bsp/conf/machine
parentc06d43cbb654ec5571d75f3ba0a77843491acfcb (diff)
downloadmeta-xilinx-9030b25c1efa5d02844eba576e3dc279590fda1a.tar.gz
kcu105-microblazeel: Add new machine conf file for KCU105 board
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/machine')
-rw-r--r--meta-xilinx-bsp/conf/machine/kcu105-microblazeel.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/kcu105-microblazeel.conf b/meta-xilinx-bsp/conf/machine/kcu105-microblazeel.conf
new file mode 100644
index 00000000..f7eb175f
--- /dev/null
+++ b/meta-xilinx-bsp/conf/machine/kcu105-microblazeel.conf
@@ -0,0 +1,34 @@
1#@TYPE: Machine
2#@NAME: kcu105-microblazeel
3#@DESCRIPTION: Machine configuration for the KCU105 evaluation board.
4
5#### Preamble
6MACHINEOVERRIDES =. "${@['', 'kcu105-microblazeel:']['kcu105-microblazeel' !='${MACHINE}']}"
7#### Regular settings follow
8
9# Required generic machine inclusion
10require conf/machine/microblaze-generic.conf
11
12# This machine conf file uses kcu105-microblazeel xsa as reference input.
13# User can override with custom xsa using HDF_BASE and HDF_PATH variables from
14# local.conf.
15HDF_MACHINE = "kcu105-microblazeel"
16
17# Yocto KCU105 FS-Boot variables
18YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot ?= "axi_uartlite_0"
19YAML_SERIAL_CONSOLE_STDOUT:pn-fs-boot ?= "axi_uartlite_0"
20YAML_MAIN_MEMORY_CONFIG:pn-fs-boot ?= "DDR4_0"
21YAML_FLASH_MEMORY_CONFIG:pn-fs-boot ?= "axi_quad_spi_0"
22XSCTH_PROC:pn-fs-boot ?= "microblaze_0"
23
24# Yocto KCU105 device-tree variables
25YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "axi_uartlite_0"
26YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "DDR4_0"
27DT_PADDING_SIZE:pn-device-tree ?= "0x1000"
28DTC_FLAGS:pn-device-tree ?= ""
29XSCTH_PROC:pn-device-tree ?= "microblaze_0"
30YAML_DT_BOARD_FLAGS ?= "{BOARD kcu105}"
31
32#### No additional settings should be after the Postamble
33#### Postamble
34PACKAGE_EXTRA_ARCHS:append = "${@['', 'kcu105_microblazeel']['kcu105-microblazeel' != '${MACHINE}']}"