1. 7a86792 feat(hw_crc): add support for HW computed CRC by Manish V Badarkhe · Thu Apr 22 14:41:27 2021 +0100
  2. a65a8ff feat(fdt): introduce wrapper function to read DT UUIDs by David Horstmann · Mon Mar 01 19:34:37 2021 +0000
  3. 3776ff0 fdt: Use proper #address-cells and #size-cells for reserved-memory by Andre Przywara · Sun Jan 17 02:11:32 2021 +0000
  4. 7b4e2d6 Print newline after hex address in aarch64 el3_panic function by Pali Rohár · Tue Feb 16 18:05:57 2021 +0100
  5. f68a683 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · Sun Oct 18 14:51:00 2020 +0000
  6. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · Tue Aug 04 16:18:52 2020 -0500
  7. 39f9eee Don't return error information from console_flush by Jimmy Brisson · Wed Aug 05 13:44:05 2020 -0500
  8. f3310a5 fdt: Fix coverity complaint about 32-bit multiplication by Andre Przywara · Wed Oct 07 11:09:42 2020 +0100
  9. f783dd6 Merge changes from topic "stm32_exceptions" into integration by Manish Pandey · Wed Sep 30 07:58:44 2020 +0000
  10. 64b9e14 fdt: Add function to adjust GICv3 redistributor size by Andre Przywara · Mon Aug 24 18:28:44 2020 +0100
  11. d04c7ae Align AARCH32 version of debug.S with AARCH64 by Yann Gautier · Thu Sep 17 15:15:27 2020 +0200
  12. 40f4984 Add support to export a /cpus node to the device tree. by Javier Almansa Sobrino · Tue Aug 25 16:16:29 2020 +0100
  13. bde5c95 Add wrapper for AT instruction by Manish V Badarkhe · Tue Jul 14 14:43:12 2020 +0100
  14. 361c1b3 plat/fvp: Support for extracting UART serial node info from DT by Madhukar Pappireddy · Tue Mar 24 10:03:34 2020 -0500
  15. 69ca84a SPMD: extract SPMC DTB header size from SPMD by Olivier Deprez · Fri Feb 07 15:44:43 2020 +0100
  16. a0eaca5 fdt/wrappers: Introduce code to find UART DT node by Andre Przywara · Thu Mar 26 12:52:06 2020 +0000
  17. 4a1c874 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · Thu Mar 26 12:11:34 2020 +0000
  18. e183e15 arm: fconf: Fix GICv3 dynamic configuration by Andre Przywara · Thu Mar 26 11:57:43 2020 +0000
  19. 2d5690c plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · Thu Mar 26 11:50:33 2020 +0000
  20. fe5bdf5 fdt/wrappers: Replace fdtw_read_cells() implementation by Andre Przywara · Thu Mar 26 11:22:37 2020 +0000
  21. 6cf6a1b fdt/wrappers: Generalise fdtw_read_array() by Andre Przywara · Mon Mar 30 23:21:13 2020 +0100
  22. d368ce0 Add support to pass the nt_fw_config DTB to OP-TEE. by Javier Almansa Sobrino · Mon Feb 10 14:14:27 2020 +0000
  23. 813c9f9 Fix crash dump for lower EL by Alexei Fedorov · Tue Mar 03 13:31:58 2020 +0000
  24. 94eb27f Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · Tue Feb 11 16:15:45 2020 +0000
  25. 26c2740 Merge changes from topic "spmd" into integration by Olivier Deprez · Tue Feb 11 08:34:47 2020 +0000
  26. bcc0ade Merge "coverity: Fix MISRA null pointer violations" into integration by Mark Dykes · Mon Feb 10 17:20:53 2020 +0000
  27. da6ef0e SPMD: add support for an example SPM core manifest by Achin Gupta · Fri Oct 11 14:54:48 2019 +0100
  28. b8f26e9 Make PAC demangling more generic by Alexei Fedorov · Thu Feb 06 17:11:03 2020 +0000
  29. 4da9b31 fconf: Add TBBR disable_authentication property by Louis Mayencourt · Mon Sep 30 10:57:24 2019 +0100
  30. e8dadb1 coverity: Fix MISRA null pointer violations by Zelalem · Wed Feb 05 14:12:39 2020 -0600
  31. 2de82fc FDT wrappers: add functions for read/write bytes by Alexei Fedorov · Wed Jan 29 16:21:28 2020 +0000
  32. b768a1b FDT helper functions: Fix MISRA issues by Andre Przywara · Mon Sep 16 16:50:57 2019 +0100
  33. 2cce803 Refactor load_auth_image_internal(). by Sandrine Bailleux · Mon Oct 14 13:47:21 2019 +0200
  34. 6885560 FDT helper functions: Respect architecture in PSCI function IDs by Andre Przywara · Thu Sep 19 10:55:25 2019 +0100
  35. 16e6419 FDT helper functions: Add function documentation by Andre Przywara · Thu Sep 19 10:45:28 2019 +0100
  36. 83d90be Merge changes from topic "raspberry-pi-4-support" into integration by Sandrine Bailleux · Mon Sep 16 14:21:04 2019 +0000
  37. 83fc839 Add fdt_add_reserved_memory() helper function by Andre Przywara · Mon Jul 15 09:00:23 2019 +0100
  38. ffbacb0 qemu: Move and generalise FDT PSCI fixup by Andre Przywara · Wed Jul 10 17:27:17 2019 +0100
  39. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · Fri Sep 13 14:11:59 2019 +0100
  40. 7690382 Move assembly newline function into common debug code by Justin Chadwell · Tue Aug 20 10:58:49 2019 +0100
  41. c4dfb3b AArch64: Align crash reporting output by Alexei Fedorov · Mon Jul 29 13:34:07 2019 +0100
  42. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · Tue Jul 09 14:02:43 2019 -0700
  43. 4047728 Merge changes I0d17ba6c,I540741d2,I9e6475ad,Ifd769320,I12c04a85, ... into integration by Soby Mathew · Thu Jul 25 09:04:21 2019 +0000
  44. a057484 Add helper to parse BL31 parameters (both versions) by Julius Werner · Wed May 29 17:01:46 2019 -0700
  45. e638fc2 Merge "backtrace: Strip PAC field when PAUTH is enabled" into integration by Soby Mathew · Wed Jul 17 10:49:26 2019 +0000
  46. f30bf68 backtrace: Strip PAC field when PAUTH is enabled by Louis Mayencourt · Tue Jul 09 11:40:55 2019 +0100
  47. 63801cd Remove references to old project name from common files by John Tsichritzis · Fri Jul 05 14:22:12 2019 +0100
  48. e1e7845 Correctly check for support of Address Authentication by Antonio Nino Diaz · Fri Mar 01 09:35:26 2019 +0000
  49. 25cda67 Add support for pointer authentication by Antonio Nino Diaz · Tue Feb 19 11:53:51 2019 +0000
  50. 57f8326 Remove dead code related to LOAD_IMAGE_V2=0 by Sandrine Bailleux · Wed Jan 30 16:27:16 2019 +0100
  51. 0e402d3 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · Wed Jan 30 16:01:49 2019 +0000
  52. 9095009 plat/arm: Save BL2 descriptors to reserved memory. by Sathees Balya · Thu Nov 15 14:22:30 2018 +0000
  53. 1fbc97b Correct typographical errors by Paul Beesley · Fri Jan 11 18:26:51 2019 +0000
  54. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  55. c3a2cf2 backtrace: Extract rules from root Makefile by Antonio Nino Diaz · Mon Nov 19 11:48:30 2018 +0000
  56. 3fddfbb Introduce fdtw_read_array() helper by Antonio Nino Diaz · Tue Jun 26 10:34:10 2018 +0100
  57. d85c878 Introduce new fdt helper to read string properties by Antonio Nino Diaz · Tue Jun 26 10:34:07 2018 +0100
  58. f0b14cf Remove some MISRA defects in common code by Antonio Nino Diaz · Thu Oct 04 09:55:23 2018 +0100
  59. 5753e49 Mark BL31 initialization functions by Daniel Boulby · Thu Sep 20 14:12:46 2018 +0100
  60. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · Mon Sep 24 17:20:48 2018 +0100
  61. 5a1451e Allow setting log level back to compile time value by Junhan Zhou · Mon Sep 10 16:36:06 2018 -0400
  62. 4f6dba9 Merge pull request #1549 from danielboulby-arm/db/pointer by Dimitris Papastamos · Fri Aug 31 09:53:03 2018 +0100
  63. 278d402 Remove rt_svc_descs pointer from global scope by Daniel Boulby · Wed Jun 27 16:18:48 2018 +0100
  64. 14fabd0 Fix MISRA defects in log helpers by Antonio Nino Diaz · Tue Aug 28 11:44:44 2018 +0100
  65. 7741463 backtrace: Introduce backtrace function by Douglas Raillard · Tue Aug 21 12:54:45 2018 +0100
  66. c0c8eb6 libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · Wed Aug 15 17:02:28 2018 +0100
  67. f440708 tf_printf: Return number of printed characters by Antonio Nino Diaz · Wed Aug 15 16:52:32 2018 +0100
  68. 9fec10f tf_snprintf: Add support for '%s' by Antonio Nino Diaz · Thu Aug 09 15:30:47 2018 +0100
  69. 95f30ab Add end_vector_entry assembler macro by Roberto Vargas · Tue Apr 17 11:31:43 2018 +0100
  70. fef5d2d Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · Fri May 04 14:04:07 2018 +0100
  71. 4f3b6ed Fix MISRA Rule 5.3 Part 1 by Daniel Boulby · Fri May 04 11:18:26 2018 +0100
  72. 9576baa Revert "Code change to fix small bugs" by Dimitris Papastamos · Fri Jun 08 13:17:26 2018 +0100
  73. 71059df Remove rt_svc_descs pointer from inner scope by Daniel Boulby · Thu May 03 17:11:04 2018 +0100
  74. 9fe8804 Allow disabling authentication dynamically by Soby Mathew · Mon Mar 26 12:43:37 2018 +0100
  75. 35c8cfc Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · Mon Apr 23 15:43:29 2018 +0100
  76. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · Wed Mar 21 11:40:57 2018 +0000
  77. 4a3bc08 Dynamic cfg: Do not populate args if already initialized by Amit Daniel Kachhap · Fri Mar 02 18:47:55 2018 +0530
  78. 484f6dd Fix MISRA rule 8.5 Part 1 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  79. cc36484 Dynamic cfg: MISRA fixes by Soby Mathew · Wed Feb 21 01:16:39 2018 +0000
  80. 96a1c6b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · Mon Jan 15 14:45:33 2018 +0000
  81. b9fccca Dynamic cfg: Introduce fdt wrappers by Soby Mathew · Mon Nov 06 13:56:40 2017 +0000
  82. 18f65db image_decompress: add APIs for decompressing images by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  83. 18c7353 Add support to left-pad with zeroes in tf_printf by Antonio Nino Diaz · Fri Dec 15 10:36:20 2017 +0000
  84. 7c8af06 Unify cache flush code path after image load by Soby Mathew · Fri Nov 10 13:14:40 2017 +0000
  85. 4cce835 ARMv7 may not support Virtualization Extensions by Etienne Carriere · Wed Nov 08 14:38:33 2017 +0100
  86. 31036d5 Merge pull request #1153 from robertovargas-arm/fix-macros by davidcunado-arm · Mon Nov 06 13:59:42 2017 +0000
  87. 9daa33d Include debug.h in debug.S by Roberto Vargas · Fri Oct 20 10:37:48 2017 +0100
  88. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · Tue Sep 26 12:53:01 2017 +0100
  89. aaf15f5 Implement log framework by Soby Mathew · Mon Sep 04 11:49:29 2017 +0100
  90. f583a06 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · Mon Sep 04 11:45:52 2017 +0100
  91. 67ebde7 Fix x30 reporting for unhandled exceptions by Julius Werner · Thu Jul 27 14:59:34 2017 -0700
  92. 66231d1 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · Wed Jun 07 09:57:42 2017 -0700
  93. 9c107fa Introduce `tf_snprintf` by Antonio Nino Diaz · Wed May 17 15:34:22 2017 +0100
  94. aba6fac Align tf_printf implementation between AArch32 and AArch64 by dp-arm · Wed May 10 16:28:40 2017 +0100
  95. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · Thu May 04 16:35:19 2017 +0100
  96. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  97. 28f69ab Update terminology: standard SMC to yielding SMC by David Cunado · Wed Apr 05 11:34:03 2017 +0100
  98. a6919d6 Merge pull request #911 from danh-arm/dh/refactor-bl2-image-load by davidcunado-arm · Mon Apr 24 14:40:35 2017 +0100
  99. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · Thu Apr 20 09:58:28 2017 +0100
  100. 09c97c9 Minor refactor of BL2 image load v2 by Dan Handley · Tue Apr 18 14:46:23 2017 +0100