refactor(fvp-aemv8a): run GPT image with CRC32 support

It appears that CRC32 support is mandatory after the introduction of
this patch [1], where GPT header is verified by CRC32 check.
Therefore, a CRC32 model parameter was added to run the GPT image.

[1]:https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/15104

Change-Id: I38b4ea624acc27138c164767cbc91725a7b7595f
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/run_config/fvp-aemv8a.gpt b/run_config/fvp-aemv8a.gpt
index c1de759..2aa7678 100644
--- a/run_config/fvp-aemv8a.gpt
+++ b/run_config/fvp-aemv8a.gpt
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# Copyright (c) 2021-2022 Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -9,6 +9,7 @@
         local model="base-aemv8a"
 
         fip_as_gpt="1" \
+        supports_crc32="1" \
         model="$model" gen_model_params
 
         model="$model" gen_fvp_yaml