]> git.baikalelectronics.ru Git - arm-tf.git/commit
coverity: fix MISRA violations
authorZelalem <zelalem.aweke@arm.com>
Wed, 12 Feb 2020 16:37:03 +0000 (10:37 -0600)
committerZelalem <zelalem.aweke@arm.com>
Tue, 18 Feb 2020 16:47:46 +0000 (10:47 -0600)
commit2fe75a2de087ec23162c5fd25ba439bd330ea50c
tree8fdfe111e09b5de4d7495c03ea4cde6ba29ee2af
parent572fcdd547753d668ca1146ca420664ccc3ac6fb
coverity: fix MISRA violations

Fixes for the following MISRA violations:
- Missing explicit parentheses on sub-expression
- An identifier or macro name beginning with an
  underscore, shall not be declared
- Type mismatch in BL1 SMC handlers and tspd_main.c

Change-Id: I7a92abf260da95acb0846b27c2997b59b059efc4
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
bl1/bl1_fwu.c
bl1/bl1_main.c
bl1/bl1_private.h
drivers/cfi/v2m/v2m_flash.c
include/bl1/bl1.h
include/lib/el3_runtime/aarch32/context.h
include/lib/el3_runtime/aarch64/context.h
lib/psci/psci_common.c
services/spd/tspd/tspd_main.c