From b07d492a65851db1ad6d462a19ac79e4ff6c4e14 Mon Sep 17 00:00:00 2001 From: Venkata Naga Sai Krishna Kolapalli Date: Tue, 16 Jun 2015 17:10:54 +0530 Subject: [PATCH] Standalone BSP : Add Coresight DCC support in .mld This patch adds coresight DCC support for Zynq Ultrascale+ MP Platform by modifying stdin and stdout range options. Signed-off-by: Venkata Naga Sai Krishna Kolapalli --- lib/bsp/standalone/data/standalone.mld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bsp/standalone/data/standalone.mld b/lib/bsp/standalone/data/standalone.mld index 4423d7db..816765e9 100644 --- a/lib/bsp/standalone/data/standalone.mld +++ b/lib/bsp/standalone/data/standalone.mld @@ -41,8 +41,8 @@ OPTION OS_STATE = ACTIVE; OPTION VERSION = 5.2; OPTION NAME = standalone; -PARAM name = stdin, desc = "stdin peripheral", type = peripheral_instance, requires_interface = stdin, default=none, range = (ps7_uart, ps7_coresight_comp, iomodule, axi_uartlite, axi_uart16550, mdm); -PARAM name = stdout, desc = "stdout peripheral", type = peripheral_instance, requires_interface = stdout, default=none, range = (ps7_uart, ps7_coresight_comp, iomodule, axi_uartlite, axi_uart16550, mdm); +PARAM name = stdin, desc = "stdin peripheral", type = peripheral_instance, requires_interface = stdin, default=none, range = (ps7_uart, psu_uart, ps7_coresight_comp, psu_coresight_0, iomodule, axi_uartlite, axi_uart16550, mdm); +PARAM name = stdout, desc = "stdout peripheral", type = peripheral_instance, requires_interface = stdout, default=none, range = (ps7_uart, psu_uart, ps7_coresight_comp, psu_coresight_0, iomodule, axi_uartlite, axi_uart16550, mdm); BEGIN CATEGORY sw_intrusive_profiling PARAM name = enable_sw_intrusive_profiling, type = bool, default = false, desc = "Enable S/W Intrusive Profiling on Hardware Targets", permit = user; PARAM name = profile_timer, type = peripheral_instance, range = (opb_timer, xps_timer, axi_timer), default = none, desc = "Specify the Timer to use for Profiling. For PowerPC system, specify none to use PIT timer. For ARM system, specify none to use SCU timer";