1. 23d5ba8 SPMD: extract SPMC DTB header size from SPMD by Olivier Deprez · 4 years, 5 months ago
  2. 60e2e27 fdt/wrappers: Introduce code to find UART DT node by Andre Przywara · 4 years, 4 months ago
  3. 7ad6d36 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · 4 years, 4 months ago
  4. 364ad24 arm: fconf: Fix GICv3 dynamic configuration by Andre Przywara · 4 years, 4 months ago
  5. be858cf plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 4 years, 4 months ago
  6. ff4e6c3 fdt/wrappers: Replace fdtw_read_cells() implementation by Andre Przywara · 4 years, 4 months ago
  7. 6e3a89f fdt/wrappers: Generalise fdtw_read_array() by Andre Przywara · 4 years, 3 months ago
  8. 42c33ba Add support to pass the nt_fw_config DTB to OP-TEE. by Javier Almansa Sobrino · 4 years, 5 months ago
  9. b4292bc Fix crash dump for lower EL by Alexei Fedorov · 4 years, 4 months ago
  10. 21c4f56 Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 4 years, 5 months ago
  11. 63aa409 Merge changes from topic "spmd" into integration by Olivier Deprez · 4 years, 5 months ago
  12. 513b616 Merge "coverity: Fix MISRA null pointer violations" into integration by Mark Dykes · 4 years, 5 months ago
  13. 0cb64d0 SPMD: add support for an example SPM core manifest by Achin Gupta · 4 years, 9 months ago
  14. 68c7608 Make PAC demangling more generic by Alexei Fedorov · 4 years, 5 months ago
  15. ce85284 fconf: Add TBBR disable_authentication property by Louis Mayencourt · 4 years, 10 months ago
  16. 466bb28 coverity: Fix MISRA null pointer violations by Zelalem · 4 years, 5 months ago
  17. 0a2ab6e FDT wrappers: add functions for read/write bytes by Alexei Fedorov · 4 years, 6 months ago
  18. feb358b FDT helper functions: Fix MISRA issues by Andre Przywara · 4 years, 10 months ago
  19. 9e7d663 Refactor load_auth_image_internal(). by Sandrine Bailleux · 4 years, 9 months ago
  20. 6679950 FDT helper functions: Respect architecture in PSCI function IDs by Andre Przywara · 4 years, 10 months ago
  21. 6eaf928 FDT helper functions: Add function documentation by Andre Przywara · 4 years, 10 months ago
  22. f65423c Merge changes from topic "raspberry-pi-4-support" into integration by Sandrine Bailleux · 4 years, 10 months ago
  23. 3ef45dd Add fdt_add_reserved_memory() helper function by Andre Przywara · 5 years ago
  24. f240728 qemu: Move and generalise FDT PSCI fixup by Andre Przywara · 5 years ago
  25. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 10 months ago
  26. 53d7e00 Move assembly newline function into common debug code by Justin Chadwell · 5 years ago
  27. 6c6a470 AArch64: Align crash reporting output by Alexei Fedorov · 5 years ago
  28. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  29. d38613d Merge changes I0d17ba6c,I540741d2,I9e6475ad,Ifd769320,I12c04a85, ... into integration by Soby Mathew · 5 years ago
  30. d9af1f7 Add helper to parse BL31 parameters (both versions) by Julius Werner · 5 years ago
  31. 7871fff Merge "backtrace: Strip PAC field when PAUTH is enabled" into integration by Soby Mathew · 5 years ago
  32. b8b31ad backtrace: Strip PAC field when PAUTH is enabled by Louis Mayencourt · 5 years ago
  33. bd97f83 Remove references to old project name from common files by John Tsichritzis · 5 years ago
  34. b6fd418 Correctly check for support of Address Authentication by Antonio Nino Diaz · 5 years ago
  35. b86048c Add support for pointer authentication by Antonio Nino Diaz · 5 years ago
  36. c4e9d82 Remove dead code related to LOAD_IMAGE_V2=0 by Sandrine Bailleux · 5 years ago
  37. 0709055 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 5 years ago
  38. 5b8d50e plat/arm: Save BL2 descriptors to reserved memory. by Sathees Balya · 6 years ago
  39. 8aabea3 Correct typographical errors by Paul Beesley · 6 years ago
  40. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  41. 9c6d1c5 backtrace: Extract rules from root Makefile by Antonio Nino Diaz · 6 years ago
  42. 73f1ac6 Introduce fdtw_read_array() helper by Antonio Nino Diaz · 6 years ago
  43. 2747362 Introduce new fdt helper to read string properties by Antonio Nino Diaz · 6 years ago
  44. 81542c0 Remove some MISRA defects in common code by Antonio Nino Diaz · 6 years ago
  45. 87c8513 Mark BL31 initialization functions by Daniel Boulby · 6 years ago
  46. ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  47. 2adb786 Allow setting log level back to compile time value by Junhan Zhou · 6 years ago
  48. 708531c Merge pull request #1549 from danielboulby-arm/db/pointer by Dimitris Papastamos · 6 years ago
  49. e19ea3f Remove rt_svc_descs pointer from global scope by Daniel Boulby · 6 years ago
  50. 5a22e46 Fix MISRA defects in log helpers by Antonio Nino Diaz · 6 years ago
  51. 0c62883 backtrace: Introduce backtrace function by Douglas Raillard · 6 years ago
  52. 870ce3d libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 6 years ago
  53. cb6dbfe tf_printf: Return number of printed characters by Antonio Nino Diaz · 6 years ago
  54. 73bc6e7 tf_snprintf: Add support for '%s' by Antonio Nino Diaz · 6 years ago
  55. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  56. 896a590 Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 6 years ago
  57. d3775d4 Fix MISRA Rule 5.3 Part 1 by Daniel Boulby · 6 years ago
  58. 4a581b0 Revert "Code change to fix small bugs" by Dimitris Papastamos · 6 years ago
  59. c43f046 Remove rt_svc_descs pointer from inner scope by Daniel Boulby · 6 years ago
  60. 209a60c Allow disabling authentication dynamically by Soby Mathew · 6 years ago
  61. 2f37046 Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 6 years ago
  62. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  63. 1cc99de Dynamic cfg: Do not populate args if already initialized by Amit Daniel Kachhap · 6 years ago
  64. 637955c Fix MISRA rule 8.5 Part 1 by Roberto Vargas · 6 years ago
  65. da5f274 Dynamic cfg: MISRA fixes by Soby Mathew · 6 years ago
  66. cab0b5b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 6 years ago
  67. e5674e1 Dynamic cfg: Introduce fdt wrappers by Soby Mathew · 7 years ago
  68. 2e379d2 image_decompress: add APIs for decompressing images by Masahiro Yamada · 6 years ago
  69. 84816dc Add support to left-pad with zeroes in tf_printf by Antonio Nino Diaz · 7 years ago
  70. 76163b3 Unify cache flush code path after image load by Soby Mathew · 7 years ago
  71. 64cc6e9 ARMv7 may not support Virtualization Extensions by Etienne Carriere · 7 years ago
  72. 92c5066 Merge pull request #1153 from robertovargas-arm/fix-macros by davidcunado-arm · 7 years ago
  73. 4d476e4 Include debug.h in debug.S by Roberto Vargas · 7 years ago
  74. 01f62b6 Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  75. 7f56e9a Implement log framework by Soby Mathew · 7 years ago
  76. 2d7e828 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · 7 years ago
  77. 4d91838 Fix x30 reporting for unhandled exceptions by Julius Werner · 7 years ago
  78. 6311f63 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 7 years ago
  79. da5241c Introduce `tf_snprintf` by Antonio Nino Diaz · 7 years ago
  80. 6ba71d6 Align tf_printf implementation between AArch32 and AArch64 by dp-arm · 7 years ago
  81. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  82. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  83. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 7 years ago
  84. ffc299f Merge pull request #911 from danh-arm/dh/refactor-bl2-image-load by davidcunado-arm · 7 years ago
  85. 044bb2f Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  86. c2a9ee6 Minor refactor of BL2 image load v2 by Dan Handley · 7 years ago
  87. cc8b563 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · 7 years ago
  88. 1e09ff9 Remove dead loops in assert() in C and ASM by Antonio Nino Diaz · 7 years ago
  89. 801cf93 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 7 years ago
  90. d50ece0 Simplify translation tables headers dependencies by Antonio Nino Diaz · 7 years ago
  91. 308d359 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  92. bd83b41 Merge pull request #791 from jeenu-arm/asm-assert-32 by danh-arm · 8 years ago
  93. 99c5eba Export is_mem_free() function by Sandrine Bailleux · 8 years ago
  94. e12cb61 AArch32: Print ASM_ASSERT and panic messages by Jeenu Viswambharan · 8 years ago
  95. 1b5fa6e Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  96. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  97. 0f325c6 Optimize cache flush when authenticating images by Antonio Nino Diaz · 8 years ago
  98. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  99. 7260022 Add new version of image loading. by Yatharth Kochar · 8 years ago
  100. 51c79b7 AArch32: resolve build error when LOG_LEVEL=50 by Soby Mathew · 8 years ago