arm-trusted-firmware/plat
Anthony Zhou c62be07999 Tegra: platform: support simulation platforms and MISRA fixes
This patch adds support for simulation platforms as well as
fixes issues flagged by the MISRA scans.

Main MISRA fixes:

* Added explicit casts (e.g. 0U) to integers in order for them to be
  compatible with whatever operation they're used in [Rule 10.1]
* Fix return type doesn't match the function type [Rule 10.3]
* Use single return point instead of multiple [Rule 15.5]
* Change return type for the tegra_platform_is_x handlers to bool

Change-Id: I871b7c37b22942f6c0c2049c14cc626d4a24d81c
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2019-01-16 10:07:43 -08:00
..
allwinner Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
arm Merge pull request #1738 from ardbiesheuvel/synquacer-spm 2019-01-16 16:01:42 +00:00
common Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
hisilicon Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
imx imx: make imx uart work for debug mode 2019-01-15 14:32:31 +08:00
layerscape Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
marvell Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
mediatek Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
meson/gxbb Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
nvidia/tegra Tegra: platform: support simulation platforms and MISRA fixes 2019-01-16 10:07:43 -08:00
qemu Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
renesas/rcar rcar_gen3: plat: update renesas version to 2.0.0 2019-01-08 14:08:44 +01:00
rockchip Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rpi3 Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00
socionext plat/synquacer: enable SPM support 2019-01-15 17:51:23 +01:00
st/stm32mp1 stm32mp1: do not include platform header files directly in drivers 2019-01-07 11:17:24 +01:00
ti/k3 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
xilinx xilinx: Move IPI functions to common file 2019-01-09 12:38:00 -08:00