Commit Graph

  • 74cbb83983 Move translation tables into separate section Jeenu Viswambharan 2014-02-17 17:26:51 +0000
  • d265bd7c31 Add Firmware Image Package (FIP) documentation Harry Liebel 2014-01-31 19:04:10 +0000
  • 561cd33ece Add Firmware Image Package (FIP) driver Harry Liebel 2014-02-14 14:42:48 +0000
  • f58ad36f2f Add Firmware Image Package creation tool Harry Liebel 2014-01-10 18:00:33 +0000
  • 9d72b4ea9c Implement load_image in terms of IO abstraction James Morrissey 2014-02-10 17:04:32 +0000
  • f2f9bb5e71 Add IO abstraction framework James Morrissey 2014-02-10 16:18:59 +0000
  • 40a6f64795 Fix asserts appearing in release builds James Morrissey 2014-02-10 14:24:36 +0000
  • df64a55b3a Compile assembly files with -DDEBUG flag Sandrine Bailleux 2014-02-11 13:31:33 +0000
  • c3810c83aa Fix memmove and memcpy Jon Medhurst 2014-01-15 18:22:34 +0000
  • 36eaaf3769 Allow style checking of tree and local changes Ian Spray 2014-01-30 17:25:28 +0000
  • 35fab8c979 Build system: Add cscope target to the Makefile Joakim Bech 2014-01-23 14:51:49 +0100
  • b2187ab940 fvp: clear a pending cluster power off request Achin Gupta 2014-01-17 16:52:29 +0000
  • 75f7367b4c psci: fix affinity level upgrade issue Achin Gupta 2013-12-05 16:33:10 +0000
  • a45e39738b psci: preserve target affinity level during suspend Achin Gupta 2013-12-05 15:10:48 +0000
  • a59caa4cbd psci: replace secure context with suspend context Achin Gupta 2013-12-05 14:21:04 +0000
  • 03cb8fbb5d fvp: rename fvp_* files to plat_* Ryan Harkin 2014-01-15 17:37:25 +0000
  • 72ee331490 Build system: add 'make help' option Ryan Harkin 2014-01-15 16:55:07 +0000
  • d7a6b0f8ad Build system: minor spacing tidyup Ryan Harkin 2014-01-13 14:40:13 +0000
  • 25cff83ee4 Build system: Fixes #2: Add multi-platform support Ryan Harkin 2014-01-13 12:37:03 +0000
  • 5443f2be40 remove empty definition of display_boot_progress() Achin Gupta 2014-01-18 16:26:30 +0000
  • 3a4cae051a Change comments in assembler files to help ctags Jeenu Viswambharan 2014-01-16 17:30:39 +0000
  • eaec590e5f Probe for GICv3 re-distributors on core bring-up Harry Liebel 2013-12-12 13:00:29 +0000
  • 4f6036834f Do not trap access to floating point registers Harry Liebel 2014-01-14 18:11:48 +0000
  • e83b0cadc6 Update year in copyright text to 2014 Dan Handley 2014-01-14 18:17:09 +0000
  • 5407885023 Refer to separate issue tracking repository Dan Handley 2014-01-14 13:20:12 +0000
  • 8468739c5f Move GIC setup to a separate file Ian Spray 2014-01-02 16:57:12 +0000
  • e22fb91e31 Build project with 'pedantic' Harry Liebel 2014-01-03 14:18:15 +0000
  • 0af6d64df3 Do not let GCC use built-in functions Harry Liebel 2013-12-20 18:51:12 +0000
  • bdb774df31 Fix SPSR register size in gp_regs structure Sandrine Bailleux 2013-12-17 13:47:14 +0000
  • a960f28267 Local C library documentation updates Harry Liebel 2013-12-12 16:03:44 +0000
  • 1bc9e1f6eb Add strchr() and putchar() to local C library Harry Liebel 2013-12-12 16:46:30 +0000
  • 0f702c6e70 Create local C library implementation (2/2) Harry Liebel 2013-12-17 18:19:04 +0000
  • c81b1d0f03 Create local C library implementation (1/2) Harry Liebel 2013-12-17 18:31:42 +0000
  • 57bb658193 Add debug macros Harry Liebel 2013-12-19 13:30:58 +0000
  • 93ca221c95 Make BL31's ns_entry_info a single-cpu area Sandrine Bailleux 2013-12-02 15:57:09 +0000
  • 34edaed563 BL2: Sanity check value in x0 in the entry point code Sandrine Bailleux 2013-12-02 15:45:07 +0000
  • ba6980a8db Move RUN_IMAGE constant from bl1.h to bl_common.h Sandrine Bailleux 2013-12-02 15:41:25 +0000
  • ee12f6f749 Remove useless copies of meminfo structures Sandrine Bailleux 2013-11-28 14:55:58 +0000
  • dc98e5370a psci: update docs with status of cpu_suspend api Achin Gupta 2013-11-26 15:34:12 +0000
  • 0959db5c99 psci: rectify and homogenise generic code Achin Gupta 2013-12-02 17:33:04 +0000
  • 3140a9e5c7 psci: rework cpu_off assertion and minor cleanups Achin Gupta 2013-12-02 16:23:12 +0000
  • 2d94d4a0be remove check on non-secure entrypoint parameter Achin Gupta 2013-11-05 11:10:38 +0000
  • c2b43afc54 move timer #defines & remove duplicate declaration Achin Gupta 2013-10-31 11:27:43 +0000
  • c8afc78919 psci: fix error due to a non zero context id Achin Gupta 2013-11-25 18:45:02 +0000
  • 994dfceb44 psci: fix values of incorrectly defined constants Achin Gupta 2013-10-26 13:10:31 +0100
  • b127cdb879 clear wakeup enable bit upon resuming from suspend Achin Gupta 2013-11-12 16:40:00 +0000
  • 4a826ddad8 rework general purpose registers save and restore Achin Gupta 2013-11-25 14:00:56 +0000
  • ab2d31edbd Enable third party contributions Dan Handley 2013-12-02 19:25:12 +0000
  • cd29b0a60c Update user guide further to linker scripts changes Sandrine Bailleux 2013-11-27 10:32:17 +0000
  • 65f546a14f Properly initialise the C runtime environment Sandrine Bailleux 2013-11-28 09:43:06 +0000
  • 8d69a03f6a Various improvements/cleanups on the linker scripts Sandrine Bailleux 2013-11-27 09:38:52 +0000
  • 3e850a84c9 Treat compiler, assembler and linker warnings as errors Sandrine Bailleux 2013-11-20 11:50:48 +0000
  • eaaeece2b0 Generate build products in sub-directories James Morrissey 2013-11-01 13:56:59 +0000
  • 375ae68e8d Increase default amount of RAM for Base FVPs in FDTs Harry Liebel 2013-11-18 16:05:21 +0000
  • 942f405357 fvp: Remove call to bl2_get_ns_mem_layout() function Sandrine Bailleux 2013-11-19 17:14:22 +0000
  • 295538bc37 AArch64: Remove EL-agnostic TLB helper functions Sandrine Bailleux 2013-11-15 14:46:44 +0000
  • 3738274dc1 Unmask SError and Debug exceptions. Sandrine Bailleux 2013-11-18 17:26:59 +0000
  • 204aa03da7 fvp: Remove unnecessary initializers Sandrine Bailleux 2013-10-28 15:14:00 +0000
  • 27866d8428 Fix inlining of GIC helper functions Sandrine Bailleux 2013-10-25 15:33:39 +0100
  • c10bd2ce69 Move generic architectural setup out of blx_plat_arch_setup(). Sandrine Bailleux 2013-11-12 16:41:16 +0000
  • ba3155bb0e Fix documentation issues in v0.2 release James Morrissey 2013-10-29 10:56:46 +0000
  • cff4e296be Add Foundation FVP documentation Harry Liebel 2013-11-05 18:00:38 +0000
  • 3498859bd4 Add GICv3 ITS to FDTs Harry Liebel 2013-11-11 13:24:47 +0000
  • 30affd563a Do not enable CCI on Foundation FVP Harry Liebel 2013-10-30 17:41:48 +0000
  • 43ef4f1ee7 FDTs for v5.2 Foundation model Harry Liebel 2013-10-22 17:29:14 +0100
  • 068b950f63 Writing to the FVP LED register should be a 32bit access. Harry Liebel 2013-10-25 16:07:53 +0100
  • 4f6ad66ae9 ARMv8 Trusted Firmware release v0.2 v0.2 Achin Gupta 2013-10-25 09:08:21 +0100