fix(ras): update patch files
With one of the recent patches in TF-A, RAS related patches were not
applied cleanly, update the files to incorporate for TF-A changes
Change-Id: Id9fe9cfe373814c1c8effca40425f7541d8b5a2c
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
diff --git a/patch/fault_inject/ras_ffh_nested.patch b/patch/fault_inject/ras_ffh_nested.patch
index 23d8d69..a0cd4d6 100644
--- a/patch/fault_inject/ras_ffh_nested.patch
+++ b/patch/fault_inject/ras_ffh_nested.patch
@@ -51,6 +51,6 @@
+ * again while exiting EL3 in reflection path.
+ */
+ target_ea_to_lower_el();
- return MAKE_SMCCC_VERSION(SMCCC_MAJOR_VERSION, SMCCC_MINOR_VERSION);
+ return (int32_t)MAKE_SMCCC_VERSION(SMCCC_MAJOR_VERSION, SMCCC_MINOR_VERSION);
}
diff --git a/patch/fault_inject/ras_kfh_reflection.patch b/patch/fault_inject/ras_kfh_reflection.patch
index 0169ae0..2c82364 100644
--- a/patch/fault_inject/ras_kfh_reflection.patch
+++ b/patch/fault_inject/ras_kfh_reflection.patch
@@ -49,6 +49,6 @@
+ * sure SCR_EL3.IRQ is cleared so that IRQ is now handled in lower EL
+ */
+ modify_scr_el3_irq();
- return MAKE_SMCCC_VERSION(SMCCC_MAJOR_VERSION, SMCCC_MINOR_VERSION);
+ return (int32_t)MAKE_SMCCC_VERSION(SMCCC_MAJOR_VERSION, SMCCC_MINOR_VERSION);
}