arm-trusted-firmware/plat/amd/versal2
Maheedhar Bollapalli 07be78d500 fix(versal2): typecast operands to match data type
This corrects the MISRA violation C2012-10.3:
The value of an expression shall not be assigned to an object with a
narrower essential type or of a different essential type category.
The condition is explicitly checked against 0U, appending 'U' and
typecasting for unsigned comparison.

Change-Id: I37ec9f8d716347df9acea5eb084f5a423a32a058
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2024-12-20 11:01:50 +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 fix(versal2): typecast operands to match data type 2024-12-20 11:01:50 +00: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 operands to match data type 2024-12-20 11:01:50 +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 operands to match data type 2024-12-20 11:01:50 +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