FVP: Update scripts to run GPT image
Updated scripts to:
1. Build FIP with GPT support enabled
2. Create GPT image with FIP binary inside it as a partition
3. Run GPT image on FVP base platform
Change-Id: Ia43c5e20bd0f4127b8bbd3ef488b683191d21b62
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/run_config/fvp-aemv8a.gpt b/run_config/fvp-aemv8a.gpt
new file mode 100644
index 0000000..c1de759
--- /dev/null
+++ b/run_config/fvp-aemv8a.gpt
@@ -0,0 +1,15 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2021 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+post_fetch_tf_resource() {
+ local model="base-aemv8a"
+
+ fip_as_gpt="1" \
+ model="$model" gen_model_params
+
+ model="$model" gen_fvp_yaml
+}