1. 85cdfdb TBB: fix build target 'all' dependency on certificates by Juan Castillo · 10 years ago
  2. 95d5353 Ignore C library files when checking coding style by Sandrine Bailleux · 10 years ago
  3. 130ed88 Documentation for version 1.1 by Achin Gupta · 10 years ago
  4. 40febc3 TBB: add authentication module interface by Juan Castillo · 10 years ago
  5. db6071c TBB: add PolarSSL based authentication module by Juan Castillo · 10 years ago
  6. 6eadf76 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · 10 years ago
  7. b7124ea TBB: add support to include certificates in a FIP image by Juan Castillo · 10 years ago
  8. 6f97162 TBB: add tool to generate certificates by Juan Castillo · 10 years ago
  9. 03b2370 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 10 years ago
  10. 513dd3a FVP: Allow BL3-2 to sit in the secure region of DRAM by Juan Castillo · 10 years ago
  11. 8c5fe0b Move bakery algorithm implementation out of coherent memory by Soby Mathew · 10 years ago
  12. 7f48fab Specify FIP filename at build time by Juan Castillo · 10 years ago
  13. 07deed4 Fix problem of dependencies on the fiptool makefile target by Sandrine Bailleux · 10 years ago
  14. 5541bb3 Optimize Cortex-A57 cluster power down sequence on Juno by Soby Mathew · 10 years ago
  15. 27713fb Add support for specifying pre-built BL binaries in Makefile by Soby Mathew · 10 years ago
  16. c6249aa Documentation for version 1.0 by Dan Handley · 10 years ago
  17. d9bdaf2 Add support for selected Cortex-A57 errata workarounds by Soby Mathew · 10 years ago
  18. add4035 Add CPU specific power management operations by Soby Mathew · 10 years ago
  19. 5a06bb7 Clarify platform porting interface to TSP by Dan Handley · 10 years ago
  20. 935db69 Move IO storage source to drivers directory by Dan Handley · 10 years ago
  21. 6f08fd5 Merge pull request #183 from danh-arm/dh/print_output2 by danh-arm · 10 years ago
  22. 289c28a Add concept of console output log levels by Dan Handley · 10 years ago
  23. 27905d0 Add compilation macro for each BL stage by Soby Mathew · 10 years ago
  24. 626ed51 Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  25. bc92012 Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  26. aaa3e72 Add support for printing version at runtime by Juan Castillo · 10 years ago
  27. 54d0911 Merge pull request #168 from sandrine-bailleux/sb/set-default-gic-arch by Dan Handley · 10 years ago
  28. b79af93 Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  29. 2b98e78 Define ARM_GIC_ARCH default value for all platforms by Sandrine Bailleux · 10 years ago
  30. a1a4417 Merge pull request #162 from jcastillo-arm/jc/tf-issues/194 by danh-arm · 10 years ago
  31. 93d81d6 Add support for BL3-0 image by Sandrine Bailleux · 10 years ago
  32. 0f21c54 Allow FP register context to be optional at build time by Juan Castillo · 10 years ago
  33. e73af8a Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · 10 years ago
  34. 4f2104f Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  35. a0df63e Compile with '-Wmissing-include-dirs' flag by Sandrine Bailleux · 10 years ago
  36. 5c3272a Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  37. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 10 years ago
  38. dbad1ba Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  39. ec786cb Merge pull request #78 from jeenuv:tf-issues-148 by Andrew Thoelke · 10 years ago
  40. 2da8d8b Add build configuration for timer save/restore by Jeenu Viswambharan · 10 years ago
  41. e35c404 Reorganize build options by Jeenu Viswambharan · 10 years ago
  42. 289e0da Introduce convenience functions to build by Jeenu Viswambharan · 10 years ago
  43. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  44. bee8241 Remove vpath usage in makefiles by Dan Handley · 10 years ago
  45. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  46. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago
  47. dccc537 Use --gc-sections during link by Andrew Thoelke · 11 years ago
  48. 8d2296f Build system: Trigger dependency checking only for build targets by Sandrine Bailleux · 11 years ago
  49. 08c7ed0 Build system: Remove last traces of 'PLAT=all' by Sandrine Bailleux · 11 years ago
  50. 9f98aa1 Specify image entry in linker script by Jeenu Viswambharan · 11 years ago
  51. 64f6ea9 Implement ARM Standard Service by Jeenu Viswambharan · 11 years ago
  52. 4bfc2d2 Enable platforms to omit some bootloaders by Jon Medhurst · 11 years ago
  53. fb05246 Generate build time and date message at link time. by Jon Medhurst · 11 years ago
  54. 6d55d10 Update Makefiles to get proper dependency checking working. by Jon Medhurst · 11 years ago
  55. 8aa559c Revert accidental removal of BL2 from help message by Jeenu Viswambharan · 11 years ago
  56. 2f2cef4 Cleanup FIP build targets and messages by Jeenu Viswambharan · 11 years ago
  57. 375f538 Add Test Secure Payload Dispatcher (TSPD) service by Achin Gupta · 11 years ago
  58. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 11 years ago
  59. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 11 years ago
  60. 7421b46 Add runtime services framework by Achin Gupta · 11 years ago
  61. f58ad36 Add Firmware Image Package creation tool by Harry Liebel · 11 years ago
  62. f2f9bb5 Add IO abstraction framework by James Morrissey · 11 years ago
  63. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 11 years ago
  64. df64a55 Compile assembly files with -DDEBUG flag by Sandrine Bailleux · 11 years ago
  65. 36eaaf3 Allow style checking of tree and local changes by Ian Spray · 11 years ago
  66. 35fab8c Build system: Add cscope target to the Makefile by Joakim Bech · 11 years ago
  67. 72ee331 Build system: add 'make help' option by Ryan Harkin · 11 years ago
  68. d7a6b0f Build system: minor spacing tidyup by Ryan Harkin · 11 years ago
  69. 25cff83 Build system: Fixes #2: Add multi-platform support by Ryan Harkin · 11 years ago
  70. 4f60368 Do not trap access to floating point registers by Harry Liebel · 11 years ago
  71. e83b0ca Update year in copyright text to 2014 by Dan Handley · 11 years ago
  72. e22fb91 Build project with 'pedantic' by Harry Liebel · 11 years ago
  73. 0af6d64 Do not let GCC use built-in functions by Harry Liebel · 11 years ago
  74. c81b1d0 Create local C library implementation (1/2) by Harry Liebel · 11 years ago
  75. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  76. 3e850a8 Treat compiler, assembler and linker warnings as errors by Sandrine Bailleux · 11 years ago
  77. eaaeece Generate build products in sub-directories by James Morrissey · 11 years ago
  78. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago