arm-trusted-firmware/include
Yann Gautier 167c5f8098 utils: Add BIT_32 and BIT_64 macros
When applying some MISRA rules, lots of issues are raised with BIT macro
on AARCH32, and cast on uint32_t would be required (Rule 10.3).
The macros BIT_32 and BIT_64 are then created for 32bit and 64bit.
Then the BIT macro defaults on BIT_64 on AARCH64,
and on BIT_32 on AARCH32.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
2018-06-14 18:35:38 +02:00
..
bl1 Fix MISRA rule 8.4 Part 1 2018-02-28 17:19:55 +00:00
bl2 Fix MISRA rule 8.5 in common code 2018-04-13 14:01:56 +01:00
bl2u Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
bl31 RAS: Allow individual interrupt registration 2018-05-04 08:33:17 +01:00
bl32 Introduce the new BL handover interface 2018-02-26 16:31:10 +00:00
common Fix MISRA Rule 5.3 Part 1 2018-06-12 13:21:36 +01:00
drivers drivers: ti: uart: Add TI specific 16550 initialization 2018-06-11 14:26:32 -05:00
lib utils: Add BIT_32 and BIT_64 macros 2018-06-14 18:35:38 +02:00
plat SPM: Treat SP xlat tables the same as others 2018-06-13 09:19:41 +01:00
services SPM: Treat SP xlat tables the same as others 2018-06-13 09:19:41 +01:00
tools_share Dynamic cfg: Enable support on CoT for other configs 2018-05-18 12:26:38 +01:00