summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-23Correctly dimension the PSCI aff_map_node arrayAndrew Thoelke
2014-06-23Eliminate psci_suspend_context arrayAndrew Thoelke
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-06-23Merge pull request #138 from athoelke/at/cpu-contextdanh-arm
2014-06-23Merge pull request #137 from athoelke/at/no-early-exceptionsdanh-arm
2014-06-23Merge pull request #136 from athoelke/at/cpu-datadanh-arm
2014-06-23Merge pull request #142 from athoelke/at/fix-console_putcdanh-arm
2014-06-20Remove broken assertion in console_putc()Andrew Thoelke
2014-06-18Merge pull request #135 from soby-mathew/sm/remove-reinit-of-timersdanh-arm
2014-06-18Remove re-initialisation of system timers after warm boot for FVPSoby Mathew
2014-06-17Merge pull request #134 from jcastillo-arm/jc/tf-issues/179danh-arm
2014-06-17Remove early_exceptions from BL3-1Andrew Thoelke
2014-06-16Move CPU context pointers into cpu_dataAndrew Thoelke
2014-06-16Per-cpu data cache restructuringAndrew Thoelke
2014-06-16Set correct value for SYS_ID_REV_SHIFT in FVPJuan Castillo
2014-06-16Merge pull request #133 from athoelke/at/crash-reporting-optdanh-arm
2014-06-16Merge pull request #131 from athoelke/at/cm_get_contextdanh-arm
2014-06-16Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2danh-arm
2014-06-16Merge pull request #128 from sandrine-bailleux/sb/make-load_image-ep-optionaldanh-arm
2014-06-12Merge pull request #127 from sandrine-bailleux/sb/fix-pl011-fifo-pollingachingupta
2014-06-12Merge pull request #126 from sandrine-bailleux/sb/include-missing-hfileachingupta
2014-06-12Merge pull request #125 from sandrine-bailleux/sb/remove-bl2_el_change_mem_ptrachingupta
2014-06-11Make the BL3-1 crash reporting optionalAndrew Thoelke
2014-06-11Provide cm_get/set_context() for current CPUAndrew Thoelke
2014-06-10Merge Pull Request #120 (patch 1) from 'linmaonly:lin_patch2'Andrew Thoelke
2014-06-10Make system register functions inline assemblyAndrew Thoelke
2014-06-05fvp: Remove unused 'bl2_el_change_mem_ptr' variableSandrine Bailleux
2014-06-05Make the entry point argument optional in load_image()Sandrine Bailleux
2014-06-05PL011: Fix a bug in the UART FIFO pollingSandrine Bailleux
2014-06-05Include 'platform_def.h' header file in 'crash_reporting.S'Sandrine Bailleux
2014-06-03Merge pull request #122 from 'danh-arm:dh/v0.4-docs'Dan Handley
2014-06-03Merge pull request #124 from 'danh-arm:sm/imf-documentation'Dan Handley
2014-06-03Document design of the Interrupt Mangement FrameworkAchin Gupta
2014-06-03Merge pull request #119 from 'soby-mathew:sm/doc_crash_reporting'Dan Handley
2014-06-03Merge pull request #117 from 'danh-arm:dh/v0.4-user-guide'Dan Handley
2014-06-03Merge pull request #121 'vikramkanigiri:vk/doc_for_133'Dan Handley
2014-06-03Documentation for BL3-1 hardening and reset vectorVikram Kanigiri
2014-06-03Trusted Firmware v0.4 release documentationDan Handley
2014-06-03User guide updates for v0.4 releaseDan Handley
2014-06-02Enable mapping higher physical addressLin Ma
2014-06-02Documentation for the new crash reporting implementationSoby Mathew
2014-05-30Merge pull request #116 from 'danh-arm:dh/refactoring-docs'Dan Handley
2014-05-30Fix porting guide references to platform.hDan Handley
2014-05-29Merge pull request #111 'soby-mathew-sm:fix_cookie_to_int_handler'Dan Handley
2014-05-29Merge pull request #115 'athoelke-at:fix-bl31-X1-parameter'Dan Handley
2014-05-29Merge pull request #114 from 'vikramkanigiri:vk/pass_bl33_args'Dan Handley
2014-05-29Fix compilation issue for IMF_READ_INTERRUPT_ID build flagSoby Mathew
2014-05-29Pass 'cookie' parameter to interrupt handler in BL3-1Soby Mathew
2014-05-29Allow platform parameter X1 to be passed to BL3-1Andrew Thoelke
2014-05-28Pass the args to the BL3-3 entrypointVikram Kanigiri