History for arm-trusted-firmware / include / lib / utils_def.h
2020-04-03
@John Powell
Fix MISRA C issues in BL1/BL2/BL31 ...
John Powell authored on 20 Mar 2020 johpow01 committed on 3 Apr 2020
2020-02-20
@Varun Wadekar
include: move MHZ_TICKS_PER_SEC to utils_def.h ...
Varun Wadekar committed on 20 Feb 2020
2020-01-20
@Lionel Debieve
lib: utils_def: add CLAMP macro ...
Lionel Debieve committed on 20 Jan 2020
2019-08-01
@Julius Werner
Switch AARCH32/AARCH64 to __aarch64__ ...
Julius Werner committed on 1 Aug 2019
@Julius Werner
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ ...
Julius Werner committed on 1 Aug 2019
2019-07-23
@Julius Werner
Factor out cross-BL API into export headers suitable for 3rd party code ...
Julius Werner committed on 23 Jul 2019
2018-11-26
@Joel Hutton
Initial Spectre V1 mitigations (CVE-2017-5753). ...
Joel Hutton committed on 26 Nov 2018
@Antonio Nino Diaz
Synchronise arch.h and arch_helpers.h with TF-A-Tests ...
Antonio Nino Diaz committed on 26 Nov 2018
2018-11-15
@Yann Gautier
utils_def: add an assembly version for GENMASK ...
Yann Gautier committed on 15 Nov 2018
2018-09-25
@Sathees Balya
Fix misra warnings in delay timer and console drivers ...
Sathees Balya committed on 25 Sep 2018
2018-07-20
@Antonio Nino Diaz
Fix check_[uptr/u32]_overflow() macros MISRA defects ...
Antonio Nino Diaz committed on 20 Jul 2018
@Antonio Nino Diaz
Introduce UL(), L() and LL() macros ...
Antonio Nino Diaz committed on 20 Jul 2018
2018-06-27
@Jeenu Viswambharan
xlat v2: Split MMU setup and enable ...
Jeenu Viswambharan committed on 27 Jun 2018
2018-06-14
@Yann Gautier
utils: Add BIT_32 and BIT_64 macros ...
Yann Gautier committed on 14 Jun 2018
@Yann Gautier
Add GENMASK macros ...
Yann Gautier committed on 14 Jun 2018
2018-05-04
@Jeenu Viswambharan
RAS: Add helpers to access Standard Error Records ...
Jeenu Viswambharan committed on 4 May 2018
2018-03-27
@Joel Hutton
Clean usage of void pointers to access symbols ...
Joel Hutton committed on 27 Mar 2018
2018-02-27
@David Cunado
Update ULL() macro and instances of ull to comply with MISRA ...
David Cunado committed on 27 Feb 2018
2018-01-30
@davidcunado-arm
Merge pull request #1235 from jwerner-chromium/JW_udelay ...
davidcunado-arm authored on 30 Jan 2018 GitHub committed on 30 Jan 2018
2018-01-22
@Julius Werner
Make div_round_up() correct for divisors that are not a power of 2 ...
Julius Werner committed on 22 Jan 2018
2017-12-12
@Julius Werner
utils_def: Add REGSZ and make BIT() assembly-compatible ...
Julius Werner committed on 12 Dec 2017
2017-10-05
@Soby Mathew
GICv3: add functions for save and restore ...
Soby Mathew committed on 5 Oct 2017
2017-09-21
@Antonio Nino Diaz
Fix type of `unsigned long` constants ...
Antonio Nino Diaz committed on 21 Sep 2017
2017-08-24
@Jeenu Viswambharan
Add macro to test for minimum architecture version ...
Jeenu Viswambharan authored on 16 Aug 2017 Isla Mitchell committed on 24 Aug 2017
2017-06-14
@Varun Wadekar
Add U() macro to share constants between C and other sources ...
Varun Wadekar committed on 14 Jun 2017
2017-05-03
@dp-arm
Use SPDX license identifiers ...
dp-arm committed on 3 May 2017
2017-04-29
@Scott Branden
Move defines in utils.h to utils_def.h to fix shared header compile issues ...
Scott Branden committed on 29 Apr 2017