arm-trusted-firmware/plat/amd/versal2
Maheedhar Bollapalli fbc415d204 fix(versal2): typecast expressions to match data type
This corrects the MISRA violation C2012-10.4:
Both operands of an operator in which the usual arithmetic
conversions are performed shall have the same essential type
category.
The condition is explicitly checked against 0U, appending 'U' and
typecasting for unsigned comparison.

Change-Id: Ia352e3cf261b52777c1c431701e1e6c3be9cd279
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2024-12-20 11:01:09 +00:00
..
aarch64 fix(versal2): typecast expressions to match data type 2024-12-20 11:01:09 +00:00
include fix(versal2): typecast expressions to match data type 2024-12-20 11:01:09 +00:00
tsp feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00
bl31_setup.c Merge changes from topic "xlnx_fix_plat_const_preced" into integration 2024-10-29 12:11:25 +01:00
gicv3.c feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00
plat_psci.c fix(versal2): typecast expressions to match data type 2024-12-20 11:01:09 +00:00
plat_topology.c feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00
platform.mk feat(amd): populate handoff from TL 2024-10-22 11:05:14 +05:30
scmi.c fix(versal2): typecast expressions to match data type 2024-12-20 11:01:09 +00:00
sip_svc_setup.c fix(versal2): typecast expressions to match data type 2024-12-20 11:01:09 +00:00
soc_ipi.c feat(versal2): add support for AMD Versal Gen 2 platform 2024-06-10 08:09:49 +02:00