From 0b33d882110cce4bf26a4aa407f9fb3fd2186b3c Mon Sep 17 00:00:00 2001 From: Varalaxmi Bingi Date: Sat, 8 Jan 2022 15:13:16 +0530 Subject: device-tree.bbappend: defining the memory and serial console param This patch will define the device-tree required memory and uart params. Due to recent board/board_variant and machine changes in yocto caused this issue.To work with these new changes we need this. In plnxtool.conf we will define the default values but if we set board value in that case due to the changes in new microblaze-generic.conf file the plnxtool.conf changes will not work. Signed-off-by: Varalaxmi Bingi Signed-off-by: Mark Hatle --- .../meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-xilinx-bsp') diff --git a/meta-xilinx-bsp/dynamic-layers/meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-bsp/dynamic-layers/meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend index 75c6bf88..f236e4b8 100644 --- a/meta-xilinx-bsp/dynamic-layers/meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-bsp/dynamic-layers/meta-xilinx-tools/recipes-bsp/device-tree/device-tree.bbappend @@ -27,8 +27,12 @@ YAML_DT_BOARD_FLAGS:vck190 ?= "{BOARD versal-vck190-reva-x-ebm-01-reva}" YAML_DT_BOARD_FLAGS:vmk180 ?= "{BOARD versal-vmk180-reva-x-ebm-01-reva}" YAML_DT_BOARD_FLAGS:vc-p-a2197-00 ?= "{BOARD versal-vc-p-a2197-00-reva-x-prc-01-reva}" YAML_DT_BOARD_FLAGS:ac701 ?= "{BOARD ac701-full}" +YAML_MAIN_MEMORY_CONFIG:kcu105 ?= "ddr4_0" +YAML_CONSOLE_DEVICE_CONFIG:kcu105 ?= "axi_uartlite_0" YAML_DT_BOARD_FLAGS:kcu105 ?= "{BOARD kcu105}" YAML_DT_BOARD_FLAGS:sp701 ?= "{BOARD sp701-rev1.0}" +YAML_MAIN_MEMORY_CONFIG:vcu118 ?= "ddr4_0" +YAML_CONSOLE_DEVICE_CONFIG:vcu118 ?= "axi_uartlite_0" YAML_DT_BOARD_FLAGS:vcu118 ?= "{BOARD vcu118-rev2.0}" YAML_DT_BOARD_FLAGS:k26 ?= "{BOARD zynqmp-sm-k26-reva}" YAML_DT_BOARD_FLAGS:zcu670 ?= "{BOARD zcu670-revb}" -- cgit v1.2.3-54-g00ecf