arm-trusted-firmware/plat/arm/board/fvp
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
drivers/pwrc Rework type usage in Trusted Firmware 2016-07-18 17:52:15 +01:00
include Add CCN support to FVP platform port 2016-05-25 10:25:16 +01:00
tsp Rework use of ARM GIC drivers on ARM platforms 2015-12-09 09:58:17 +00:00
fvp_bl1_setup.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_bl2_setup.c Replace SP804 timer by generic delay timer on FVP 2016-05-20 15:29:30 +01:00
fvp_bl2u_setup.c FWU: Add Firmware Update support in BL2U for ARM platforms 2015-12-09 17:41:19 +00:00
fvp_bl31_setup.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_common.c ARM CSS platforms: Map flash as execute-never by default 2016-07-08 14:55:11 +01:00
fvp_def.h Add CCN support to FVP platform port 2016-05-25 10:25:16 +01:00
fvp_err.c TBB: add Trusted Watchdog support on ARM platforms 2015-12-02 13:54:35 +00:00
fvp_io_storage.c TBB: apply TBBR naming convention to certificates and extensions 2015-12-14 12:29:44 +00:00
fvp_pm.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_private.h Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_security.c Migrate ARM standard platforms to the refactored TZC driver 2016-03-31 21:23:23 +01:00
fvp_topology.c Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00
fvp_trusted_boot.c Implement plat_set_nv_ctr for FVP platforms 2016-06-03 11:17:03 +01:00
platform.mk Merge pull request #641 from antonio-nino-diaz-arm/an/fvp-set-nv-ctr 2016-06-03 17:27:45 +01:00