project/bcm63xx/atf.git
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-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...
2014-06-25 Andrew ThoelkeRemove current CPU mpidr from PSCI common code
2014-06-24 danh-armMerge pull request #152 from jcastillo-arm/jc/tf-issues...
2014-06-24 danh-armMerge pull request #150 from sandrine-bailleux/sb/fix...
2014-06-24 danh-armMerge pull request #149 from sandrine-bailleux/sb/warn...
2014-06-24 danh-armMerge pull request #147 from athoelke/at/remove-bakery...
2014-06-24 Andrew ThoelkeInline the mmio accessor functions
2014-06-24 Juan CastilloRemove all checkpatch errors from codebase
2014-06-24 Vikram KanigiriSimplify entry point information generation code on FVP
2014-06-24 Sandrine Bailleuxfvp: Fix register name in 'plat_print_gic_regs' macro
2014-06-23 Andrew ThoelkeRemove calling CPU mpidr from bakery lock API
2014-06-23 danh-armMerge pull request #145 from athoelke/at/psci-memory...
2014-06-23 danh-armMerge pull request #144 from athoelke/at/init-context-v2
2014-06-23 Andrew ThoelkeCorrectly dimension the PSCI aff_map_node array
2014-06-23 Andrew ThoelkeEliminate psci_suspend_context array
2014-06-23 Andrew ThoelkeInitialise CPU contexts from entry_point_info
2014-06-23 danh-armMerge pull request #143 from athoelke/at/remove-nsram
2014-06-23 danh-armMerge pull request #140 from athoelke/at/psci_smc_handler
2014-06-23 Sandrine BailleuxCompile with '-Wmissing-include-dirs' flag
2014-06-23 danh-armMerge pull request #138 from athoelke/at/cpu-context
2014-06-23 danh-armMerge pull request #137 from athoelke/at/no-early-excep...
2014-06-23 danh-armMerge pull request #136 from athoelke/at/cpu-data
2014-06-23 danh-armMerge pull request #142 from athoelke/at/fix-console_putc
2014-06-20 Andrew ThoelkeRemove NSRAM from FVP memory map
2014-06-20 Andrew ThoelkeRemove broken assertion in console_putc()
2014-06-18 danh-armMerge pull request #135 from soby-mathew/sm/remove...
2014-06-18 Soby MathewRemove re-initialisation of system timers after warm...
2014-06-17 danh-armMerge pull request #134 from jcastillo-arm/jc/tf-issues/179
2014-06-17 Andrew ThoelkeRemove early_exceptions from BL3-1
2014-06-16 Andrew ThoelkeMove CPU context pointers into cpu_data
2014-06-16 Andrew ThoelkePer-cpu data cache restructuring
2014-06-16 Juan CastilloSet correct value for SYS_ID_REV_SHIFT in FVP
2014-06-16 danh-armMerge pull request #133 from athoelke/at/crash-reportin...
2014-06-16 danh-armMerge pull request #131 from athoelke/at/cm_get_context
2014-06-16 danh-armMerge pull request #130 from athoelke/at/inline-asm...
2014-06-16 danh-armMerge pull request #128 from sandrine-bailleux/sb/make...
2014-06-12 achinguptaMerge pull request #127 from sandrine-bailleux/sb/fix...
2014-06-12 achinguptaMerge pull request #126 from sandrine-bailleux/sb/inclu...
2014-06-12 achinguptaMerge pull request #125 from sandrine-bailleux/sb/remov...
2014-06-11 Andrew ThoelkeMake the BL3-1 crash reporting optional
2014-06-11 Andrew ThoelkeProvide cm_get/set_context() for current CPU
2014-06-10 Andrew ThoelkeMerge Pull Request #120 (patch 1) from 'linmaonly:lin_p...
2014-06-10 Andrew ThoelkePSCI SMC handler improvements
2014-06-10 Andrew ThoelkeMake system register functions inline assembly
2014-06-05 Sandrine Bailleuxfvp: Remove unused 'bl2_el_change_mem_ptr' variable
2014-06-05 Sandrine BailleuxMake the entry point argument optional in load_image()
2014-06-05 Sandrine BailleuxPL011: Fix a bug in the UART FIFO polling
2014-06-05 Sandrine BailleuxInclude 'platform_def.h' header file in 'crash_reporting.S'
2014-06-03 Dan HandleyMerge pull request #122 from 'danh-arm:dh/v0.4-docs'
2014-06-03 Dan HandleyMerge pull request #124 from 'danh-arm:sm/imf-documenta...
2014-06-03 Achin GuptaDocument design of the Interrupt Mangement Framework
2014-06-03 Dan HandleyMerge pull request #119 from 'soby-mathew:sm/doc_crash_...
2014-06-03 Dan HandleyMerge pull request #117 from 'danh-arm:dh/v0.4-user...
2014-06-03 Dan HandleyMerge pull request #121 'vikramkanigiri:vk/doc_for_133'
2014-06-03 Vikram KanigiriDocumentation for BL3-1 hardening and reset vector
2014-06-03 Dan HandleyTrusted Firmware v0.4 release documentation
2014-06-03 Dan HandleyUser guide updates for v0.4 release
2014-06-02 Lin MaEnable mapping higher physical address
2014-06-02 Soby MathewDocumentation for the new crash reporting implementation
2014-05-30 Dan HandleyMerge pull request #116 from 'danh-arm:dh/refactoring...
2014-05-30 Dan HandleyFix porting guide references to platform.h
2014-05-29 Dan HandleyMerge pull request #111 'soby-mathew-sm:fix_cookie_to_i...
2014-05-29 Dan HandleyMerge pull request #115 'athoelke-at:fix-bl31-X1-parameter'
2014-05-29 Dan HandleyMerge pull request #114 from 'vikramkanigiri:vk/pass_bl...
2014-05-29 Soby MathewFix compilation issue for IMF_READ_INTERRUPT_ID build...
2014-05-29 Soby MathewPass 'cookie' parameter to interrupt handler in BL3-1
2014-05-29 Andrew ThoelkeAllow platform parameter X1 to be passed to BL3-1
2014-05-28 Vikram KanigiriPass the args to the BL3-3 entrypoint
2014-05-27 Dan HandleyMerge pull request #110 from soby-mathew:sm/support_nor...
2014-05-27 Dan HandleyMerge pull request #112 from danh-arm:dh/refactor-plat...
2014-05-27 Dan HandleyFurther renames of platform porting functions
2014-05-27 Dan HandleyRemove FVP specific comments in platform.h
2014-05-27 Soby MathewFixup Standard SMC Resume Handling
2014-05-23 Dan HandleyAdd enable mmu platform porting interfaces
2014-05-23 Dan HandleyRename FVP specific files and functions
2014-05-23 Dan HandleyMove BL porting functions into platform.h
2014-05-23 Dan HandleySplit platform.h into separate headers
2014-05-23 Dan HandleyRemove unused data declarations
2014-05-23 Dan HandleyRemove extern keyword from function declarations
2014-05-23 Andrew ThoelkeMerge pull request #101 from sandrine-bailleux:sb/tf...
2014-05-23 Sandrine Bailleuxdoc: Update information about the memory layout
2014-05-23 Sandrine BailleuxMake the memory layout more flexible
2014-05-23 Sandrine BailleuxMake BL1 RO and RW base addresses configurable
2014-05-23 Andrew ThoelkeMerge pull request #104 from athoelke:at/tsp-entrypoints-v2
2014-05-23 Andrew ThoelkeMerge pull request #105 from athoelke:sm/support_normal...
2014-05-23 Andrew ThoelkeMerge pull request #102 from achingupta:ag/tf-issues...
2014-05-23 Andrew ThoelkeMerge pull request #100 from jcastillo-arm:jc/tf-issues...
2014-05-23 Andrew ThoelkeMerge pull request #101 from sandrine-bailleux:sb/tf...
2014-05-23 Andrew ThoelkeMerge pull request #103 from athoelke:dh/tf-issues...
2014-05-23 Andrew ThoelkeMerge pull request #99 from vikramkanigiri:vk/tf-issues...
2014-05-23 Andrew ThoelkeMerge pull request #67 from achingupta:ag/psci_standby_...
2014-05-23 Andrew ThoelkeLimit BL3-1 read/write access to SRAM
2014-05-23 Andrew ThoelkeUse a vector table for TSP entrypoints
2014-05-23 Soby MathewNon-Secure Interrupt support during Standard SMC proces...
next