1. 33d3efe Merge pull request #415 from jcastillo-arm/jc/plat_err_handler by danh-arm · Wed Oct 28 09:54:44 2015 +0000
  2. 26ae583 Add optional platform error handler API by Juan Castillo · Fri Sep 25 15:41:14 2015 +0100
  3. 8d1b701 Merge pull request #417 from jcastillo-arm/jc/makefile_2 by danh-arm · Tue Oct 27 17:08:22 2015 +0000
  4. a3487d1 Rework Makefile by Juan Castillo · Tue Aug 18 14:23:04 2015 +0100
  5. add146f IO Framework: use standard errno codes as return values by Juan Castillo · Thu Oct 01 17:55:11 2015 +0100
  6. d1413b2 Add optional bl1_plat_prepare_exit() API by Juan Castillo · Mon Oct 05 16:59:38 2015 +0100
  7. 405fafe Fix relocation of __PERCPU_BAKERY_LOCK_SIZE__ by Vikram Kanigiri · Thu Sep 24 15:45:43 2015 +0100
  8. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · Thu Sep 10 11:39:36 2015 +0100
  9. f3bcea2 Configure all secure interrupts on ARM platforms by Vikram Kanigiri · Wed Jun 24 17:51:09 2015 +0100
  10. 1b922e8 docs: Fixes to platform-migration-guide.md by Soby Mathew · Tue Aug 18 14:16:36 2015 +0100
  11. 3543c7b Merge pull request #361 from achingupta/for_sm/psci_proto_v5 by Achin Gupta · Mon Aug 17 14:56:31 2015 +0100
  12. eb3bbf1 PSCI: Add documentation and fix plat_is_my_cpu_primary() by Soby Mathew · Mon Jun 08 12:32:50 2015 +0100
  13. daf9a9d PSCI: Use a single mailbox for warm reset for FVP and Juno by Sandrine Bailleux · Fri Jul 10 16:49:31 2015 +0100
  14. 7799cf7 PSCI: Demonstrate support for composite power states by Soby Mathew · Thu Apr 16 14:49:09 2015 +0100
  15. 70716d6 PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · Mon Jul 13 16:26:11 2015 +0100
  16. 85dbf5a PSCI: Add framework to handle composite power states by Soby Mathew · Tue Apr 07 12:16:56 2015 +0100
  17. 9d754f6 PSCI: Introduce new platform interface to describe topology by Soby Mathew · Wed Apr 08 17:42:06 2015 +0100
  18. 4fceaca cortex_a53: Add A53 errata #826319, #836870 by developer · Wed Jul 29 20:55:31 2015 +0800
  19. 5319529 Merge pull request #351 from davwan01/davwan01/docs-update by danh-arm · Tue Aug 04 09:13:53 2015 +0100
  20. ca01b44 Some minor fixes to interrupt-framework-design.md by David Wang · Wed Jul 29 11:42:10 2015 +0800
  21. f3b823a docs: fix the command to compile BL31 on Tegra by Varun Wadekar · Sat Aug 01 11:14:32 2015 +0530
  22. e98a146 Tegra132: set TZDRAM_BASE to 0xF5C00000 by Varun Wadekar · Fri Jul 31 10:15:41 2015 +0530
  23. c8bfe2e Tegra: retrieve BL32's bootargs from bl32_ep_info by Varun Wadekar · Fri Jul 31 10:03:01 2015 +0530
  24. f5bd697 tlkd: delete 'NEED_BL32' build variable by Varun Wadekar · Fri Jul 24 18:00:33 2015 +0530
  25. 0f3baa0 Tegra: Support for Tegra's T132 platforms by Varun Wadekar · Thu Jul 16 11:36:33 2015 +0530
  26. 011d420 Update user guide to use Linaro releases by Sandrine Bailleux · Mon Jul 06 17:16:10 2015 +0100
  27. 81b1383 Implement get_sys_suspend_power_state() handler for Tegra by Varun Wadekar · Fri Jul 03 16:31:28 2015 +0530
  28. 2e0764b Merge pull request #324 from soby-mathew/sm/sys_suspend by danh-arm · Thu Jul 02 16:17:11 2015 +0100
  29. 9b842d6 TBB: add authentication framework documentation by Juan Castillo · Wed Jun 10 15:27:52 2015 +0100
  30. 665b9ec TBB: delete deprecated plat_match_rotpk() by Juan Castillo · Fri Apr 10 12:43:27 2015 +0100
  31. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · Tue May 19 11:54:12 2015 +0100
  32. 31a68f0 TBB: add platform API to read the ROTPK information by Juan Castillo · Tue Apr 14 12:49:03 2015 +0100
  33. 3a66aca Use numbers to identify images instead of names by Juan Castillo · Mon Apr 13 17:36:19 2015 +0100
  34. 72fe347 TBB: add build option to save private keys by Juan Castillo · Wed Feb 25 12:43:12 2015 +0000
  35. 9ccbc03 Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1 by danh-arm · Wed Jun 24 11:23:33 2015 +0100
  36. 9616838 PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · Wed Dec 17 14:47:57 2014 +0000
  37. edd6643 Merge pull request #317 from vwadekar/run-bl32-on-tegra-v3 by Achin Gupta · Fri Jun 12 14:08:53 2015 +0100
  38. 72f857d Move dispatcher documents to the docs/spd folder by Varun Wadekar · Thu Jun 11 14:48:10 2015 +0530
  39. 52a1598 Boot Trusted OS' on Tegra SoCs by Varun Wadekar · Fri Jun 05 12:57:27 2015 +0530
  40. 5567e01 Fix build option 'ARM_TSP_RAM_LOCATION' in user guide by Juan Castillo · Mon Jun 08 11:35:06 2015 +0100
  41. 449dbd5 Introduce PROGRAMMABLE_RESET_ADDRESS build option by Sandrine Bailleux · Tue Jun 02 17:19:43 2015 +0100
  42. acde8b0 Rationalize reset handling code by Sandrine Bailleux · Tue May 19 11:54:45 2015 +0100
  43. 81899f1 Remove FIRST_RESET_HANDLER_CALL build option by Sandrine Bailleux · Wed May 27 17:14:22 2015 +0100
  44. da797f6 Always enable CCI coherency in BL3-1 by Sandrine Bailleux · Thu May 14 14:13:05 2015 +0100
  45. b316e24 Support for NVIDIA's Tegra T210 SoCs by Varun Wadekar · Tue May 19 16:48:04 2015 +0530
  46. 2a4f038 Move up dependency versions in user guide by Sandrine Bailleux · Thu Apr 16 11:05:47 2015 +0100
  47. 7da652d Detect SCP version incompatibility by Sandrine Bailleux · Mon Apr 13 11:47:48 2015 +0100
  48. 107f313 Doc updates following platform port reorganization by Dan Handley · Thu Mar 19 19:24:43 2015 +0000
  49. 2eb68ca Merge pull request #280 from vwadekar/tlkd-fixed-v3 by danh-arm · Wed Apr 01 11:36:08 2015 +0100
  50. ae5478d TLK-D documentation and add NVIDIA to the Acknowledgements file by Varun Wadekar · Mon Mar 23 09:26:40 2015 +0530
  51. 356d59d Merge pull request #269 from vikramkanigiri/vk/common-cci by danh-arm · Tue Mar 17 14:28:48 2015 +0000
  52. 1aa439f Merge pull request #267 from sandrine-bailleux/sb/doc-fixes by danh-arm · Tue Mar 17 14:22:15 2015 +0000
  53. 40d468c Common driver for ARM Cache Coherent Interconnects by Vikram Kanigiri · Tue Dec 23 01:00:22 2014 +0000
  54. 15899f4 User guide: Add dependency on libssl-dev for cert_create tool by Sandrine Bailleux · Wed Feb 18 17:24:53 2015 +0000
  55. 271a5ac TBB: use SHA256 to generate the certificate signatures by Juan Castillo · Mon Feb 16 10:34:28 2015 +0000
  56. 2b7de2b Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · Thu Feb 12 14:45:02 2015 +0000
  57. 3a97f66 Fix model command line for legacy VE memory map by Achin Gupta · Wed Feb 04 14:29:32 2015 +0000
  58. 4511942 Merge pull request #254 from achingupta/ag/v1.1-doc-updates by danh-arm · Tue Feb 03 13:13:16 2015 +0000
  59. e619e14 TBB: Add documentation for Trusted Board Boot by Achin Gupta · Sun Jan 25 22:44:23 2015 +0000
  60. e357a9e Documentation for version 1.1 by Achin Gupta · Mon Feb 02 17:31:42 2015 +0000
  61. bb59885 Merge pull request #253 from danh-arm/dh/deps-for-v1.1 by danh-arm · Mon Feb 02 18:33:17 2015 +0000
  62. 0139189 Move up dependency versions in user guide by Sandrine Bailleux · Wed Jan 14 14:15:19 2015 +0000
  63. 8cdd682 Miscellaneous doc fixes for v1.1 by Sandrine Bailleux · Wed Jan 28 10:11:48 2015 +0000
  64. b5a6304 Fix the Cortex-A57 reset handler register usage by Soby Mathew · Thu Jan 29 12:00:58 2015 +0000
  65. 5e29c75 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · Wed Jan 07 10:39:25 2015 +0000
  66. 09a16c0 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · Wed Jan 28 10:42:32 2015 +0000
  67. 36433d1 Call reset handlers upon BL3-1 entry. by Yatharth Kochar · Thu Nov 20 18:09:41 2014 +0000
  68. 47903c0 Demonstrate model for routing IRQs to EL3 by Soby Mathew · Tue Jan 13 15:48:26 2015 +0000
  69. 1df077b Increment the PSCI VERSION to 1.0 by Soby Mathew · Thu Jan 15 11:49:58 2015 +0000
  70. e33ee5f FVP: Allow BL3-2 to sit in the secure region of DRAM by Juan Castillo · Fri Dec 19 09:51:00 2014 +0000
  71. 74e52a7 Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · Thu Oct 02 16:56:51 2014 +0100
  72. ffb4ab1 Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops by Soby Mathew · Fri Sep 26 15:08:52 2014 +0100
  73. 2ae2043 Remove coherent memory from the BL memory maps by Soby Mathew · Thu Jan 08 18:02:44 2015 +0000
  74. 91965a5 Merge pull request #233 from jcastillo-arm/jc/tf-issues/254 by danh-arm · Fri Jan 16 17:55:45 2015 +0000
  75. 3035fd3 Merge pull request #232 from jcastillo-arm/jc/fix_doc_bl31 by danh-arm · Mon Jan 12 17:04:03 2015 +0000
  76. 127d26d Fix reset to BL3-1 instructions in user guide, part 3 by Juan Castillo · Thu Nov 20 17:31:14 2014 +0000
  77. 25965c1 Merge pull request #231 from jcastillo-arm/jc/fip_bin by danh-arm · Mon Jan 12 14:47:03 2015 +0000
  78. cb874b2 Merge pull request #230 from sandrine-bailleux/sb/doc-updates by danh-arm · Mon Jan 12 14:45:56 2015 +0000
  79. 6ba59eb Juno: Add support for image overlaying in Trusted SRAM by Juan Castillo · Fri Nov 07 09:44:58 2014 +0000
  80. 6ae3a30 User Guide: Enable secure memory on Foundation FVP by Sandrine Bailleux · Thu Jan 08 11:48:34 2015 +0000
  81. 7f9a466 Create Table of Content links in markdown files by Joakim Bech · Tue Nov 25 10:55:26 2014 +0100
  82. 860cc3b Specify FIP filename at build time by Juan Castillo · Mon Nov 24 11:45:12 2014 +0000
  83. 937488b Optimize Cortex-A57 cluster power down sequence on Juno by Soby Mathew · Mon Sep 22 14:13:34 2014 +0100
  84. c088433 Apply errata workarounds only when major/minor revisions match. by Soby Mathew · Mon Sep 22 12:11:36 2014 +0100
  85. de8daec Merge pull request #217 from jcastillo-arm/jc/tf-issues/257 by danh-arm · Tue Oct 28 12:25:51 2014 +0000
  86. 42a617d FVP: keep shared data in Trusted SRAM by Juan Castillo · Wed Sep 24 10:00:06 2014 +0100
  87. 921b877 Juno: Reserve some DDR-DRAM for secure use by Juan Castillo · Fri Sep 05 17:29:38 2014 +0100
  88. c288886 Add opteed based on tspd by Jens Wiklander · Mon Aug 04 15:39:58 2014 +0200
  89. dbee7fc Add support for specifying pre-built BL binaries in Makefile by Soby Mathew · Mon Sep 08 17:51:01 2014 +0100
  90. 33b23a8 Merge pull request #205 from danh-arm/dh/1.0-docs by danh-arm · Thu Aug 28 15:39:55 2014 +0100
  91. 98b6b5d Documentation for version 1.0 by Dan Handley · Tue Aug 26 19:18:55 2014 +0100
  92. da98218 Fix minor issues in user guide by Dan Handley · Thu Aug 28 14:04:06 2014 +0100
  93. 046cd3f Miscellaneous documentation fixes by Sandrine Bailleux · Wed Aug 06 11:27:23 2014 +0100
  94. 11b3491 Merge pull request #202 from achingupta/ag/fw-design-juno-update by danh-arm · Wed Aug 27 18:27:19 2014 +0100
  95. 168776a Add information about Juno in firmware-design.md by Juan Castillo · Tue Aug 26 17:28:03 2014 +0100
  96. 6dd605e Merge pull request #200 from danh-arm/dh/fix-reset-to-bl31-part2 by danh-arm · Wed Aug 27 17:26:30 2014 +0100
  97. 9da6bca Add Juno instructions to user guide by Juan Castillo · Tue Aug 19 10:53:33 2014 +0100
  98. 188fc54 Fix reset to BL3-1 instructions in user guide, part 2 by Dan Handley · Tue Aug 26 16:02:19 2014 +0100
  99. ac85e56 Move up dependency versions in user guide by Dan Handley · Thu Aug 14 09:14:52 2014 +0100
  100. 35f46d8 Add documentation for CPU specific abstraction and Errata workarounds by Soby Mathew · Mon Aug 18 16:57:56 2014 +0100