feat(rd1ae): Add runtime script for rd1ae platform

This patch adds a runtime script configuration and build
generation scripts, along with the necessary expect logs
and port configuration.

Change-Id: I7a5b2d30c8a17332d347eef781e41dad6d6167ec
Signed-off-by: Divin Raj <divin.raj@arm.com>
diff --git a/arm_auto_solutions_utils.sh b/arm_auto_solutions_utils.sh
new file mode 100644
index 0000000..eee7607
--- /dev/null
+++ b/arm_auto_solutions_utils.sh
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2024, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+source "$ci_root/fvp_utils.sh"
+
+arm_automotive_solutions="${rd1ae_prebuilts:-$tfa_downloads/arm_automotive_solutions}"
+
+# RD-1 AE AP bl2 0x00 is mapped to 0x70083C00 in RSE memory map
+rd1ae_ap_bl2_flash_load_addr=0x70083C00
+rd1ae_ap_bl2_flash_size=0x80000