arm-trusted-firmware/plat/nvidia/tegra/soc/t194
Anthony Zhou 6152de3b34 Tegra194: mce: fix defects flagged by MISRA scan
Main 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 variable essential type doesn't match [Rule 10.3]

Added curly braces ({}) around if/while statements in order to
  make them compound [Rule 15.6]

Voided non c-library functions whose return types are not used
  [Rule 17.7]

Change-Id: Iaae2ecaba3caf1469c44910d4e6aed0661597a51
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
2019-11-28 11:14:21 -08:00
..
drivers Tegra194: mce: fix defects flagged by MISRA scan 2019-11-28 11:14:21 -08:00
plat_memctrl.c Tegra194: memctrl: platform handlers to reprogram MSS 2019-11-28 11:14:21 -08:00
plat_psci_handlers.c Tegra194: Update wake mask, wake time for cpu offlining 2019-11-28 11:14:21 -08:00
plat_secondary.c Tegra194: Enable MCE driver 2019-10-24 15:43:26 -07:00
plat_setup.c Tegra194: memctrl: platform handlers to reprogram MSS 2019-11-28 11:14:21 -08:00
plat_sip_calls.c Tegra194: Enable fake system suspend 2019-11-28 11:14:21 -08:00
plat_smmu.c Tegra194: memctrl: platform handlers to reprogram MSS 2019-11-28 11:14:21 -08:00
plat_trampoline.S Tegra194: Fix TEGRA186_SMMU_CTX_SIZE 2019-10-24 15:43:26 -07:00
platform_t194.mk Tegra194: increase MAX_MMAP_REGIONS macro value 2019-11-28 11:14:21 -08:00