| /rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/ |
| H A D | zynqmp_pm_defs.h | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | zynqmp_pm_svc_main.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | pm_api_pinctrl.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | zynqmp_pm_api_sys.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | pm_client.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | pm_api_ioctl.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | pm_api_clock.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/ |
| H A D | plat_zynqmp.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | bl31_zynqmp_setup.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/aarch64/ |
| H A D | zynqmp_common.c | 6ae9562473812cce8d97f3a3f2a8ae7aafa75201 Wed Apr 24 10:50:26 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(zynqmp): 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: I141fbc554265173df0ca90c2ddc7f28137c6b0f1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|