| /rk3399_ARM-atf/bl1/aarch32/ |
| H A D | bl1_context_mgmt.c | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/bl31/ |
| H A D | bl31_context_mgmt.c | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | interrupt_mgmt.c | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/bl1/aarch64/ |
| H A D | bl1_context_mgmt.c | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/include/bl31/ |
| H A D | interrupt_mgmt.h | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/bl32/sp_min/ |
| H A D | sp_min_main.c | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/lib/el3_runtime/aarch32/ |
| H A D | context_mgmt.c | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/include/lib/el3_runtime/ |
| H A D | cpu_data.h | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| H A D | context_mgmt.h | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/lib/el3_runtime/aarch64/ |
| H A D | context_mgmt.c | f05b4894acfb681017bfda71fb16e6079a4f6a43 Wed Apr 24 12:35:56 UTC 2024 Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(el3-runtime): 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. Replaced usage of 'unsigned int' with 'size_t' to ensure type consistency and prevent assignment to a narrower or different essential type.
Change-Id: I79501e216a04753ebd005d64375357b9332440d9 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|