1. 96a1c6b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · Mon Jan 15 14:45:33 2018 +0000
  2. fa2422a Increase BL31 memory space by 2 pages by Dimitris Papastamos · Thu Jan 11 15:32:32 2018 +0000
  3. 8a41859 Move TSP to TZC secured DRAM by Dimitris Papastamos · Tue Jan 02 10:25:50 2018 +0000
  4. 086fbd6 SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM by Antonio Nino Diaz · Fri Nov 17 11:48:55 2017 +0000
  5. bf16923 ARM platforms: Fixup AArch32 builds by Soby Mathew · Tue Nov 14 14:10:10 2017 +0000
  6. 7289f92 SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · Thu Nov 09 11:34:09 2017 +0000
  7. 360051a Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · Fri Nov 03 13:12:48 2017 +0000
  8. de431b1 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · Fri Oct 13 09:23:42 2017 +0800
  9. 9ca2806 ARM platforms: enable GICv3 state save/restore by Soby Mathew · Wed Oct 11 16:08:58 2017 +0100
  10. c3bd8c2 Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES by David Cunado · Thu Oct 05 21:24:14 2017 +0100
  11. ae6e285 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · Wed Oct 04 16:23:59 2017 +0100
  12. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · Thu Aug 03 09:16:43 2017 +0100
  13. 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
  14. ea21edc norflash: Add nor_erase() to NOR driver by Roberto Vargas · Fri Jul 28 10:38:24 2017 +0100
  15. 86a610e norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · Wed Jul 26 14:37:56 2017 +0100
  16. 52323b0 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · Wed Jun 07 13:45:41 2017 +0100
  17. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · Mon May 22 12:11:24 2017 +0900
  18. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  19. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · Sat Apr 29 08:36:12 2017 -0700
  20. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · Mon Apr 10 11:45:52 2017 -0700
  21. f09d003 ARM platforms: Add option to use xlat tables lib v1 by Antonio Nino Diaz · Tue Apr 11 14:04:56 2017 +0100
  22. 30a2694 Fix ARM_BL31_IN_DRAM build by Douglas Raillard · Wed Mar 08 16:49:31 2017 +0000
  23. 719bf85 ARM platforms: Enable xlat tables lib v2 by Antonio Nino Diaz · Thu Feb 23 17:22:58 2017 +0000
  24. ac99803 Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · Mon Feb 27 17:23:54 2017 +0000
  25. 2e36de8 Resolve build errors flagged by GCC 6.2 by David Cunado · Thu Jan 19 10:26:16 2017 +0000
  26. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · Sun Dec 25 23:36:24 2016 +0900
  27. 30ce3ad ARM platforms: Define common image sizes by Antonio Nino Diaz · Mon Jul 25 12:04:31 2016 +0100
  28. 889ca03 ARM CSS platforms: Map flash as execute-never by default by Sandrine Bailleux · Tue Jun 14 17:01:00 2016 +0100
  29. 0ba499f Add support to load BL31 in DRAM by David Wang · Mon Mar 07 11:02:57 2016 +0800
  30. c50a695 Merge pull request #533 from yatharth-arm/yk/genfw-1292 by danh-arm · Fri Feb 26 09:47:05 2016 +0000
  31. f11b29a Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · Mon Feb 01 11:04:46 2016 +0000
  32. eade34c Rationalise MMU and Page table related constants on ARM platforms by Vikram Kanigiri · Wed Jan 20 15:57:35 2016 +0000
  33. c9bac9c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · Tue Jan 19 17:52:28 2016 +0000
  34. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · Thu Dec 10 15:49:17 2015 +0000
  35. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · Thu Dec 03 10:19:21 2015 +0000
  36. 6e8f0b1 Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · Wed Dec 09 19:03:06 2015 +0000
  37. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · Wed Oct 14 15:28:11 2015 +0100
  38. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · Sun Oct 11 14:14:55 2015 +0100
  39. 2fd66be Specify BL31 runtime console for ARM Standard platforms by Soby Mathew · Wed Dec 09 11:38:43 2015 +0000
  40. fd383b4 Fix SP804 delay timer on FVP by Juan Castillo · Tue Dec 01 16:10:15 2015 +0000
  41. 1df19de Merge pull request #449 from jcastillo-arm/jc/tbb_oid by danh-arm · Wed Dec 02 16:42:33 2015 +0000
  42. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · Tue Oct 06 14:01:35 2015 +0100
  43. 740bc52 TBB: add ARM OIDs by Juan Castillo · Wed Dec 02 09:48:34 2015 +0000
  44. facdd1c Add basic NOR flash driver for ARM platforms by Juan Castillo · Wed Aug 12 12:53:02 2015 +0100
  45. 31a68f0 TBB: add platform API to read the ROTPK information by Juan Castillo · Tue Apr 14 12:49:03 2015 +0100
  46. f96fc8f FVP: Add SP804 delay timer by Ryan Harkin · Tue Mar 17 14:54:01 2015 +0000
  47. 9df4804 Add common ARM and CSS platform code by Dan Handley · Thu Mar 19 18:58:55 2015 +0000