Add utility files for RD-Daniel Config-M

In preparation to add RD-Daniel Config-M platform to SCP and TF-A CI,
add config files for RD-Daniel FVP.

Change-Id: Ia89b4f7d20234ed7f3403e4faceba895b6460caf
Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
diff --git a/model/css-rddaniel.sh b/model/css-rddaniel.sh
new file mode 100644
index 0000000..b08a81a
--- /dev/null
+++ b/model/css-rddaniel.sh
@@ -0,0 +1,24 @@
+#!/bin/bash
+#
+# Copyright (c) 2020, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+# Tell FVP to use RNSAMs as internal in CMN-Rhodes.
+set_model_env "FASTSIM_CMN_INTERNAL_RNSAM" "1"
+
+set_model_path "$warehouse/SysGen/SubSystemModels/11.10/36/models/Linux64_GCC-6.4/FVP_RD_Daniel"
+
+cat <<EOF >"$model_param_file"
+-C css.cmn_rhodes.force_on_from_start=1
+-C css.mcp.ROMloader.fname=$mcp_rom_bin
+-C css.scp.ROMloader.fname=$scp_rom_bin
+--data css.scp.armcortexm7ct=$scp_ram_bin@$scp_ram_addr
+-C css.trustedBootROMloader.fname=$bl1_bin
+-C board.flashloader0.fname=$fip_bin
+-C board.virtioblockdevice.image_path=$busybox_bin
+-C css.pl011_uart_ap.unbuffered_output=1
+-C soc.pl011_uart0.unbuffered_output=1
+-C soc.pl011_uart1.unbuffered_output=1
+EOF