arm-trusted-firmware/plat/xilinx/zynqmp
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 Merge pull request #650 from Xilinx/zynqmp-updates 2016-06-15 15:57:02 +01:00
include zynqmp: Reduce mapped memory area 2016-05-24 10:18:06 -07:00
pm_service Introduce utils.h header file 2016-07-08 14:37:11 +01:00
tsp Introduce arm_setup_page_tables() function 2016-07-08 14:37:11 +01:00
bl31_zynqmp_setup.c Introduce arm_setup_page_tables() function 2016-07-08 14:37:11 +01:00
plat_psci.c zynqmp: PSCI: Wait for FW completing wake requests 2016-05-25 10:47:03 -07:00
plat_startup.c zynqmp: Remove double ';' 2016-05-29 09:48:44 -07:00
plat_topology.c zynqmp: Remove unused/redundant #includes 2016-04-18 07:33:15 -07:00
plat_zynqmp.c Add support for Xilinx Zynq UltraScale+ MPSOC 2016-04-06 10:44:27 -07:00
platform.mk zynqmp: Add option to select between Cadence UARTs 2016-06-15 09:05:11 -07:00
sip_svc_setup.c Add support for Xilinx Zynq UltraScale+ MPSOC 2016-04-06 10:44:27 -07:00
zynqmp_def.h zynqmp: Add option to select between Cadence UARTs 2016-06-15 09:05:11 -07:00
zynqmp_private.h zynqmp: FSBL->ATF handover 2016-04-25 09:49:59 -07:00