ci: add capability to clone and build RF-A

 * Add support to clone the RF-A repository using
   local CI and also add necessary hooks to build RF-A.
 * Update run_local_ci script to pass missing paramters
   like no_rfa.

Change-Id: Icad55bc3321f524009636f554f6d751cc536eaf6
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
diff --git a/run_config/fvp-next b/run_config/fvp-rfa
similarity index 92%
rename from run_config/fvp-next
rename to run_config/fvp-rfa
index 05bf41a..3e5507d 100644
--- a/run_config/fvp-next
+++ b/run_config/fvp-rfa
@@ -11,7 +11,7 @@
 generate_lava_job() {
 	local model="base-aemv8a"
 
-	uart="0" file="tfa-next.exp" track_expect
+	uart="0" file="rfa.exp" track_expect
 	# Track the rest of the UARTs to aid in debugging.
 	uart="1" file="hold_uart.exp" track_expect
 	uart="2" file="hold_uart.exp" track_expect
diff --git a/run_config/fvp-next.rme b/run_config/fvp-rfa.rme
similarity index 96%
rename from run_config/fvp-next.rme
rename to run_config/fvp-rfa.rme
index 205b380..ebc840a 100644
--- a/run_config/fvp-next.rme
+++ b/run_config/fvp-rfa.rme
@@ -15,7 +15,7 @@
 	# scripts to work properly and not hang up waiting for BL1->BL31.
 	uart="0" set_expect_variable "skip_early_boot_msgs" "1"
 
-	uart="0" file="tfa-next-rme.exp" track_expect
+	uart="0" file="rfa-rme.exp" track_expect
 	# Track the rest of the UARTs to aid in debugging.
 	uart="1" file="hold_uart.exp" track_expect
 	uart="2" file="hold_uart.exp" track_expect