feat: create test config for fvp_r platform

This configuration file outlines the build and run settings for the
fvp-r platform. It build TF using the fvp-r-default config and applies
the fvp-aemv8r.linux run settings.

fvp-aemv8r.linux: update dtb_addr based on the vexpress_* board
configuration which supports FVP_BaseR_AEMv8R

Update boot expect script and enable the FVP-R model in Open-CI

Signed-off-by: Divin Raj <divin.raj@arm.com>
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I59be6e39e3096445c2841b0f729f136aac10a26b
diff --git a/expect/fvp-r-yocto.exp b/expect/fvp-r-yocto.exp
index 34117a4..8f3189d 100644
--- a/expect/fvp-r-yocto.exp
+++ b/expect/fvp-r-yocto.exp
@@ -28,22 +28,12 @@
 	}

 }

 

-# Yocto

-expect {

-	"Booting Linux on physical CPU" {

-		message "Booting Linux"

-	}

-}

+# Linux kernel boot section

+source [file join [file dirname [info script]] linux.inc]

 

+# Yocto

 expect {

 	"fvp-baser-aemv8r64 login:" {

 		message "Yocto Login Prompt Received"

-		send "root\n"

-	}

-}

-

-expect {

-	"#" {

-		message "Successfully Reached Yocto Shell"

 	}

 }