1. 68c415a Merge pull request #1136 from antonio-nino-diaz-arm/an/xlat-get-set-attr by davidcunado-arm · Fri Oct 20 17:17:09 2017 +0100
  2. a0a231d Merge pull request #1129 from robertovargas-arm/enable_O0 by davidcunado-arm · Wed Oct 18 23:39:07 2017 +0100
  3. c88f683 Merge pull request #1127 from davidcunado-arm/dc/pmrc_init by davidcunado-arm · Tue Oct 17 13:53:17 2017 +0100
  4. 5ef6302 Merge pull request #1126 from robertovargas-arm/psci-v1.1 by davidcunado-arm · Tue Oct 17 12:18:23 2017 +0100
  5. 4613d5f Introduce functions to disable the MMU in EL1 by Antonio Nino Diaz · Thu Oct 05 15:19:42 2017 +0100
  6. 439c901 xlat: Introduce API to change memory attributes of a region by Sandrine Bailleux · Tue Oct 17 12:02:03 2017 +0100
  7. c3708e2 xlat: Introduce API to get memory attributes of a region by Sandrine Bailleux · Fri Oct 13 14:17:09 2017 +0100
  8. d017bcc xlat: Define translation regime in AArch32 by Antonio Nino Diaz · Mon Oct 16 15:25:22 2017 +0100
  9. d2befb8 Merge pull request #1123 from robertovargas-arm/reset2 by davidcunado-arm · Mon Oct 16 16:31:13 2017 +0100
  10. c51cdb7 Fix use of MSR (immediate) by Roberto Vargas · Mon Sep 18 09:53:25 2017 +0100
  11. ffb34d0 Update PSCI version to 1.1 by Roberto Vargas · Mon Sep 11 09:11:58 2017 +0100
  12. 4168f2f Init and save / restore of PMCR_EL0 / PMCR by David Cunado · Mon Oct 02 17:41:39 2017 +0100
  13. b820ad0 reset2: Add PSCI system_reset2 function by Roberto Vargas · Wed Jul 26 09:23:09 2017 +0100
  14. b76da30 Merge pull request #1117 from antonio-nino-diaz-arm/an/xlat-improvements by davidcunado-arm · Mon Oct 09 23:09:29 2017 +0100
  15. 8ce779c Merge pull request #1118 from davidcunado-arm/dc/fix_coverity by davidcunado-arm · Fri Oct 06 16:28:45 2017 +0100
  16. c3bd8c2 Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES by David Cunado · Thu Oct 05 21:24:14 2017 +0100
  17. f6f1a32 GICv3: ITS architectural save and restore helpers by Soby Mathew · Tue Jul 18 16:12:45 2017 +0100
  18. 327548c GICv3: add functions for save and restore by Soby Mathew · Thu Jul 13 15:19:51 2017 +0100
  19. dcf9d92 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · Wed Oct 04 16:52:15 2017 +0100
  20. 2d54579 xlat: Introduce function xlat_arch_tlbi_va_regime() by Douglas Raillard · Mon Sep 25 15:23:22 2017 +0100
  21. 8f23fa8 xlat: Introduce MAP_REGION2() macro by Sandrine Bailleux · Thu Sep 28 21:58:12 2017 +0100
  22. ae6e285 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · Wed Oct 04 16:23:59 2017 +0100
  23. 56fcdd7 Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · Mon Oct 02 15:03:16 2017 +0100
  24. 7025cda xlat: remove cast in MAP_REGION to get back building with GCC 4.9 by Masahiro Yamada · Tue Sep 26 16:05:59 2017 +0900
  25. 502ca97 Merge pull request #1105 from antonio-nino-diaz-arm/an/epd1-bit by davidcunado-arm · Mon Sep 25 23:34:28 2017 +0100
  26. f8fda10 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · Tue Aug 08 11:27:20 2017 +0100
  27. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · Thu Aug 03 09:16:43 2017 +0100
  28. c590770 Add mem_region utility functions by Roberto Vargas · Thu Aug 03 08:56:38 2017 +0100
  29. 0a4c261 mem_protect: Add mem_protect API by Roberto Vargas · Thu Aug 03 08:16:16 2017 +0100
  30. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · Thu Aug 24 15:26:39 2017 +0800
  31. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · Thu Aug 24 15:12:20 2017 +0800
  32. a674feb plat/arm : update BL size macros to give BL1 and BL2 more space for TBB by Qixiang Xu · Thu Aug 24 14:28:08 2017 +0800
  33. f94e40d Fix type of `unsigned long` constants by Antonio Nino Diaz · Thu Sep 14 15:57:44 2017 +0100
  34. c8274a8 Set TCR_EL1.EPD1 bit to 1 by Antonio Nino Diaz · Fri Sep 15 10:30:34 2017 +0100
  35. f07b808 Merge pull request #1093 from soby-mathew/eb/log_fw by davidcunado-arm · Mon Sep 18 12:17:33 2017 +0100
  36. 9d3dc25 Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region by davidcunado-arm · Fri Sep 15 14:32:08 2017 +0100
  37. f9c996a Merge pull request #1096 from davidcunado-arm/im/mair_attributes_helper by davidcunado-arm · Fri Sep 15 09:37:05 2017 +0100
  38. 9ce83d3 Merge pull request #1092 from jeenu-arm/errata-workarounds by davidcunado-arm · Wed Sep 13 14:52:24 2017 +0100
  39. a5f7281 plat/arm: Fix BL31_BASE when RESET_TO_BL31=1 by Qixiang Xu · Thu Aug 31 11:45:32 2017 +0800
  40. c40b59c Merge pull request #1088 from soby-mathew/sm/sds_scmi by davidcunado-arm · Tue Sep 12 08:43:38 2017 +0100
  41. 02c6307 Helper macro to create MAIR encodings by Isla Mitchell · Fri Jul 21 14:44:36 2017 +0100
  42. 35c09f1 xlat: Use MAP_REGION macro as compatibility layer by Douglas Raillard · Thu Aug 31 16:20:25 2017 +0100
  43. aaf15f5 Implement log framework by Soby Mathew · Mon Sep 04 11:49:29 2017 +0100
  44. f583a06 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · Mon Sep 04 11:45:52 2017 +0100
  45. c3b4ca1 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · Wed Aug 02 18:33:41 2017 +0100
  46. 0c9bd27 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · Wed Aug 02 16:35:04 2017 +0100
  47. e94b06d Merge pull request #1078 from douglas-raillard-arm/dr/add_cfi_vector_entry by davidcunado-arm · Thu Sep 07 00:45:59 2017 +0100
  48. 878f03c Merge pull request #1019 from etienne-lms/log-size by davidcunado-arm · Thu Sep 07 00:40:59 2017 +0100
  49. 1ced6b8 CSS: Changes for SDS framework by Soby Mathew · Mon Jun 12 12:37:10 2017 +0100
  50. 20948c4 Fix JUNO AArch32 build by Soby Mathew · Wed Jul 05 15:07:05 2017 +0100
  51. b22fe23 Merge pull request #1076 from masahir0y/asm_macro by davidcunado-arm · Wed Sep 06 09:16:17 2017 +0100
  52. 874fc9e Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · Fri Sep 01 13:43:50 2017 +0100
  53. 97ad6ce cpu log buffer size depends on cache line size by Etienne Carriere · Fri Sep 01 10:22:20 2017 +0200
  54. b260c3a ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · Wed Aug 30 10:59:22 2017 +0100
  55. efa50b5 Add CFI debug info to vector entries by Douglas Raillard · Mon Aug 07 16:20:46 2017 +0100
  56. be1d3ef asm_macros: set the default assembly code alignment to 4 byte by Masahiro Yamada · Thu Aug 31 14:29:34 2017 +0900
  57. baea3f6 Merge pull request #1066 from islmit01/im/enable_cnp_bit by danh-arm · Wed Aug 30 14:34:57 2017 +0100
  58. 194cb27 Merge pull request #1062 from jeenu-arm/cpu-fixes by danh-arm · Wed Aug 30 14:34:17 2017 +0100
  59. a681413 Merge pull request #1071 from jeenu-arm/syntax-fix by danh-arm · Tue Aug 29 15:25:36 2017 +0100
  60. 41b61be CPU: Correct names of implementation-defined aux regs by Eleanor Bonnici · Wed Aug 09 16:42:40 2017 +0100
  61. b83e42b CPU: Make shifted constants unsigned by Eleanor Bonnici · Wed Aug 09 10:36:08 2017 +0100
  62. 749d25b plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly by Jeenu Viswambharan · Wed Aug 23 14:12:59 2017 +0100
  63. 17459aa Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · Tue Aug 29 11:51:32 2017 +0100
  64. 1eb6057 Merge pull request #1061 from robertovargas-arm/norflash by davidcunado-arm · Fri Aug 25 13:37:30 2017 +0100
  65. ae73b16 ARM plat: change OP-TEE pageable load base by Jens Wiklander · Thu Aug 24 15:39:09 2017 +0200
  66. c4a1a07 Enable CnP bit for ARMv8.2 CPUs by Isla Mitchell · Mon Aug 07 11:20:13 2017 +0100
  67. 0bc79d9 Add macro to test for minimum architecture version by Jeenu Viswambharan · Wed Aug 16 11:44:25 2017 +0100
  68. c3028a1 Merge pull request #1053 from jwerner-chromium/JW_func_align by davidcunado-arm · Tue Aug 22 17:44:11 2017 +0100
  69. ea21edc norflash: Add nor_erase() to NOR driver by Roberto Vargas · Fri Jul 28 10:38:24 2017 +0100
  70. 86a610e norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · Wed Jul 26 14:37:56 2017 +0100
  71. 469acb5 Merge pull request #977 from etienne-lms/sp-min-fiq by danh-arm · Thu Aug 17 13:54:32 2017 +0100
  72. b4c75e9 Add new alignment parameter to func assembler macro by Julius Werner · Tue Aug 01 15:16:36 2017 -0700
  73. 18d4745 Merge pull request #1040 from sliai/support-opteed-header by danh-arm · Mon Aug 14 16:35:12 2017 +0100
  74. 80f65c4 Merge pull request #1046 from jeenu-arm/revc by danh-arm · Mon Aug 14 15:32:27 2017 +0100
  75. dc0fea7 bl32: add secure interrupt handling in AArch32 sp_min by Etienne Carriere · Wed Aug 09 15:48:53 2017 +0200
  76. 9db8f2e Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · Mon Apr 24 16:49:28 2017 +0100
  77. 8072678 Support Trusted OS firmware extra images in TF tools by Summer Qin · Thu Apr 20 16:28:39 2017 +0100
  78. 9e78b92 FVP: Support Base FVP RevC by Jeenu Viswambharan · Tue Jul 18 15:42:50 2017 +0100
  79. 5c50304 Add SMMUv3 driver by Jeenu Viswambharan · Fri May 26 14:15:40 2017 +0100
  80. b36577a CCI: Adapt for specific product at run time by Jeenu Viswambharan · Wed Jul 19 17:07:00 2017 +0100
  81. ae87f4b lib: psci: early suspend handler for platforms by Varun Wadekar · Mon Jul 10 16:02:05 2017 -0700
  82. 062b640 Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · Mon Jul 31 14:29:54 2017 +0100
  83. 65306cf Merge pull request #1034 from dp-arm/dp/uart-clock by davidcunado-arm · Mon Jul 31 08:45:57 2017 +0100
  84. cd89966 Merge pull request #1032 from soby-mathew/sm/css_scp_reorg by davidcunado-arm · Wed Jul 26 12:31:41 2017 +0100
  85. 1861b7a Emphasize that TF only supports 4 KB granule size by Sandrine Bailleux · Thu Jul 20 16:11:01 2017 +0100
  86. 12e8644 xlat lib: Fix some types by Sandrine Bailleux · Wed Jul 19 10:11:13 2017 +0100
  87. 6634293 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · Tue Jul 18 13:26:36 2017 +0100
  88. 3120ea2 xlat lib v2: Export translation context as an opaque type by Sandrine Bailleux · Mon Jul 10 13:37:48 2017 +0100
  89. 090c849 xlat lib: Reorganize architectural defs by Sandrine Bailleux · Fri May 19 09:59:37 2017 +0100
  90. cbd2444 Fix CSS UART clock value by Dimitris Papastamos · Tue Jul 25 10:49:26 2017 +0100
  91. 2f6cac4 CSS: Prevent SCP_BL2/2U from overwriting BL1 RW data by Soby Mathew · Tue Jun 13 18:00:53 2017 +0100
  92. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  93. 7e4d665 ARM plat changes to enable CryptoCell integration by Soby Mathew · Wed May 10 11:50:30 2017 +0100
  94. 1ae83bc Add headers to enable CryptoCell integration by Soby Mathew · Wed May 10 11:48:40 2017 +0100
  95. 09bb548 Merge pull request #978 from etienne-lms/minor-build by danh-arm · Wed Jun 28 13:46:19 2017 +0100
  96. 400adc0 Merge pull request #997 from dp-arm/dp/spe by davidcunado-arm · Fri Jun 23 12:48:11 2017 +0100
  97. 41263a1 Merge pull request #995 from davidcunado-arm/dc/init_reg by davidcunado-arm · Fri Jun 23 08:39:19 2017 +0100
  98. 662bf93 context_mgmt: declare extern cm_set_next_context() for AArch32 by Etienne Carriere · Fri Jun 23 09:37:49 2017 +0200
  99. bfe12d3 bl: security_state should be of type unsigned int by Etienne Carriere · Wed Jun 07 16:45:42 2017 +0200
  100. 12f8be5 aarch32: Apply workaround for errata 813419 of Cortex-A57 by Dimitris Papastamos · Tue Jun 20 09:25:10 2017 +0100