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