arm-trusted-firmware/bl31
Nithin G e358089d83 fix(bl31): add const qualifier
This corrects the MISRA violation C2012-8.13:
A pointer should point to a const-qualified type whenever possible.
Added const qualifier to pointer in the function arguments.

Change-Id: Ia323a2b2946d61a639696e2559f88e376beda861
Signed-off-by: Nithin G <nithing@amd.com>
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2025-03-09 22:02:53 +05:30
..
aarch64 fix(el3-runtime): replace CTX_ESR_EL3 with CTX_DOUBLE_FAULT_ESR 2025-02-28 11:48:37 +00:00
bl31.ld.S build(bl31): support separated memory for RW DATA 2024-11-05 17:24:41 +08:00
bl31.mk perf(mpmm): greatly simplify MPMM enablement 2025-02-25 08:50:45 +00:00
bl31_context_mgmt.c feat(rme): add context management changes for FEAT_RME 2021-10-05 18:41:35 +02:00
bl31_main.c fix(bl31): add const qualifier 2025-03-09 22:02:53 +05:30
bl31_traps.c docs: review Undefined Injection for 2.12 release 2024-11-14 18:30:02 +02:00
ehf.c fix(gic600): workaround for Part 1 of GIC600 erratum 2384374 2024-03-06 14:16:35 -06:00
interrupt_mgmt.c fix(bl31): add missing curly braces 2025-03-07 13:22:18 +01:00