1. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · 5 years ago
  2. 25cda67 Add support for pointer authentication by Antonio Nino Diaz · 5 years ago
  3. 645feb4 docs: Update note about plat/arm in Porting Guide by Antonio Nino Diaz · 5 years ago
  4. 453d0bf Merge pull request #1818 from pbeesley-arm/doc-links by Antonio Niño Díaz · 5 years ago
  5. 2437ddc doc: Fix broken external links by Paul Beesley · 5 years ago
  6. 6f0ecd7 Porting Guide: Fix some broken links by Sandrine Bailleux · 5 years ago
  7. 8d1a055 Porting Guide: Remove useless escape characters by Sandrine Bailleux · 5 years ago
  8. f6d7e44 Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanup by Antonio Niño Díaz · 5 years ago
  9. 50a4d1a Remove unneeded include paths in PLAT_INCLUDES by Antonio Nino Diaz · 5 years ago
  10. 57f8326 Remove dead code related to LOAD_IMAGE_V2=0 by Sandrine Bailleux · 5 years ago
  11. 1fbc97b Correct typographical errors by Paul Beesley · 5 years ago
  12. 1338c9c plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support by Julius Werner · 6 years ago
  13. e34bf58 docs: Add RAS framework documentation by Jeenu Viswambharan · 6 years ago
  14. 4bac045 Add sample crash console functions by Antonio Nino Diaz · 6 years ago
  15. f1e6c49 docs: Fixup filename and links to compatibility policy by Soby Mathew · 6 years ago
  16. fa9fd91 Merge pull request #1600 from soby-mathew/sm/compat_policy_doc by Soby Mathew · 6 years ago
  17. 02bdbb9 docs: Add platform compatibility policy document by Soby Mathew · 6 years ago
  18. 56d31c7 Merge pull request #1598 from soby-mathew/sm/docs_update_deprecate_1 by Soby Mathew · 6 years ago
  19. 97b1bff docs: update for removal of deprecated interfaces. by Soby Mathew · 6 years ago
  20. 7df9f7e xlat: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  21. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  22. c34341a Support shared Mbed TLS heap for FVP by John Tsichritzis · 6 years ago
  23. 30f8964 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · 6 years ago
  24. cf0f805 libc: Introduce files from SCC by Antonio Nino Diaz · 6 years ago
  25. 39b7dd6 Merge pull request #1492 from jts-arm/docs by danh-arm · 6 years ago
  26. 6dda976 Reword LOAD_IMAGE_V2 in user guide & fix a typo by John Tsichritzis · 6 years ago
  27. bf235bc RAS: Update porting guide with RAS platform handlers by Jeenu Viswambharan · 6 years ago
  28. e834ee1 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 6 years ago
  29. ee10e79 Fix typos in documentation by John Tsichritzis · 6 years ago
  30. 842117d Fix doc for bl31_plat_get_next_image_ep_info() by Sandrine Bailleux · 6 years ago
  31. 43a7bf4 Add support for BL2 in XIP memory by Jiafei Pan · 6 years ago
  32. 610e7e1 Update Arm TF references to TF-A by Dan Handley · 6 years ago
  33. b1bf044 Docs: Update design guide for dynamic config by Soby Mathew · 6 years ago
  34. 0b5dacd Merge pull request #1287 from davidcunado-arm/dc/fix_misra by davidcunado-arm · 6 years ago
  35. fd9e986 Merge pull request #1283 from jeenu-arm/sdei-fixes by davidcunado-arm · 6 years ago
  36. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  37. 7af4813 SDEI: Add prioritisation clarification by Jeenu Viswambharan · 6 years ago
  38. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 6 years ago
  39. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  40. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago
  41. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago
  42. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 6 years ago
  43. aae9bb1 Add default crash console code to hook up to new console API by Julius Werner · 7 years ago
  44. b5d1f8e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 6 years ago
  45. b158427 bl2-el3: Add documentation for BL2 at EL3 by Roberto Vargas · 7 years ago
  46. 29627ab Merge pull request #1217 from robertovargas-arm/doc-plat_try_next_boot_source by davidcunado-arm · 6 years ago
  47. 60346db AMU: Add plat interface to select which group 1 counters to enable by Dimitris Papastamos · 7 years ago
  48. 0cd866c Add documentation about plat_try_next_boot_source to bl1_platform_setup by Roberto Vargas · 7 years ago
  49. 04e3a7f BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  50. 055af4b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 7 years ago
  51. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  52. c444fcf Merge pull request #1130 from jeenu-arm/gic-patches by davidcunado-arm · 7 years ago
  53. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  54. d963e3e Update documentation to PSCI v1.1 by Roberto Vargas · 7 years ago
  55. a84996b GICv3: Document GICv3 save/restore helpers by Douglas Raillard · 7 years ago
  56. aaf15f5 Implement log framework by Soby Mathew · 7 years ago
  57. 0929f09 porting-guide.rst: Fix some sections' level by Douglas Raillard · 7 years ago
  58. ae87f4b lib: psci: early suspend handler for platforms by Varun Wadekar · 7 years ago
  59. 1861b7a Emphasize that TF only supports 4 KB granule size by Sandrine Bailleux · 7 years ago
  60. d7c21b7 Convert documentation to reStructuredText by Douglas Raillard · 7 years ago