1. a3e377b fix(tbbr): guard defines under MBEDTLS_CONFIG_FILE by Manish V Badarkhe · 8 months ago
  2. cdeb552 refactor(tbbr): enforce compile-time error for invalid algorithm selection by Manish V Badarkhe · 8 months ago
  3. 9ccfe80 feat(tbbr): update PK_DER_LEN for ECDSA P-384 keys by laurenw-arm · 9 months ago
  4. 7f046c1 feat(spmd): add spmd logical partitions by Raghu Krishnamurthy · 1 year, 4 months ago
  5. c322999 refactor(fdt-wrappers): fix for unit testing errors by Juan Pablo Conde · 1 year ago
  6. d04a476 fix(uuid): add missing `#include` directives by Chris Kay · 1 year, 3 months ago
  7. 183638f style: remove useless trailing semicolon and line continuations by Elyes Haouas · 1 year, 5 months ago
  8. e045e12 fix(mbedtls): fix mbedtls coverity issues by Govindraj Raja · 1 year, 4 months ago
  9. fd83634 Merge changes from topic "mbedtls3_support" into integration by Manish V Badarkhe · 1 year, 4 months ago
  10. 259b6d0 Merge changes from topic "panic_cleanup" into integration by Bipin Ravi · 1 year, 4 months ago
  11. b6709b0 refactor(bl31): use elx_panic for sysreg_handler64 by Govindraj Raja · 1 year, 4 months ago
  12. 77cfcf8 Merge changes I51c13c52,I3358c51e into integration by Manish Pandey · 1 year, 4 months ago
  13. dc4be54 Merge "feat(gicv3): enlarge the range for intr_num of structure interrupt_prop_t" into integration by Manish Pandey · 1 year, 4 months ago
  14. a796b1b refactor(aarch64): rename do_panic and el3_panic by Govindraj Raja · 1 year, 5 months ago
  15. abf9fb9 refactor(aarch64): refactor usage of elx_panic by Govindraj Raja · 1 year, 5 months ago
  16. 9c7dfb0 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE by Govindraj Raja · 1 year, 6 months ago
  17. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 4 months ago
  18. 1bea7aa feat(gicv3): enlarge the range for intr_num of structure interrupt_prop_t by Ming Huang · 1 year, 5 months ago
  19. 8def196 refactor(fdt): introduce common fdt_node_is_enabled() by Andre Przywara · 1 year, 5 months ago
  20. 5b00511 refactor(cpufeat): move helpers into .c file, rename FEAT_STATE_ by Andre Przywara · 1 year, 8 months ago
  21. 6bc2bbf feat(tbbr): increase PK_DER_LEN size by Nicolas Toromanoff · 3 years, 7 months ago
  22. 2ff5dc3 fix(debug): decouple "get_el_str()" from backtrace by Manish Pandey · 1 year, 8 months ago
  23. e954f65 feat(bl): add interface to query TF-A semantic ver by laurenw-arm · 2 years ago
  24. 0d90f22 Merge "feat(libfdt): add function to set MAC addresses" into integration by Manish Pandey · 2 years ago
  25. 483e5ac feat(cca): introduce new "cca" chain of trust by laurenw-arm · 2 years, 2 months ago
  26. 37dd8e1 feat(spmc): add FFA_PARTITION_INFO_GET handler by Marc Bonnici · 2 years, 11 months ago
  27. 9a29704 feat(spmc/lsp): add logical partition framework by Marc Bonnici · 2 years, 4 months ago
  28. 36c60fb Merge changes from topic "allwinner-idle" into integration by André Przywara · 2 years, 2 months ago
  29. d480202 feat(fdt-wrappers): add function to find or add a sudnode by Ruchika Gupta · 2 years, 3 months ago
  30. ad0dae7 feat(fdt): add the ability to supply idle state information by Samuel Holland · 2 years, 5 months ago
  31. 3e8c7ec feat(libfdt): add function to set MAC addresses by Andre Przywara · 2 years, 6 months ago
  32. c09e7bd Merge changes from topic "jc/detect_feat" into integration by Manish Pandey · 2 years, 3 months ago
  33. 5d51176 feat(bl_common): add XLAT tables symbols in linker script by Yann Gautier · 2 years, 3 months ago
  34. 9461a89 refactor(el3-runtime): add arch-features detection mechanism by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  35. f2a78fe feat(libfdt): also allow changing base address by Andre Przywara · 3 years, 1 month ago
  36. 93c9db0 feat(fdt-wrappers): add CPU enumeration utility function by Chris Kay · 2 years, 9 months ago
  37. 613b1c3 Merge changes from topic "za/feat_rme" into integration by Soby Mathew · 2 years, 9 months ago
  38. 4d37db8 feat(rme): add ENABLE_RME build option and support for RMM image by Zelalem Aweke · 3 years ago
  39. 4d666ac feat(rme): add Realm security state definition by Zelalem Aweke · 3 years ago
  40. 246b1ad feat(fdt): add for_each_compatible_node macro by Laurent Carlier · 2 years, 9 months ago
  41. a26bf35 refactor(hw_crc32): renamed hw_crc32 to tf_crc32 by Manish V Badarkhe · 3 years ago
  42. 69ac8ff Merge changes Ic7579b60,I05414ca1 into integration by Madhukar Pappireddy · 2 years, 11 months ago
  43. 50d423b feat(bl_common): import BL_NOBITS_{BASE,END} when defined by Samuel Holland · 3 years, 7 months ago
  44. b6cfd03 feat(common/debug): add new macro ERROR_NL() to print just a newline by Pali Rohár · 3 years ago
  45. 7a86792 feat(hw_crc): add support for HW computed CRC by Manish V Badarkhe · 3 years, 2 months ago
  46. fcc86a4 Merge changes I15e7cc43,Id7411bd5,I92bafe70,I8f1c0658 into integration by Manish Pandey · 3 years, 2 months ago
  47. a65a8ff feat(fdt): introduce wrapper function to read DT UUIDs by David Horstmann · 3 years, 4 months ago
  48. 514e59c Add PIE support for AARCH32 by Yann Gautier · 3 years, 9 months ago
  49. 7951ce8 tbbr-cot: conditional definition for the macro by Pankaj Gupta · 3 years, 7 months ago
  50. 8778ebf tbbr-cot: fix the issue of compiling time define by Pankaj Gupta · 3 years, 7 months ago
  51. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 3 years, 11 months ago
  52. 64b9e14 fdt: Add function to adjust GICv3 redistributor size by Andre Przywara · 3 years, 10 months ago
  53. 9de6481 Merge "dtsi: Update the nv-counter node in the device tree" into integration by Alexei Fedorov · 3 years, 10 months ago
  54. 40f4984 Add support to export a /cpus node to the device tree. by Javier Almansa Sobrino · 3 years, 10 months ago
  55. 4aab669 dtsi: Update the nv-counter node in the device tree by Manish V Badarkhe · 3 years, 10 months ago
  56. 6aef2cc dualroot: add chain of trust for Platform owned SPs by Manish Pandey · 4 years ago
  57. d07d017 tbbr/dualroot: rename SP package certificate file by Manish Pandey · 4 years ago
  58. 97c6e90 rpi4/fdt: Move dtb_size() function to fdt_wrappers.h by Andre Przywara · 4 years ago
  59. 2688093 dts: Add CoT descriptor nodes and properties in device tree by Manish V Badarkhe · 4 years ago
  60. 85fa00e linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  61. 5f8e1a0 dualroot: add chain of trust for secure partitions by Manish Pandey · 4 years, 1 month ago
  62. 490ace7 TF-A: Fix BL31 linker script error by Alexei Fedorov · 4 years, 1 month ago
  63. 595198a Merge "Cleanup the code for TBBR CoT descriptors" into integration by Mark Dykes · 4 years, 1 month ago
  64. 361c1b3 plat/fvp: Support for extracting UART serial node info from DT by Madhukar Pappireddy · 4 years, 3 months ago
  65. 043fd62 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 4 years, 1 month ago
  66. a0eaca5 fdt/wrappers: Introduce code to find UART DT node by Andre Przywara · 4 years, 3 months ago
  67. 4a1c874 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · 4 years, 3 months ago
  68. e183e15 arm: fconf: Fix GICv3 dynamic configuration by Andre Przywara · 4 years, 3 months ago
  69. 2d5690c plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 4 years, 3 months ago
  70. fe5bdf5 fdt/wrappers: Replace fdtw_read_cells() implementation by Andre Przywara · 4 years, 3 months ago
  71. 6cf6a1b fdt/wrappers: Generalise fdtw_read_array() by Andre Przywara · 4 years, 3 months ago
  72. c5864d8 linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  73. f5f203a xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLES by Masahiro Yamada · 4 years, 3 months ago
  74. dd053b6 linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 4 years, 3 months ago
  75. 583f8dd linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 4 years, 3 months ago
  76. ac1bfb9 linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 4 years, 3 months ago
  77. 3e0584a Merge "Fix crash dump for lower EL" into integration by Mark Dykes · 4 years, 4 months ago
  78. 0b67e56 Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 4 years, 4 months ago
  79. 813c9f9 Fix crash dump for lower EL by Alexei Fedorov · 4 years, 4 months ago
  80. 2de82fc FDT wrappers: add functions for read/write bytes by Alexei Fedorov · 4 years, 5 months ago
  81. ab3f7e3 bl_common: add BL_END macro by Masahiro Yamada · 4 years, 5 months ago
  82. 83fc839 Add fdt_add_reserved_memory() helper function by Andre Przywara · 5 years ago
  83. ffbacb0 qemu: Move and generalise FDT PSCI fixup by Andre Przywara · 5 years ago
  84. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  85. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  86. a057484 Add helper to parse BL31 parameters (both versions) by Julius Werner · 5 years ago
  87. 2a231e3 Factor out cross-BL API into export headers suitable for 3rd party code by Julius Werner · 5 years ago
  88. efd09a7 Use explicit-width data types in AAPCS parameter structs by Julius Werner · 5 years ago
  89. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · 5 years ago
  90. fb6f2fc Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · 5 years ago
  91. 4d034c5 Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 5 years ago
  92. 25cda67 Add support for pointer authentication by Antonio Nino Diaz · 5 years ago
  93. f6d7e44 Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanup by Antonio Niño Díaz · 5 years ago
  94. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 5 years ago
  95. 57f8326 Remove dead code related to LOAD_IMAGE_V2=0 by Sandrine Bailleux · 5 years ago
  96. 0e402d3 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 5 years ago
  97. 9095009 plat/arm: Save BL2 descriptors to reserved memory. by Sathees Balya · 6 years ago
  98. b0fd008 Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 6 years ago
  99. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  100. 8d1ade6 Reorganize architecture-dependent header files by Antonio Nino Diaz · 6 years ago