arm-trusted-firmware/plat
Anthony Zhou aa64c5fb67 Tegra: fix defects flagged by MISRA Rule 10.3
MISRA Rule 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 essential type of a enum member is anonymous enum, the enum member
should be casted to the right type when using it.

Both UL and ULL suffix equal to uint64_t constant in compiler
aarch64-linux-gnu-gcc, to avoid confusing, only keep U and ULL suffix
in platform code. So in some case, cast a constant to uint32_t is
necessary.

Change-Id: I1aae8cba81ef47481736e7f95f53570de7013187
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
2019-01-18 09:21:50 -08:00
..
allwinner Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
arm Merge pull request #1738 from ardbiesheuvel/synquacer-spm 2019-01-16 16:01:42 +00:00
common Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
hisilicon Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
imx imx: add cpu-freq SIP runtime service support 2019-01-17 10:49:48 +08:00
layerscape Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
marvell Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
mediatek Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
meson/gxbb Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
nvidia/tegra Tegra: fix defects flagged by MISRA Rule 10.3 2019-01-18 09:21:50 -08:00
qemu Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
renesas/rcar rcar_gen3: plat: update renesas version to 2.0.0 2019-01-08 14:08:44 +01:00
rockchip Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3 rpi3: fix RPI3_PRELOADED_DTB_BASE usage 2019-01-17 00:15:56 +02:00
socionext plat/synquacer: enable SPM support 2019-01-15 17:51:23 +01:00
st/stm32mp1 stm32mp1: do not include platform header files directly in drivers 2019-01-07 11:17:24 +01:00
ti/k3 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
xilinx xilinx: Move IPI functions to common file 2019-01-09 12:38:00 -08:00