Introduce utils.h header file
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 5 Jul 2016 08:55:03 +0000 (09:55 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 8 Jul 2016 13:37:11 +0000 (14:37 +0100)
commited81f3ebbfb5abc7d0d250fbc71f297a904d71ae
treeeccc1a97f08450bd2a91c3205372af544cd67f9d
parentc02fcc4a3849af4e534c8cf726562694f69b9a04
Introduce utils.h header file

This patch introduces a new header file: include/lib/utils.h.
Its purpose is to provide generic macros and helper functions that
are independent of any BL image, architecture, platform and even
not specific to Trusted Firmware.

For now, it contains only 2 macros: ARRAY_SIZE() and
IS_POWER_OF_TWO(). These were previously defined in bl_common.h and
xlat_tables.c respectively.

bl_common.h includes utils.h to retain compatibility for platforms
that relied on bl_common.h for the ARRAY_SIZE() macro. Upstream
platform ports that use this macro have been updated to include
utils.h.

Change-Id: I960450f54134f25d1710bfbdc4184f12c049a9a9
13 files changed:
include/common/bl_common.h
include/lib/utils.h [new file with mode: 0644]
include/plat/arm/common/plat_arm.h
lib/xlat_tables/aarch64/xlat_tables.c
lib/xlat_tables/xlat_tables_common.c
plat/arm/common/arm_cci.c
plat/arm/common/arm_io_storage.c
plat/mediatek/mt8173/aarch64/platform_common.c
plat/mediatek/mt8173/plat_mt_gic.c
plat/rockchip/common/aarch64/platform_common.c
plat/rockchip/common/rockchip_gicv2.c
plat/rockchip/common/rockchip_gicv3.c
plat/xilinx/zynqmp/pm_service/pm_client.c