diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2022-11-22 18:15:06 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-24 07:00:36 -0800 |
| commit | 9030b25c1efa5d02844eba576e3dc279590fda1a (patch) | |
| tree | 6b6ba3f4656bee2c34e6266fe18989c876638f9b /meta-xilinx-bsp | |
| parent | c06d43cbb654ec5571d75f3ba0a77843491acfcb (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/kcu105-microblazeel.conf | 34 |
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 | ||
| 6 | MACHINEOVERRIDES =. "${@['', 'kcu105-microblazeel:']['kcu105-microblazeel' !='${MACHINE}']}" | ||
| 7 | #### Regular settings follow | ||
| 8 | |||
| 9 | # Required generic machine inclusion | ||
| 10 | require 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. | ||
| 15 | HDF_MACHINE = "kcu105-microblazeel" | ||
| 16 | |||
| 17 | # Yocto KCU105 FS-Boot variables | ||
| 18 | YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot ?= "axi_uartlite_0" | ||
| 19 | YAML_SERIAL_CONSOLE_STDOUT:pn-fs-boot ?= "axi_uartlite_0" | ||
| 20 | YAML_MAIN_MEMORY_CONFIG:pn-fs-boot ?= "DDR4_0" | ||
| 21 | YAML_FLASH_MEMORY_CONFIG:pn-fs-boot ?= "axi_quad_spi_0" | ||
| 22 | XSCTH_PROC:pn-fs-boot ?= "microblaze_0" | ||
| 23 | |||
| 24 | # Yocto KCU105 device-tree variables | ||
| 25 | YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "axi_uartlite_0" | ||
| 26 | YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "DDR4_0" | ||
| 27 | DT_PADDING_SIZE:pn-device-tree ?= "0x1000" | ||
| 28 | DTC_FLAGS:pn-device-tree ?= "" | ||
| 29 | XSCTH_PROC:pn-device-tree ?= "microblaze_0" | ||
| 30 | YAML_DT_BOARD_FLAGS ?= "{BOARD kcu105}" | ||
| 31 | |||
| 32 | #### No additional settings should be after the Postamble | ||
| 33 | #### Postamble | ||
| 34 | PACKAGE_EXTRA_ARCHS:append = "${@['', 'kcu105_microblazeel']['kcu105-microblazeel' != '${MACHINE}']}" | ||
