arm-trusted-firmware/include
Jimmy Brisson d74c6b8336 Prevent colliding identifiers
There was a collision between the name of the typedef in the CASSERT and
something else, so we make the name of the typedef unique to the
invocation of DEFFINE_SVC_UUID2 by appending the name that's passed into
the macro. This eliminates the following MISRA violation:

    bl1/bl1_main.c:233:[MISRA C-2012 Rule 5.6 (required)] Identifier
    "invalid_svc_uuid" is already used to represent a typedef.

This also resolves MISRA rule 5.9.

These renamings are as follows:
  * tzram -> secram. This matches the function call name as it has
  sec_mem in it's  name
  * fw_config_base -> config_base. This file does not mess with
  hw_conig, so there's little chance of confusion

Change-Id: I8734ba0956140c8e29b89d0596d10d61a6ef351e
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
2020-08-14 11:35:35 +00:00
..
arch TF-A AMU extension: fix detection of group 1 counters. 2020-08-10 10:40:53 +00:00
bl1 coverity: fix MISRA violations 2020-02-18 10:47:46 -06:00
bl2 BL2_AT_EL3: Enable pointer authentication support 2019-02-27 11:58:09 +00:00
bl2u Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
bl31 Use correct type when reading SCR register 2020-01-28 11:10:48 +00:00
bl32 spd: tlkd: support new TLK SMCs for RPMB service 2020-03-21 19:00:05 -07:00
common tbbr/dualroot: rename SP package certificate file 2020-07-31 12:46:21 +01:00
drivers Merge changes from topic "release/14.0" into integration 2020-08-10 23:13:36 +00:00
dt-bindings dts: bindings: stm32mp1: define SCMI clock and reset domain IDs 2020-07-16 17:35:19 +02:00
export tbbr/dualroot: Add fw_config image in chain of trust 2020-06-24 08:44:26 +01:00
lib Prevent colliding identifiers 2020-08-14 11:35:35 +00:00
plat plat/arm: Reduce size of BL31 binary 2020-08-10 10:40:35 +00:00
services FFA Version interface update 2020-06-23 15:08:48 +01:00
tools_share cert_tool: Update cert_tool for fw_config image support 2020-06-24 08:44:26 +01:00