1. b3dbeb0 Call platform_is_primary_cpu() only from reset handler by Juan Castillo · Wed Jul 16 15:53:43 2014 +0100
  2. 3299181 Merge pull request #170 from achingupta/ag/tf-issues#226 by danh-arm · Mon Jul 28 14:27:25 2014 +0100
  3. 289162c Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · Mon Jul 28 14:24:52 2014 +0100
  4. 9f09835 Simplify management of SCTLR_EL3 and SCTLR_EL1 by Achin Gupta · Fri Jul 18 18:38:28 2014 +0100
  5. 04be3a5 Add support for printing version at runtime by Juan Castillo · Mon Jun 30 11:41:46 2014 +0100
  6. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · Thu Jun 12 17:23:58 2014 +0100
  7. f4a9709 Remove coherent stack usage from the cold boot path by Achin Gupta · Wed Jun 25 19:26:22 2014 +0100
  8. f841ef0 Add support for BL3-0 image by Sandrine Bailleux · Tue Jun 24 14:19:36 2014 +0100
  9. 467d057 Remove concept of top/bottom image loading by Sandrine Bailleux · Tue Jun 24 14:02:34 2014 +0100
  10. a55566d Allow platform parameter X1 to be passed to BL3-1 by Andrew Thoelke · Wed May 28 22:22:55 2014 +0100
  11. 7ce42df Move BL porting functions into platform.h by Dan Handley · Thu May 15 14:11:36 2014 +0100
  12. ed6ff95 Split platform.h into separate headers by Dan Handley · Wed May 14 17:44:19 2014 +0100
  13. a17fefa Remove extern keyword from function declarations by Dan Handley · Wed May 14 12:38:32 2014 +0100
  14. 335bf58 Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · Fri May 23 12:14:37 2014 +0100
  15. 6c8b359 Make the memory layout more flexible by Sandrine Bailleux · Thu May 22 15:28:26 2014 +0100
  16. 21a30ab Allow BL3-2 platform definitions to be optional by Dan Handley · Tue Apr 15 11:38:38 2014 +0100
  17. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · Fri May 16 18:48:12 2014 +0100
  18. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · Tue Apr 15 18:08:08 2014 +0100
  19. a3a5e4a Rework handover interface between BL stages by Vikram Kanigiri · Thu May 15 18:27:15 2014 +0100
  20. 9851e42 Introduce macros to manipulate the SPSR by Vikram Kanigiri · Tue May 13 14:42:08 2014 +0100
  21. f977ed8 Access system registers directly in assembler by Andrew Thoelke · Mon Apr 28 12:32:02 2014 +0100
  22. 42e75a7 Correct usage of data and instruction barriers by Andrew Thoelke · Mon Apr 28 12:28:39 2014 +0100
  23. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · Wed Apr 09 13:14:54 2014 +0100
  24. e2712bc Always use named structs in header files by Dan Handley · Thu Apr 10 15:37:22 2014 +0100
  25. bcd60ba Separate BL functions out of arch.h by Dan Handley · Thu Apr 17 18:53:42 2014 +0100
  26. 176e7b4 Remove vpath usage in makefiles by Dan Handley · Tue Apr 15 18:20:09 2014 +0100
  27. 714a0d2 Make use of user/system includes more consistent by Dan Handley · Wed Apr 09 13:13:04 2014 +0100
  28. a70615f Move include and source files to logical locations by Dan Handley · Wed Apr 09 12:48:25 2014 +0100
  29. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · Tue Mar 18 13:46:55 2014 +0000
  30. e01ea34 Use --gc-sections during link by Andrew Thoelke · Tue Mar 18 07:13:52 2014 +0000
  31. 4d05275 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · Mon Mar 24 10:24:08 2014 +0000
  32. 2a30a75 Specify image entry in linker script by Jeenu Viswambharan · Tue Mar 11 11:06:45 2014 +0000
  33. ecf0a71 Generate build time and date message at link time. by Jon Medhurst · Mon Feb 17 12:18:24 2014 +0000
  34. 407a95c Update Makefiles to get proper dependency checking working. by Jon Medhurst · Wed Feb 12 15:54:48 2014 +0000
  35. 97cc9ee Remove duplicate xlat_table descriptions by Jeenu Viswambharan · Mon Feb 24 15:20:28 2014 +0000
  36. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · Sun Feb 09 13:30:38 2014 +0000
  37. a3050ed Add support for BL3-2 in BL2 by Achin Gupta · Wed Feb 19 17:52:35 2014 +0000
  38. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · Wed Feb 19 17:18:23 2014 +0000
  39. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · Sat Jan 18 16:50:09 2014 +0000
  40. 74cbb83 Move translation tables into separate section by Jeenu Viswambharan · Mon Feb 17 17:26:51 2014 +0000
  41. 561cd33 Add Firmware Image Package (FIP) driver by Harry Liebel · Fri Feb 14 14:42:48 2014 +0000
  42. d7a6b0f Build system: minor spacing tidyup by Ryan Harkin · Mon Jan 13 14:40:13 2014 +0000
  43. 25cff83 Build system: Fixes #2: Add multi-platform support by Ryan Harkin · Mon Jan 13 12:37:03 2014 +0000
  44. 5443f2b remove empty definition of display_boot_progress() by Achin Gupta · Sat Jan 18 16:26:30 2014 +0000
  45. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · Thu Jan 16 17:30:39 2014 +0000
  46. e83b0ca Update year in copyright text to 2014 by Dan Handley · Tue Jan 14 18:17:09 2014 +0000
  47. c81b1d0 Create local C library implementation (1/2) by Harry Liebel · Tue Dec 17 18:31:42 2013 +0000
  48. 34edaed BL2: Sanity check value in x0 in the entry point code by Sandrine Bailleux · Mon Dec 02 15:45:07 2013 +0000
  49. ee12f6f Remove useless copies of meminfo structures by Sandrine Bailleux · Thu Nov 28 14:55:58 2013 +0000
  50. ab2d31e Enable third party contributions by Dan Handley · Mon Dec 02 19:25:12 2013 +0000
  51. 65f546a Properly initialise the C runtime environment by Sandrine Bailleux · Thu Nov 28 09:43:06 2013 +0000
  52. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · Wed Nov 27 09:38:52 2013 +0000
  53. c10bd2c Move generic architectural setup out of blx_plat_arch_setup(). by Sandrine Bailleux · Tue Nov 12 16:41:16 2013 +0000
  54. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · Fri Oct 25 09:08:21 2013 +0100