Update ULL() macro and instances of ull to comply with MISRA
MISRA C-2012 Rule 7.3 violation: lowercase l shall not be used as literal suffixes.

This patch resolves this for the ULL() macro by using ULL suffix instead
of the ull suffix.

Change-Id: Ia8183c399e74677e676956e8653e82375d0e0a01
Signed-off-by: David Cunado <david.cunado@arm.com>
1 parent 322a98b commit 5724481fdda01067d3bf4386a3dd07a541d16044
@David Cunado David Cunado authored on 16 Feb 2018
Showing 17 changed files
View
docs/porting-guide.rst
View
include/lib/utils_def.h
View
include/plat/arm/common/arm_def.h
View
lib/xlat_tables/xlat_tables_common.c
View
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
View
lib/xlat_tables_v2/aarch64/xlat_tables_arch.c
View
plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.h
View
plat/hisilicon/hikey/include/platform_def.h
View
plat/hisilicon/hikey960/include/platform_def.h
View
plat/hisilicon/poplar/include/platform_def.h
View
plat/mediatek/mt6795/include/platform_def.h
View
plat/mediatek/mt8173/include/platform_def.h
View
plat/qemu/include/platform_def.h
View
plat/rockchip/rk3328/include/platform_def.h
View
plat/rockchip/rk3368/include/platform_def.h
View
plat/rockchip/rk3399/include/platform_def.h
View
plat/xilinx/zynqmp/include/platform_def.h