1. 9637745 Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  2. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  3. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  4. a3a5e4a Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  5. 9851e42 Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  6. b058556 Merge pull request #78 from jeenuv:tf-issues-148 by Andrew Thoelke · 10 years ago
  7. d1b6015 Add build configuration for timer save/restore by Jeenu Viswambharan · 10 years ago
  8. 4b9608b Document summary of build options in user guide by Jeenu Viswambharan · 10 years ago
  9. 19a0ace Reorganize build options by Jeenu Viswambharan · 10 years ago
  10. e5c39fd Introduce convenience functions to build by Jeenu Viswambharan · 10 years ago
  11. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  12. 96c207a Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefile by Andrew Thoelke · 10 years ago
  13. 6bee0fc Merge pull request #69 from sandrine-bailleux:sb/split-mmu-fcts-per-el by Andrew Thoelke · 10 years ago
  14. a3bd38c Merge pull request #68 from jcastillo-arm/jc/tf-issues/137 by Andrew Thoelke · 10 years ago
  15. 55452f1 Merge pull request #66 from athoelke/tzc-config-fix by danh-arm · 10 years ago
  16. 3086cc9 fvp: Use the right implem. of plat_report_exception() in BL3-2 by Sandrine Bailleux · 10 years ago
  17. 969bdb2 Fix C accessors to GIC distributor registers with set/clear semantics by Juan Castillo · 10 years ago
  18. fe3374b Fixes for TZC configuration on FVP by Andrew Thoelke · 10 years ago
  19. 74a62b3 fvp: Provide per-EL MMU setup functions by Sandrine Bailleux · 10 years ago
  20. 25232af Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  21. df89f9f Merge pull request #65 from vikramkanigiri/vk/console_init by danh-arm · 10 years ago
  22. 9ceff0f Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu_context-1 by danh-arm · 10 years ago
  23. 3684abf Ensure a console is initialized before it is used by Vikram Kanigiri · 10 years ago
  24. 1644425 Merge pull request #62 from athoelke/set-little-endian-v2 by danh-arm · 10 years ago
  25. 6c5192a Preserve x19-x29 across world switch for exception handling by Soby Mathew · 10 years ago
  26. 6bdfa91 Merge pull request #58 from athoelke/optimise-cache-flush-v2 by danh-arm · 10 years ago
  27. 86f0665 Merge pull request #61 from athoelke/use-mrs-msr-from-assembler-v2 by danh-arm · 10 years ago
  28. 99cb464 Merge pull request #60 from athoelke/disable-mmu-v2 by danh-arm · 10 years ago
  29. 719e870 Merge pull request #59 from athoelke/review-barriers-v2 by danh-arm · 10 years ago
  30. faed43f Merge pull request #57 from sandrine-bailleux/sb/remove-pl011-base by danh-arm · 10 years ago
  31. aa3266a Remove unused 'PL011_BASE' macro by Sandrine Bailleux · 10 years ago
  32. 6a5b3a4 Optimise data cache clean/invalidate operation by Andrew Thoelke · 10 years ago
  33. 5879ffd Remove unused or invalid asm helper functions by Andrew Thoelke · 10 years ago
  34. f977ed8 Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  35. 438c63a Replace disable_mmu with assembler version by Andrew Thoelke · 10 years ago
  36. 42e75a7 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  37. f994ffb Set processor endianness immediately after RESET by Andrew Thoelke · 10 years ago
  38. 806af56 Merge pull request #49 from danh-arm/dh/remove-non-const-data by danh-arm · 10 years ago
  39. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  40. 378e082 Merge pull request #48 from danh-arm/dh/major-refactoring by danh-arm · 10 years ago
  41. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  42. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  43. 27f6e7d Move PSCI global functions out of private header by Dan Handley · 10 years ago
  44. bcd60ba Separate BL functions out of arch.h by Dan Handley · 10 years ago
  45. 930ee2e Refactor GIC header files by Dan Handley · 10 years ago
  46. f3c8f32 Separate out CASSERT macro into own header by Dan Handley · 10 years ago
  47. 176e7b4 Remove vpath usage in makefiles by Dan Handley · 10 years ago
  48. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  49. 4d2e49d Move FVP power driver to FVP platform by Dan Handley · 10 years ago
  50. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago
  51. 992dc07 Merge pull request #50 from vikramkanigiri/vk/tf-issues#26 by achingupta · 10 years ago
  52. f100f41 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · 10 years ago
  53. 4bc8526 Merge pull request #33 from hliebel/hl/secure-memory by danh-arm · 10 years ago
  54. eb98579 FVP secure memory support documentation by Harry Liebel · 10 years ago
  55. cef9339 Enable secure memory support for FVPs by Harry Liebel · 10 years ago
  56. afd1ec7 Add TrustZone (TZC-400) driver by Harry Liebel · 10 years ago
  57. 300912d Merge pull request #43 from danh-arm/dh/tf-issues#129 by danh-arm · 10 years ago
  58. cc470ee Merge pull request #44 from danh-arm/dh/tf-issues#136 by danh-arm · 10 years ago
  59. 09df037 Merge pull request #45 from danh-arm/dh/tf-issues#114 by danh-arm · 10 years ago
  60. 48a8127 Remove redundant code from bl1_plat_helpers.S by Dan Handley · 10 years ago
  61. 5e40d83 Merge pull request #40 from athoelke/at/up-stacks-76-v2 by danh-arm · 10 years ago
  62. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  63. 43f5679 Rename FVP "mmap" array to avoid name confusion by Dan Handley · 10 years ago
  64. a686542 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · 10 years ago
  65. f56298a Move console.c to pl011 specific driver location by Dan Handley · 10 years ago
  66. 05f922b Merge pull request #38 from sandrine-bailleux/sb/tf-issue-125 by danh-arm · 10 years ago
  67. 3fa9847 Define frequency of system counter in platform code by Sandrine Bailleux · 10 years ago
  68. 74c1a2a Revert "Move architecture timer setup to platform-specific code" by Sandrine Bailleux · 10 years ago
  69. e184c8a Merge pull request #35 from sandrine-bailleux/sb/add-missing-include-guard by danh-arm · 10 years ago
  70. f64bf53 Merge pull request #34 from danh-arm/dh/new-integration-process by danh-arm · 10 years ago
  71. 82a6e1a Add missing #include guard in xlat_tables.h by Sandrine Bailleux · 10 years ago
  72. 7b7312e Update contributing.md with new integration process by Dan Handley · 10 years ago
  73. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  74. e01ea34 Use --gc-sections during link by Andrew Thoelke · 10 years ago
  75. c7f2069 Fix build failure due to a typo in TSPD code by Achin Gupta · 10 years ago
  76. 2d3e42d Build system: Trigger dependency checking only for build targets by Sandrine Bailleux · 10 years ago
  77. 3ff77de Initialise UART console in all bootloader stages by Vikram Kanigiri · 10 years ago
  78. 52f52b4 Move console functions out of pl011.c by Soby Mathew · 10 years ago
  79. a08588a Build system: Remove last traces of 'PLAT=all' by Sandrine Bailleux · 10 years ago
  80. 1734119 Fix build by correcting asm helper function usage in TSPD by Vikram Kanigiri · 10 years ago
  81. 4d05275 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · 10 years ago
  82. 9d8ba4c Move per cpu exception stack in BL31 to tzfw_normal_stacks by Vikram Kanigiri · 10 years ago
  83. 3b7c59b Add standby state support in PSCI cpu_suspend api by Vikram Kanigiri · 10 years ago
  84. a9de1bb Semihosting: Fix file mode to load binaries on Windows by Sandrine Bailleux · 10 years ago
  85. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  86. ca0aeb7 Fix the disable_mmu code by Vikram Kanigiri · 10 years ago
  87. a3a936e TSP: Make the platform-specific makefile mandatory by Sandrine Bailleux · 10 years ago
  88. 0c51e07 Fix file_to_uuid() function by Sandrine Bailleux · 10 years ago
  89. fce7a7d FIP tool: Fix error message for missing FIP filename by Sandrine Bailleux · 10 years ago
  90. 8c60fee FIP tool: Add support for '--help' option. by Sandrine Bailleux · 10 years ago
  91. 29e5442 FIP tool: Small optimisation for option parsing by Sandrine Bailleux · 10 years ago
  92. be87cfc Rework bakery lock with WFE/SEV sequence by Jeenu Viswambharan · 10 years ago
  93. 2a30a75 Specify image entry in linker script by Jeenu Viswambharan · 10 years ago
  94. df1ddb5 Implement standard calls for TSP by Jeenu Viswambharan · 10 years ago
  95. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago
  96. 5741894 Move architecture timer setup to platform-specific code by Jeenu Viswambharan · 10 years ago
  97. 7c151c4 Remove unused 'CPU present' flag by Jeenu Viswambharan · 10 years ago
  98. 5ac51a0 Remove change log instructions from contribution.md by Dan Handley · 10 years ago
  99. 87274c4 bl_common: add image_size() by Ryan Harkin · 10 years ago
  100. 1bf80fc fvp: plat_io_storage: remove duplicated code by Ryan Harkin · 10 years ago