From b91fe7dc6b87ad99c17a074cb5793cc47d957b83 Mon Sep 17 00:00:00 2001 From: Anirudha Sarangi Date: Wed, 4 Feb 2015 12:08:45 +0530 Subject: [PATCH] standalone BSP: Update the standalone mld file for proper STDIN/STDOUT range This patch updates the mld file with range properties for STDIN and STDOUT. Signed-off-by: Anirudha Sarangi --- 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 d2bfb6a5..443dcbf4 100755 --- a/lib/bsp/standalone/data/standalone.mld +++ b/lib/bsp/standalone/data/standalone.mld @@ -40,8 +40,8 @@ OPTION copyfiles = all; OPTION OS_STATE = ACTIVE; OPTION NAME = standalone; -PARAM name = stdin, desc = "stdin peripheral", type = peripheral_instance, requires_interface = stdin, default=none; -PARAM name = stdout, desc = "stdout peripheral", type = peripheral_instance, requires_interface = stdout, default=none; +PARAM name = stdin, desc = "stdin peripheral", type = peripheral_instance, requires_interface = stdin, default=none, range = (ps7_uart, ps7_coresight_comp, iomodule, uartlite, uartns550, mdm); +PARAM name = stdout, desc = "stdout peripheral", type = peripheral_instance, requires_interface = stdout, default=none, range = (ps7_uart, ps7_coresight_comp, iomodule, uartlite, uartns550, 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";