tc2: update tc_utils and tc_rss_utils script

Updated tc_utils and tc_rss_utils script to grab necessary
binaries as well as to feed proper arguments to the model.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I9b494cb2bba083cba03e5215bc8a44d9e97b87e0
(cherry picked from commit ddb43d34d1b75cdad55ba04302eb2cd6293a205c)
diff --git a/tc_utils.sh b/tc_utils.sh
index ea3989e..ba31a91 100644
--- a/tc_utils.sh
+++ b/tc_utils.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (c) 2020-2023, Arm Limited. All rights reserved.
+# Copyright (c) 2020-2024, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -27,14 +27,14 @@
 scp_ram_addr=0x0bd80000
 
 rss_rom_addr=0x11000000
-vmmaddrwidth=23
+vmmaddrwidth=19
 rvbaddr_lw=0x0000
 rvbaddr_up=0x0000
 
 # AP bl1 0x00 is mapped to 0x70000000 in RSS memory map
 ap_bl1_flash_load_addr=0x70000000
-ap_bl1_flash_size=0x80000
-rss_revision="199e090f8"
+ap_bl1_flash_size=0x20000
+rss_revision="4ab7a20"
 
 # Hafnium build repo containing Secure hafnium binaries
 spm_secure_out_dir=secure_tc_clang