1. a439dfd feat(tc): add memory node in the device tree by Boyan Karatotev · Mon Dec 04 16:09:14 2023 +0000
  2. 9898339 feat(handoff): introduce firmware handoff library by Raymond Mao · Tue Jul 25 07:53:35 2023 -0700
  3. eee28e7 chore: update to use Arm word across TF-A by Govindraj Raja · Tue Aug 01 15:52:40 2023 -0500
  4. 2bc097c fix: add parenthesis for tests in MIN, MAX and CLAMP macros by Yann Gautier · Fri Nov 18 15:00:43 2022 +0100
  5. d1907f0 feat(spmc): add support for v1.1 FF-A memory data structures by Marc Bonnici · Tue Apr 19 17:42:53 2022 +0100
  6. 68a181e NXP: Timer API added to enable ARM generic timer by Pankaj Gupta · Wed Dec 09 14:02:38 2020 +0530
  7. a5c6636 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · Fri Mar 20 14:21:05 2020 -0500
  8. 0a176e3 include: move MHZ_TICKS_PER_SEC to utils_def.h by Varun Wadekar · Thu Feb 13 13:07:12 2020 -0800
  9. a265ade lib: utils_def: add CLAMP macro by Lionel Debieve · Thu Jan 02 11:14:16 2020 +0100
  10. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · Tue Jul 09 14:02:43 2019 -0700
  11. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  12. 2a231e3 Factor out cross-BL API into export headers suitable for 3rd party code by Julius Werner · Tue May 28 21:03:58 2019 -0700
  13. d522759 Initial Spectre V1 mitigations (CVE-2017-5753). by Joel Hutton · Tue Oct 09 14:08:42 2018 +0100
  14. 8257f5b Synchronise arch.h and arch_helpers.h with TF-A-Tests by Antonio Nino Diaz · Thu Nov 22 15:53:17 2018 +0000
  15. d2c9a68 utils_def: add an assembly version for GENMASK by Yann Gautier · Thu Nov 15 09:49:24 2018 +0100
  16. 006b15e Fix misra warnings in delay timer and console drivers by Sathees Balya · Wed Sep 19 14:23:03 2018 +0100
  17. bb77f88 Fix check_[uptr/u32]_overflow() macros MISRA defects by Antonio Nino Diaz · Wed Jul 18 13:23:07 2018 +0100
  18. 2913596 Introduce UL(), L() and LL() macros by Antonio Nino Diaz · Wed Jul 18 11:56:00 2018 +0100
  19. 58e8148 xlat v2: Split MMU setup and enable by Jeenu Viswambharan · Fri Apr 27 15:06:57 2018 +0100
  20. c70fed5 utils: Add BIT_32 and BIT_64 macros by Yann Gautier · Thu Jun 14 13:28:31 2018 +0200
  21. 953e94d Add GENMASK macros by Yann Gautier · Thu Jun 14 18:35:33 2018 +0200
  22. 19f6cf2 RAS: Add helpers to access Standard Error Records by Jeenu Viswambharan · Thu Dec 07 08:43:05 2017 +0000
  23. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · Wed Mar 21 11:40:57 2018 +0000
  24. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · Fri Feb 16 21:12:58 2018 +0000
  25. f0781f3 Merge pull request #1235 from jwerner-chromium/JW_udelay by davidcunado-arm · Tue Jan 30 08:59:35 2018 +0000
  26. 54b6d20 Make div_round_up() correct for divisors that are not a power of 2 by Julius Werner · Mon Jan 22 13:56:13 2018 -0800
  27. 02eb727 utils_def: Add REGSZ and make BIT() assembly-compatible by Julius Werner · Tue Dec 12 14:23:26 2017 -0800
  28. 327548c GICv3: add functions for save and restore by Soby Mathew · Thu Jul 13 15:19:51 2017 +0100
  29. f94e40d Fix type of `unsigned long` constants by Antonio Nino Diaz · Thu Sep 14 15:57:44 2017 +0100
  30. 0bc79d9 Add macro to test for minimum architecture version by Jeenu Viswambharan · Wed Aug 16 11:44:25 2017 +0100
  31. 05597a9 Add U() macro to share constants between C and other sources by Varun Wadekar · Thu May 18 10:32:51 2017 -0700
  32. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  33. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · Mon Apr 10 11:45:52 2017 -0700