1. 335bf58 Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 10 years ago
  2. 5e9b3ab doc: Update information about the memory layout by Sandrine Bailleux · 10 years ago
  3. 58484d4 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  4. 31f0f8f Merge pull request #100 from jcastillo-arm:jc/tf-issues/149-v4 by Andrew Thoelke · 10 years ago
  5. 44a07af Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 10 years ago
  6. a83a38c Merge pull request #103 from athoelke:dh/tf-issues#68-v3 by Andrew Thoelke · 10 years ago
  7. 21a30ab Allow BL3-2 platform definitions to be optional by Dan Handley · 10 years ago
  8. 9cf2bb7 Introduce interrupt handling framework in BL3-1 by Achin Gupta · 10 years ago
  9. 191e86e Introduce interrupt registration framework in BL3-1 by Achin Gupta · 10 years ago
  10. fcf9765 Doc: Add the "Building the Test Secure Payload" section by Sandrine Bailleux · 10 years ago
  11. 5ac3cc9 TSP: Let the platform decide which secure memory to use by Sandrine Bailleux · 10 years ago
  12. 7055ca4 Reserve some DDR DRAM for secure use on FVP platforms by Juan Castillo · 10 years ago
  13. ab3d352 Merge pull request #85 from hliebel/hl/bl30-doc by Andrew Thoelke · 10 years ago
  14. eed7a5b Improve BL3-0 documentation by Harry Liebel · 10 years ago
  15. b058556 Merge pull request #78 from jeenuv:tf-issues-148 by Andrew Thoelke · 10 years ago
  16. d1b6015 Add build configuration for timer save/restore by Jeenu Viswambharan · 10 years ago
  17. 4b9608b Document summary of build options in user guide by Jeenu Viswambharan · 10 years ago
  18. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  19. fe3374b Fixes for TZC configuration on FVP by Andrew Thoelke · 10 years ago
  20. eb98579 FVP secure memory support documentation by Harry Liebel · 10 years ago
  21. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  22. 3fa9847 Define frequency of system counter in platform code by Sandrine Bailleux · 10 years ago
  23. 74c1a2a Revert "Move architecture timer setup to platform-specific code" by Sandrine Bailleux · 10 years ago
  24. 3ff77de Initialise UART console in all bootloader stages by Vikram Kanigiri · 10 years ago
  25. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago
  26. 5741894 Move architecture timer setup to platform-specific code by Jeenu Viswambharan · 10 years ago
  27. 66573cb Enable platforms to omit some bootloaders by Jon Medhurst · 10 years ago
  28. 619c5b3 Add v0.3 release documentation by Dan Handley · 10 years ago
  29. 3cb6c9d Consolidate design and porting documentation by Dan Handley · 10 years ago
  30. 3cad00d Add EL3 runtime services and SPD documentation by Dan Handley · 10 years ago
  31. 7fb153b Separate firmware design out of user-guide.md by Dan Handley · 10 years ago
  32. 6cef39a Update versions of dependencies in user-guide.md by Dan Handley · 10 years ago
  33. 7c596b2 fvp: Initialise UART earlier by Sandrine Bailleux · 10 years ago
  34. 35ca351 Add support for BL3-2 in BL3-1 by Achin Gupta · 10 years ago
  35. a3050ed Add support for BL3-2 in BL2 by Achin Gupta · 10 years ago
  36. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 10 years ago
  37. d265bd7 Add Firmware Image Package (FIP) documentation by Harry Liebel · 10 years ago
  38. 36eaaf3 Allow style checking of tree and local changes by Ian Spray · 10 years ago
  39. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 11 years ago
  40. 03cb8fb fvp: rename fvp_* files to plat_* by Ryan Harkin · 10 years ago
  41. 25cff83 Build system: Fixes #2: Add multi-platform support by Ryan Harkin · 10 years ago
  42. eaec590 Probe for GICv3 re-distributors on core bring-up by Harry Liebel · 11 years ago
  43. 4f60368 Do not trap access to floating point registers by Harry Liebel · 10 years ago
  44. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  45. 5407885 Refer to separate issue tracking repository by Dan Handley · 10 years ago
  46. 0af6d64 Do not let GCC use built-in functions by Harry Liebel · 11 years ago
  47. a960f28 Local C library documentation updates by Harry Liebel · 11 years ago
  48. ee12f6f Remove useless copies of meminfo structures by Sandrine Bailleux · 11 years ago
  49. dc98e53 psci: update docs with status of cpu_suspend api by Achin Gupta · 11 years ago
  50. 2d94d4a remove check on non-secure entrypoint parameter by Achin Gupta · 11 years ago
  51. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 11 years ago
  52. 994dfce psci: fix values of incorrectly defined constants by Achin Gupta · 11 years ago
  53. b127cdb clear wakeup enable bit upon resuming from suspend by Achin Gupta · 11 years ago
  54. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  55. cd29b0a Update user guide further to linker scripts changes by Sandrine Bailleux · 11 years ago
  56. eaaeece Generate build products in sub-directories by James Morrissey · 11 years ago
  57. 375ae68 Increase default amount of RAM for Base FVPs in FDTs by Harry Liebel · 11 years ago
  58. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · 11 years ago
  59. 204aa03 fvp: Remove unnecessary initializers by Sandrine Bailleux · 11 years ago
  60. ba3155b Fix documentation issues in v0.2 release by James Morrissey · 11 years ago
  61. cff4e29 Add Foundation FVP documentation by Harry Liebel · 11 years ago
  62. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago