project/bcm63xx/atf.git
2014-08-21 danh-armMerge pull request #197 from soby-mathew/rationalize_uarts
2014-08-21 Soby MathewRationalize UART usage among different BL stages
2014-08-21 danh-armMerge pull request #196 from soby-mathew/sm/tf_juno_support
2014-08-21 Juan CastilloJuno: Read primary CPU MPID from SCC GPR_1
2014-08-21 Juan CastilloJuno: Implement PSCI SYSTEM_OFF and SYSTEM_RESET APIs
2014-08-21 Sandrine BailleuxJuno: Add support for Test Secure-EL1 Payload
2014-08-21 Achin GuptaJuno: Implement PSCI CPU_OFF and CPU_SUSPEND APIs
2014-08-21 Sandrine BailleuxJuno: Implement initial platform port
2014-08-20 danh-armMerge pull request #195 from achingupta/ag/fvp_dt_updates
2014-08-20 danh-armMerge pull request #194 from danh-arm/sm/tf-issues#98
2014-08-20 Achin GuptaFVP: Update device trees to match cpuidle driver
2014-08-20 Soby MathewAdd documentation for CPU specific abstraction and...
2014-08-20 Soby MathewAdd support for selected Cortex-A57 errata workarounds
2014-08-20 Soby MathewAdd CPU specific crash reporting handlers
2014-08-20 Soby MathewAdd CPU specific power management operations
2014-08-20 Soby MathewAdd platform API for reset handling
2014-08-20 Soby MathewIntroduce framework for CPU specific operations
2014-08-19 Soby MathewRework use of labels in assembly macros.
2014-08-19 Achin GuptaMiscellaneous PSCI code cleanups
2014-08-19 Achin Guptafvp: Rework when platform actions are performed
2014-08-19 Achin GuptaAdd APIs to preserve highest affinity level in OFF...
2014-08-19 Achin GuptaRework state management in the PSCI implementation
2014-08-19 Achin GuptaAdd PSCI service specific per-CPU data
2014-08-19 Achin GuptaAdd macro to flush per-CPU data
2014-08-19 danh-armMerge pull request #191 from danh-arm/jc/tf-issues/218
2014-08-19 Juan CastilloAdd support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs
2014-08-19 Dan HandleyMerge pull request #189 from achingupta/ag/tf-issues#153
2014-08-19 Dan HandleyMerge pull request #181 from danh-arm/dh/tsp_fvp_dependency
2014-08-19 Dan HandleyClarify platform porting interface to TSP
2014-08-15 Achin GuptaUnmask SError interrupt and clear SCR_EL3.EA bit
2014-08-14 Dan HandleyMove TSP private declarations into separate header
2014-08-14 danh-armMerge pull request #187 from danh-arm/dh/refactor-drivers
2014-08-14 Dan HandleySimplify interface to TZC-400 driver
2014-08-14 Dan HandleyMove IO storage source to drivers directory
2014-08-14 Dan HandleyRemove redundant io_init() function
2014-08-14 Dan HandleyRemove platform dependency in CCI-400 driver
2014-08-14 danh-armMerge pull request #184 from jcastillo-arm/jc/tf-issues/100
2014-08-14 danh-armMerge pull request #186 from danh-arm/dh/fix-reset...
2014-08-14 Juan CastilloFVP: make usage of Trusted DRAM optional at build time
2014-08-13 Dan HandleyFix reset to BL3-1 instructions in user guide
2014-08-12 danh-armMerge pull request #183 from danh-arm/dh/print_output2
2014-08-12 Dan HandleyRationalize console log output
2014-08-12 Dan HandleyAdd concept of console output log levels
2014-08-12 danh-armMerge pull request #182 from soby-mathew/sm/stack_optimize
2014-08-12 danh-armMerge pull request #180 from jcastillo-arm/jc/tf-issues/207
2014-08-12 Juan CastilloFVP: apply new naming conventions to memory regions
2014-08-11 Soby MathewReduce the runtime stack size in BL stages.
2014-08-11 Soby MathewAdd compilation macro for each BL stage
2014-08-07 Juan CastilloMove up to Linaro 14.07 toolchain
2014-08-04 danh-armMerge pull request #179 from jcastillo-arm/jc/tf-issues/219
2014-08-04 danh-armMerge pull request #178 from soby-mathew/sm/optmize_el3...
2014-08-01 danh-armMerge pull request #175 from vikramkanigiri/vk/spd...
2014-08-01 Vikram KanigiriSupport asynchronous method for BL3-2 initialization
2014-08-01 Vikram KanigiriRework the TSPD setup code
2014-08-01 Juan CastilloCall platform_is_primary_cpu() only from reset handler
2014-07-31 Soby MathewOptimize EL3 register state stored in cpu_context structure
2014-07-28 danh-armMerge pull request #177 from jcastillo-arm/jc/tf-issues/096
2014-07-28 danh-armMerge pull request #172 from soby-mathew/sm/asm_assert
2014-07-28 danh-armMerge pull request #170 from achingupta/ag/tf-issues#226
2014-07-28 danh-armMerge pull request #169 from achingupta/ag/tf-issues#198
2014-07-28 Juan CastilloRework incorrect use of assert() and panic() in codebase
2014-07-28 Soby MathewAdd CPUECTLR_EL1 and Snoop Control register to crash...
2014-07-28 Soby MathewRework the crash reporting in BL3-1 to use less stack
2014-07-28 Soby MathewImplement an assert() callable from assembly code
2014-07-28 Soby MathewIntroduce crash console APIs for crash reporting
2014-07-28 Soby MathewParametrize baudrate and UART clock during console_init()
2014-07-28 Soby MathewIntroduce asm console functions in TF
2014-07-28 Achin GuptaSimplify management of SCTLR_EL3 and SCTLR_EL1
2014-07-28 Achin GuptaRemove the concept of coherent stacks
2014-07-25 danh-armMerge pull request #176 from danh-arm/jc/tf-issues...
2014-07-25 Juan CastilloAdd support for printing version at runtime
2014-07-25 Dan HandleyMerge pull request #167 from jcastillo-arm/jc/tf-issues/217
2014-07-25 Dan HandleyMerge pull request #168 from sandrine-bailleux/sb/set...
2014-07-25 Dan HandleyMerge pull request #174 from soby-mathew:sm/lean_printf_v2
2014-07-25 Soby MathewImplement a leaner printf for Trusted Firmware
2014-07-19 Achin GuptaRemove coherent stack usage from the warm boot path
2014-07-19 Achin GuptaMake enablement of the MMU more flexible
2014-07-19 Achin GuptaRemove coherent stack usage from the cold boot path
2014-07-17 Sandrine BailleuxDefine ARM_GIC_ARCH default value for all platforms
2014-07-16 Juan CastilloFVP: Ensure system reset wake-up results in cold boot
2014-07-11 danh-armMerge pull request #162 from jcastillo-arm/jc/tf-issues/194
2014-07-11 danh-armMerge pull request #164 from sandrine-bailleux/sb/bl30...
2014-07-11 danh-armMerge pull request #163 from sandrine-bailleux/sb/tf...
2014-07-11 Sandrine BailleuxUpdate the documentation about the memory layout on FVP
2014-07-10 Sandrine BailleuxAdd support for BL3-0 image
2014-07-10 Sandrine Bailleuxfvp: Reuse BL1 and BL2 memory through image overlaying
2014-07-10 danh-armMerge pull request #157 from sandrine-bailleux/sb/tf...
2014-07-10 danh-armMerge pull request #146 from danh-arm/dh/refactor-fvp-gic
2014-07-10 danh-armMerge pull request #161 from danh-arm/lm/calc-tcr-bits
2014-07-10 Juan CastilloAllow FP register context to be optional at build time
2014-07-09 Dan HandleyRefactor fvp gic code to be a generic driver
2014-07-09 Dan HandleyRefactor fvp_config into common platform header
2014-07-09 Lin MaCalculate TCR bits based on VA and PA
2014-07-01 Sandrine Bailleuxfvp: Properly detect the location of BL1 R/W data
2014-07-01 Sandrine BailleuxRemove concept of top/bottom image loading
2014-06-27 Andrew ThoelkeMerge pull request #151 from vikramkanigiri/vk/t133...
2014-06-27 Andrew ThoelkeMerge pull request #155 from athoelke/at/support-founda...
2014-06-27 Andrew ThoelkeSupport later revisions of the Foundation FVP
2014-06-26 Andrew ThoelkeMerge pull request #154 from athoelke/at/inline-mmio
2014-06-26 Andrew ThoelkeMerge pull request #153 from athoelke/at/remove-psci...
next