arm-trusted-firmware/include
Jimmy Brisson e1d5be56ba Specify signed-ness of constants
We relyed on the default signed-ness of constants, which is usually
signed. This can create MISRA violations, such as:

     bl1/bl1_main.c:257:[MISRA C-2012 10.8 (required)] Cast of composite
     expression off essential type signed to essential type unsigned

These constants were only used as unsigned, so this patch makes them
explicitly unsigned.

Change-Id: I5f1310c881e936077035fbb1d5ffb449b45de3ad
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
2020-08-14 11:36:05 +00:00
..
arch TF-A AMU extension: fix detection of group 1 counters. 2020-08-10 10:40:53 +00:00
bl1 Specify signed-ness of constants 2020-08-14 11:36:05 +00: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