1. d5ec367 Report errata workaround status to console by Jeenu Viswambharan · Tue Jan 03 11:01:51 2017 +0000
  2. 2165a3e stdlib: Import timingsafe_bcmp() from FreeBSD by Antonio Nino Diaz · Mon Jan 16 13:25:38 2017 +0000
  3. 18babd3 Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen by danh-arm · Tue Jan 24 14:28:19 2017 +0000
  4. ccfc829 Add strnlen() to local C library by Sandrine Bailleux · Tue Jan 24 10:18:01 2017 +0000
  5. 980f185 Merge pull request #800 from masahir0y/ifdef by danh-arm · Mon Jan 23 16:49:43 2017 +0000
  6. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · Sun Dec 25 23:36:24 2016 +0900
  7. c4806d7 Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt by danh-arm · Mon Jan 23 11:42:46 2017 +0000
  8. 1f5f812 Correct system include order by David Cunado · Tue Jan 17 14:40:15 2017 +0000
  9. fecb2c1 libfdt: Replace v1.4.1 by v1.4.2 by Antonio Nino Diaz · Mon Jan 16 16:11:48 2017 +0000
  10. 57e4bee libfdt: Minor changes to enable TF integration by Antonio Nino Diaz · Mon Jan 16 16:08:19 2017 +0000
  11. 3057efb libfdt: Import libfdt v1.4.2 by Antonio Nino Diaz · Mon Jan 16 15:55:44 2017 +0000
  12. 2b0a176 Merge pull request #788 from jeenu-arm/cpuops-framework by danh-arm · Tue Dec 20 12:27:58 2016 +0000
  13. a1d1da7 Merge pull request #779 from dp-arm/dp/rtinstr-cache by danh-arm · Mon Dec 19 15:39:33 2016 +0000
  14. 65f43f5 Merge pull request #778 from antonio-nino-diaz-arm/an/xlat-fixes by danh-arm · Mon Dec 19 15:39:01 2016 +0000
  15. ee5eb80 Add provision to extend CPU operations at more levels by Jeenu Viswambharan · Fri Nov 18 12:58:28 2016 +0000
  16. ef40c28 Merge pull request #780 from douglas-raillard-arm/dr/fix_asm_signed_comparison by danh-arm · Wed Dec 14 15:59:18 2016 +0000
  17. 861be8e Fix integer comparison in memcpy16 by Douglas Raillard · Fri Dec 02 13:56:06 2016 +0000
  18. 2d92de6 Add two timestamps to measure PSCI cache flush overhead by dp-arm · Tue Nov 15 13:25:30 2016 +0000
  19. 9f1f5cb Merge pull request #776 from dp-arm/dp/memcmp-fix by danh-arm · Wed Dec 14 09:25:39 2016 +0000
  20. b54c1a5 Merge pull request #775 from soby-mathew/sm/AArch32_stack_align by danh-arm · Wed Dec 14 09:25:15 2016 +0000
  21. 010888d Forbid block descriptors in initial xlat table levels by Antonio Nino Diaz · Tue Dec 13 15:02:31 2016 +0000
  22. d1beee2 Add PLAT_xxx_ADDR_SPACE_SIZE definitions by Antonio Nino Diaz · Tue Dec 13 15:28:54 2016 +0000
  23. 46a33a5 Assert correct granularity when mapping a PA by Antonio Nino Diaz · Thu Dec 08 16:03:46 2016 +0000
  24. 731cfd0 stdlib: Fix signedness issue in memcmp() by dp-arm · Tue Dec 06 15:20:25 2016 +0000
  25. adb7027 AArch32: Fix the stack alignment issue by Soby Mathew · Tue Dec 06 12:10:51 2016 +0000
  26. 975d08c Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · Mon Dec 12 14:29:01 2016 +0000
  27. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · Wed Nov 30 15:21:11 2016 +0000
  28. c14b08e Reset EL2 and EL3 configurable controls by David Cunado · Fri Nov 25 00:21:59 2016 +0000
  29. f9baaa5 Fix normal memory bakery lock implementation by Soby Mathew · Mon Nov 14 17:19:35 2016 +0000
  30. 5f55e28 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · Mon Oct 31 17:37:34 2016 +0000
  31. 8742220 Merge pull request #735 from soby-mathew/sm/aarch32_sctlr by danh-arm · Mon Oct 17 12:20:18 2016 +0100
  32. a993c42 Unify SCTLR initialization for AArch32 normal world by Soby Mathew · Thu Sep 29 14:15:57 2016 +0100
  33. 3cac786 Add PMF instrumentation points in TF by dp-arm · Mon Sep 19 11:18:44 2016 +0100
  34. c44c5af AArch32: Add `memcpy4` function in assembly by Yatharth Kochar · Wed Sep 28 11:00:05 2016 +0100
  35. 89256b8 PSCI: Introduce PSCI Library argument structure by Soby Mathew · Tue Sep 13 14:19:08 2016 +0100
  36. a4c219a AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · Tue Jul 12 15:47:03 2016 +0100
  37. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · Tue Jun 28 16:58:26 2016 +0100
  38. 1a9644b Merge pull request #702 from jeenu-arm/psci-node-hw-state by danh-arm · Mon Sep 19 11:55:56 2016 +0100
  39. 7f03e9d9 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · Wed Aug 03 15:54:50 2016 +0100
  40. 7c9d5f8 Flush `psci_plat_pm_ops` after initialization by Soby Mathew · Fri Sep 09 11:33:58 2016 +0100
  41. b4a970a AArch32: Fix SCTLR context initialization by Soby Mathew · Wed Aug 31 12:34:33 2016 +0100
  42. d48ae61 Automatically select initial xlation lookup level by Antonio Nino Diaz · Tue Aug 02 09:21:41 2016 +0100
  43. 89d90dc AArch32: Add support to PSCI lib by Soby Mathew · Thu May 05 14:11:23 2016 +0100
  44. 748be1d AArch32: Add support in TF libraries by Soby Mathew · Thu May 05 14:10:46 2016 +0100
  45. 935c2e7 AArch32: Add translation table library support by Soby Mathew · Thu Jun 30 15:11:07 2016 +0100
  46. d29f67b AArch32: Add assembly helpers by Soby Mathew · Thu May 05 12:31:57 2016 +0100
  47. 7b5c9b3 Move spinlock library code to AArch64 folder by Soby Mathew · Mon Aug 08 12:42:53 2016 +0100
  48. fea233c Fix the translation table library for wraparound cases by Soby Mathew · Wed Jul 13 15:45:15 2016 +0100
  49. d59a669 Merge pull request #670 from achingupta/ag/psci_retention_fix by danh-arm · Tue Jul 26 14:35:07 2016 +0100
  50. 9b2bf25 Fix use of stale power states in PSCI standby finisher by Achin Gupta · Tue Jun 28 16:46:15 2016 +0100
  51. f9f3bbf Validate psci_find_target_suspend_lvl() result by Sandrine Bailleux · Wed Jun 22 16:35:01 2016 +0100
  52. d019487 Introduce PSCI Library Interface by Soby Mathew · Fri Apr 29 19:01:30 2016 +0100
  53. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · Thu Mar 24 16:56:29 2016 +0000
  54. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · Thu Jun 16 14:52:04 2016 +0100
  55. ba39fc6 Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn by danh-arm · Fri Jul 15 18:55:43 2016 +0100
  56. 6a72a91 bl31: Add error reporting registers by Naga Sureshkumar Relli · Fri Jul 01 12:52:41 2016 +0530
  57. 7659a26 Introduce utils.h header file by Sandrine Bailleux · Tue Jul 05 09:55:03 2016 +0100
  58. ac3aa68 xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributes by Sandrine Bailleux · Tue Jun 14 16:31:09 2016 +0100
  59. 7528b68 xlat lib: Refactor mmap_desc() function by Sandrine Bailleux · Tue Jun 14 16:29:04 2016 +0100
  60. 9518d02 Add Performance Measurement Framework(PMF) by Yatharth Kochar · Fri Mar 11 14:20:19 2016 +0000
  61. a83af08 Merge pull request #639 from danh-arm/dh/import-libfdt by danh-arm · Wed Jun 08 13:20:35 2016 +0100
  62. fc0c645 Minor libfdt changes to enable TF integration by Dan Handley · Thu Jun 02 15:28:23 2016 +0100
  63. 32f2130 Import libfdt v1.4.1 by Dan Handley · Thu Jun 02 14:23:40 2016 +0100
  64. d7b59e4 Move stdlib header files to include/lib/stdlib by Dan Handley · Thu Jun 02 17:15:13 2016 +0100
  65. 63af687 Add support for ARM Cortex-A73 MPCore Processor by Yatharth Kochar · Tue Feb 09 12:00:03 2016 +0000
  66. 4ba6b0b Fix computation of L1 bitmask in the translation table lib by Sandrine Bailleux · Fri Apr 22 10:47:33 2016 +0100
  67. b4444e3 Merge pull request #601 from sandrine-bailleux-arm/sb/a57-errata-workarounds by danh-arm · Fri Apr 22 10:13:16 2016 +0100
  68. 143ef1a Add support for Cortex-A57 erratum 833471 workaround by Sandrine Bailleux · Thu Apr 21 11:10:52 2016 +0100
  69. adcbd55 Add support for Cortex-A57 erratum 826977 workaround by Sandrine Bailleux · Thu Apr 14 14:24:13 2016 +0100
  70. 48cbe85 Add support for Cortex-A57 erratum 829520 workaround by Sandrine Bailleux · Thu Apr 14 14:18:07 2016 +0100
  71. c11116f Add support for Cortex-A57 erratum 828024 workaround by Sandrine Bailleux · Thu Apr 14 14:04:48 2016 +0100
  72. a7e0c53 Add support for Cortex-A57 erratum 826974 workaround by Sandrine Bailleux · Thu Apr 14 13:32:31 2016 +0100
  73. afa8a78 Fix wording in cpu-ops.mk comments by Sandrine Bailleux · Thu Apr 14 12:59:42 2016 +0100
  74. b5e7f77 Limit support for region overlaps in xlat_tables by Antonio Nino Diaz · Wed Mar 30 15:45:57 2016 +0100
  75. 44170c4 Refactor the xlat_tables library code by Soby Mathew · Tue Mar 22 15:51:08 2016 +0000
  76. 346f1f9 Remove xlat_helpers.c by Antonio Nino Diaz · Thu Mar 31 09:08:56 2016 +0100
  77. 6b28c57 Make cpu operations warning a VERBOSE print by Soby Mathew · Mon Mar 21 10:36:47 2016 +0000
  78. 686ecbd Merge pull request #542 from sandrine-bailleux-arm/km/pt-zero by danh-arm · Fri Mar 11 04:45:32 2016 +0000
  79. 299d794 Merge pull request #538 from sandrine-bailleux-arm/sb/extend-memory-types by danh-arm · Fri Mar 11 04:45:19 2016 +0000
  80. ed0995c Initialize all translation table entries by Kristina Martsenko · Thu Feb 11 18:11:56 2016 +0000
  81. 52b1ba6 Extend memory attributes to map non-cacheable memory by Sandrine Bailleux · Tue Mar 01 14:01:03 2016 +0000
  82. 95036fc Compile stdlib C files individually by Antonio Nino Diaz · Fri Feb 26 10:46:44 2016 +0000
  83. f12a31d Cortex-Axx: Unconditionally apply CPU reset operations by Sandrine Bailleux · Fri Jan 29 14:37:58 2016 +0000
  84. d481759 Disable non-temporal hint on Cortex-A53/57 by Sandrine Bailleux · Wed Jan 13 14:57:38 2016 +0000
  85. c9bac9c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · Tue Jan 19 17:52:28 2016 +0000
  86. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · Thu Jan 14 10:11:05 2016 -0800
  87. 432aa77 Add support for ARM Cortex-A35 processor by Sandrine Bailleux · Thu Jan 07 16:52:49 2016 +0000
  88. e9c4a64 Make generic code work in presence of system caches by Achin Gupta · Fri Sep 11 16:03:13 2015 +0100
  89. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · Thu Sep 10 11:39:36 2015 +0100
  90. 3543c7b Merge pull request #361 from achingupta/for_sm/psci_proto_v5 by Achin Gupta · Mon Aug 17 14:56:31 2015 +0100
  91. 3700a92 PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · Mon Jul 13 11:21:11 2015 +0100
  92. 4fceaca cortex_a53: Add A53 errata #826319, #836870 by developer · Wed Jul 29 20:55:31 2015 +0800
  93. 28463b9 Add "Project Denver" CPU support by Varun Wadekar · Tue Jul 14 17:11:20 2015 +0530
  94. 03fe10c Fix bug in semihosting write function by Juan Castillo · Tue Jul 07 15:36:33 2015 +0100
  95. e364a8a Fix recursive crash prints on FVP AEM model by Soby Mathew · Mon Apr 13 16:57:12 2015 +0100
  96. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · Tue Mar 24 14:03:57 2015 +0000
  97. 05cbb00 Merge pull request #277 from soby-mathew/sm/coh_lock_opt by danh-arm · Wed Apr 01 11:39:56 2015 +0100
  98. 156280c Remove the `owner` field in bakery_lock_t data structure by Soby Mathew · Fri Feb 20 16:04:17 2015 +0000
  99. a0a897d Optimize the bakery lock structure for coherent memory by Soby Mathew · Thu Feb 19 16:23:51 2015 +0000
  100. 632432b Merge pull request #270 from vikramkanigiri/vk/a72_cpu_support by danh-arm · Thu Mar 19 19:33:06 2015 +0000