1. 799f0ab Pass 'cookie' parameter to interrupt handler in BL3-1 by Soby Mathew · 10 years ago
  2. 614f395 Pass the args to the BL3-3 entrypoint by Vikram Kanigiri · 10 years ago
  3. 701fea7 Further renames of platform porting functions by Dan Handley · 10 years ago
  4. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  5. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  6. 335bf58 Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 10 years ago
  7. 6c8b359 Make the memory layout more flexible by Sandrine Bailleux · 10 years ago
  8. 077193f Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2 by Andrew Thoelke · 10 years ago
  9. 58484d4 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  10. 29c7ae1 Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3 by Andrew Thoelke · 10 years ago
  11. 9f71f70 Non-Secure Interrupt support during Standard SMC processing in TSP by Soby Mathew · 10 years ago
  12. 9cf2bb7 Introduce interrupt handling framework in BL3-1 by Achin Gupta · 10 years ago
  13. 191e86e Introduce interrupt registration framework in BL3-1 by Achin Gupta · 10 years ago
  14. 27b895e Add context library API to change a bit in SCR_EL3 by Achin Gupta · 10 years ago
  15. 9637745 Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  16. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  17. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  18. a3a5e4a Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  19. e2e9fb8 Merge pull request #83 from athoelke/at/tf-issues-126 by Andrew Thoelke · 10 years ago
  20. b058556 Merge pull request #78 from jeenuv:tf-issues-148 by Andrew Thoelke · 10 years ago
  21. d1b6015 Add build configuration for timer save/restore by Jeenu Viswambharan · 10 years ago
  22. 2ecdd8f Set SCR_EL3.RW correctly before exiting bl31_main by Andrew Thoelke · 10 years ago
  23. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  24. 9ceff0f Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu_context-1 by danh-arm · 10 years ago
  25. 1644425 Merge pull request #62 from athoelke/set-little-endian-v2 by danh-arm · 10 years ago
  26. 6c5192a Preserve x19-x29 across world switch for exception handling by Soby Mathew · 10 years ago
  27. f977ed8 Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  28. 42e75a7 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  29. f994ffb Set processor endianness immediately after RESET by Andrew Thoelke · 10 years ago
  30. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  31. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  32. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  33. 176e7b4 Remove vpath usage in makefiles by Dan Handley · 10 years ago
  34. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  35. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago
  36. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  37. a686542 Merge pull request #36 from athoelke/at/gc-sections-80 by danh-arm · 10 years ago
  38. 3fa9847 Define frequency of system counter in platform code by Sandrine Bailleux · 10 years ago
  39. 74c1a2a Revert "Move architecture timer setup to platform-specific code" by Sandrine Bailleux · 10 years ago
  40. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  41. e01ea34 Use --gc-sections during link by Andrew Thoelke · 10 years ago
  42. 4d05275 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · 10 years ago
  43. 9d8ba4c Move per cpu exception stack in BL31 to tzfw_normal_stacks by Vikram Kanigiri · 10 years ago
  44. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  45. 2a30a75 Specify image entry in linker script by Jeenu Viswambharan · 10 years ago
  46. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago
  47. 5741894 Move architecture timer setup to platform-specific code by Jeenu Viswambharan · 10 years ago
  48. ecf0a71 Generate build time and date message at link time. by Jon Medhurst · 10 years ago
  49. 407a95c Update Makefiles to get proper dependency checking working. by Jon Medhurst · 10 years ago
  50. 97cc9ee Remove duplicate xlat_table descriptions by Jeenu Viswambharan · 10 years ago
  51. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 10 years ago
  52. 607084e Add power management support in the SPD by Achin Gupta · 10 years ago
  53. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago
  54. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 10 years ago
  55. 35ca351 Add support for BL3-2 in BL3-1 by Achin Gupta · 10 years ago
  56. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 10 years ago
  57. a7934d6 Add exception vector guards by Jeenu Viswambharan · 10 years ago
  58. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  59. 07f4e07 Introduce new exception handling framework by Achin Gupta · 10 years ago
  60. 7421b46 Add runtime services framework by Achin Gupta · 10 years ago
  61. 7aea908 Add context management library by Achin Gupta · 10 years ago
  62. 9ac63c5 Add helper library for cpu context management by Achin Gupta · 10 years ago
  63. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · 10 years ago
  64. 74cbb83 Move translation tables into separate section by Jeenu Viswambharan · 10 years ago
  65. d7a6b0f Build system: minor spacing tidyup by Ryan Harkin · 10 years ago
  66. 25cff83 Build system: Fixes #2: Add multi-platform support by Ryan Harkin · 10 years ago
  67. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 10 years ago
  68. eaec590 Probe for GICv3 re-distributors on core bring-up by Harry Liebel · 11 years ago
  69. 4f60368 Do not trap access to floating point registers by Harry Liebel · 10 years ago
  70. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  71. 8468739 Move GIC setup to a separate file by Ian Spray · 11 years ago
  72. c81b1d0 Create local C library implementation (1/2) by Harry Liebel · 11 years ago
  73. 93ca221 Make BL31's ns_entry_info a single-cpu area by Sandrine Bailleux · 11 years ago
  74. ba6980a Move RUN_IMAGE constant from bl1.h to bl_common.h by Sandrine Bailleux · 11 years ago
  75. 4a826dd rework general purpose registers save and restore by Achin Gupta · 11 years ago
  76. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  77. 65f546a Properly initialise the C runtime environment by Sandrine Bailleux · 11 years ago
  78. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · 11 years ago
  79. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · 11 years ago
  80. 27866d8 Fix inlining of GIC helper functions by Sandrine Bailleux · 11 years ago
  81. c10bd2c Move generic architectural setup out of blx_plat_arch_setup(). by Sandrine Bailleux · 11 years ago
  82. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago