arm-trusted-firmware/plat/mediatek/mt8173
Sandrine Bailleux ed81f3ebbf 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
2016-07-08 14:37:11 +01:00
..
aarch64 Introduce utils.h header file 2016-07-08 14:37:11 +01:00
drivers MT8173: Add Sip function for MTK HW crypt driver 2016-05-12 14:37:20 +08:00
include Replace MediaTek delay timer by generic one 2016-05-20 15:29:30 +01:00
bl31_plat_setup.c Replace MediaTek delay timer by generic one 2016-05-20 15:29:30 +01:00
plat_mt_gic.c Introduce utils.h header file 2016-07-08 14:37:11 +01:00
plat_pm.c mt8173: Remove gpio driver support 2016-03-09 15:40:32 +08:00
plat_sip_calls.c MT8173: Add Sip function for MTK HW crypt driver 2016-05-12 14:37:20 +08:00
plat_topology.c mt8173: Fix cluster 0 core count 2015-08-18 16:32:09 +08:00
platform.mk Replace MediaTek delay timer by generic one 2016-05-20 15:29:30 +01:00
power_tracer.c Initial platform port for MediaTek mt8173 2015-08-11 14:45:33 +08:00
scu.c Initial platform port for MediaTek mt8173 2015-08-11 14:45:33 +08:00