arm-trusted-firmware/plat/arm/css/common
Soby Mathew 4c0d039076 Rework type usage in Trusted Firmware
This patch reworks type usage in generic code, drivers and ARM platform files
to make it more portable. The major changes done with respect to
type usage are as listed below:

* Use uintptr_t for storing address instead of uint64_t or unsigned long.
* Review usage of unsigned long as it can no longer be assumed to be 64 bit.
* Use u_register_t for register values whose width varies depending on
  whether AArch64 or AArch32.
* Use generic C types where-ever possible.

In addition to the above changes, this patch also modifies format specifiers
in print invocations so that they are AArch64/AArch32 agnostic. Only files
related to upcoming feature development have been reworked.

Change-Id: I9f8c78347c5a52ba7027ff389791f1dad63ee5f8
2016-07-18 17:52:15 +01:00
..
aarch64 Rework type usage in Trusted Firmware 2016-07-18 17:52:15 +01:00
css_bl1_setup.c SoC security setup for CSS platforms in BL1 2015-12-09 17:41:18 +00:00
css_bl2_setup.c Replace all SCP FW (BL0, BL3-0) references 2015-12-14 12:31:16 +00:00
css_bl2u_setup.c FWU: Add Firmware Update support in BL2U for ARM platforms 2015-12-09 17:41:19 +00:00
css_common.mk Make SCP_BL2(U) image loading configurable on CSS platforms 2016-02-16 10:51:45 +00:00
css_mhu.c Re-factor definition of some macros on ARM platforms 2016-02-11 17:04:02 +00:00
css_mhu.h Move to the new ARM SCP Messaging Interfaces 2015-04-28 19:50:57 +01:00
css_pm.c CSS: Add support to wake up the core from wfi in GICv3 2016-06-08 17:20:20 +08:00
css_scp_bootloader.c Merge pull request #523 from jcastillo-arm/jc/genfw-791 2016-02-18 18:36:00 +00:00
css_scp_bootloader.h Add common ARM and CSS platform code 2015-04-28 19:50:56 +01:00
css_scpi.c Merge pull request #523 from jcastillo-arm/jc/genfw-791 2016-02-18 18:36:00 +00:00
css_scpi.h Remove non-ASCII character from comment 2016-02-05 08:56:18 +00:00
css_topology.c Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00