1. b5a6304 Fix the Cortex-A57 reset handler register usage by Soby Mathew · 9 years ago
  2. 9e75157 stdlib: add missing features to build PolarSSL by Juan Castillo · 10 years ago
  3. 36433d1 Call reset handlers upon BL3-1 entry. by Yatharth Kochar · 10 years ago
  4. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  5. 6b98c7d Remove the wfe() for bounded wait in bakery_lock by Soby Mathew · 10 years ago
  6. 7d861ea Invalidate the dcache after initializing cpu-ops by Soby Mathew · 10 years ago
  7. ed04c4a Precede a 'sev' with a 'dsb' in bakery lock code by Achin Gupta · 10 years ago
  8. 937488b Optimize Cortex-A57 cluster power down sequence on Juno by Soby Mathew · 10 years ago
  9. 1604fa0 Optimize barrier usage during Cortex-A57 power down by Soby Mathew · 10 years ago
  10. c088433 Apply errata workarounds only when major/minor revisions match. by Soby Mathew · 10 years ago
  11. 42aa5eb Add support for level specific cache maintenance operations by Soby Mathew · 10 years ago
  12. 802f865 Add support for selected Cortex-A57 errata workarounds by Soby Mathew · 10 years ago
  13. 38b4bc9 Add CPU specific crash reporting handlers by Soby Mathew · 10 years ago
  14. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  15. f1785fd Add platform API for reset handling by Soby Mathew · 10 years ago
  16. c704cbc Introduce framework for CPU specific operations by Soby Mathew · 10 years ago
  17. 7b83c44 Move IO storage source to drivers directory by Dan Handley · 10 years ago
  18. 3aa9216 Remove redundant io_init() function by Dan Handley · 10 years ago
  19. 91b624e Rationalize console log output by Dan Handley · 10 years ago
  20. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  21. 3299181 Merge pull request #170 from achingupta/ag/tf-issues#226 by danh-arm · 10 years ago
  22. 289162c Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · 10 years ago
  23. 041f62a Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  24. 9f09835 Simplify management of SCTLR_EL3 and SCTLR_EL1 by Achin Gupta · 10 years ago
  25. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  26. e998254 Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  27. 741a382 Calculate TCR bits based on VA and PA by Lin Ma · 10 years ago
  28. 22129f5 Merge pull request #154 from athoelke/at/inline-mmio by Andrew Thoelke · 10 years ago
  29. af9dd82 Inline the mmio accessor functions by Andrew Thoelke · 10 years ago
  30. 958cc02 Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · 10 years ago
  31. ddb312d Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2 by danh-arm · 10 years ago
  32. 3f78dc3 Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  33. 1359236 Enable mapping higher physical address by Lin Ma · 10 years ago
  34. b226a4d Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  35. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  36. a17fefa Remove extern keyword from function declarations by Dan Handley · 10 years ago
  37. 58484d4 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  38. 405406d Use secure timer to generate S-EL1 interrupts by Achin Gupta · 10 years ago
  39. 8782852 Merge pull request #91 from linmaonly/lin_dev by Andrew Thoelke · 10 years ago
  40. 0b9d59f Address issue 156: 64-bit addresses get truncated by Lin Ma · 10 years ago
  41. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  42. 6bdfa91 Merge pull request #58 from athoelke/optimise-cache-flush-v2 by danh-arm · 10 years ago
  43. 6a5b3a4 Optimise data cache clean/invalidate operation by Andrew Thoelke · 10 years ago
  44. 5879ffd Remove unused or invalid asm helper functions by Andrew Thoelke · 10 years ago
  45. f977ed8 Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  46. 438c63a Replace disable_mmu with assembler version by Andrew Thoelke · 10 years ago
  47. 42e75a7 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  48. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  49. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  50. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  51. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  52. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago
  53. afd1ec7 Add TrustZone (TZC-400) driver by Harry Liebel · 10 years ago
  54. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  55. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  56. be87cfc Rework bakery lock with WFE/SEV sequence by Jeenu Viswambharan · 10 years ago
  57. bb1fe20 Add generic functions for setting up aarch64 MMU translation tables by Jon Medhurst · 10 years ago
  58. d11a7f3 Fix assert in bakery_lock_release() by Jon Medhurst · 10 years ago
  59. cd52932 Fix semihosting with latest toolchain by Ryan Harkin · 10 years ago
  60. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 10 years ago
  61. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  62. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · 10 years ago
  63. f2f9bb5 Add IO abstraction framework by James Morrissey · 10 years ago
  64. c3810c8 Fix memmove and memcpy by Jon Medhurst · 10 years ago
  65. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 10 years ago
  66. eaec590 Probe for GICv3 re-distributors on core bring-up by Harry Liebel · 11 years ago
  67. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  68. bdb774d Fix SPSR register size in gp_regs structure by Sandrine Bailleux · 11 years ago
  69. 1bc9e1f Add strchr() and putchar() to local C library by Harry Liebel · 11 years ago
  70. 0f702c6 Create local C library implementation (2/2) by Harry Liebel · 11 years ago
  71. c81b1d0 Create local C library implementation (1/2) by Harry Liebel · 11 years ago
  72. 4a826dd rework general purpose registers save and restore by Achin Gupta · 11 years ago
  73. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  74. 65f546a Properly initialise the C runtime environment by Sandrine Bailleux · 11 years ago
  75. 295538b AArch64: Remove EL-agnostic TLB helper functions by Sandrine Bailleux · 11 years ago
  76. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · 11 years ago
  77. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago