project/bcm63xx/atf.git
2014-04-07 danh-armMerge pull request #35 from sandrine-bailleux/sb/add...
2014-04-04 danh-armMerge pull request #34 from danh-arm/dh/new-integration...
2014-04-03 Sandrine BailleuxAdd missing #include guard in xlat_tables.h
2014-04-01 Dan HandleyUpdate contributing.md with new integration process
2014-03-26 Achin GuptaFix build failure due to a typo in TSPD code
2014-03-26 Sandrine BailleuxBuild system: Trigger dependency checking only for...
2014-03-26 Vikram KanigiriInitialise UART console in all bootloader stages
2014-03-26 Soby MathewMove console functions out of pl011.c
2014-03-26 Sandrine BailleuxBuild system: Remove last traces of 'PLAT=all'
2014-03-26 Vikram KanigiriFix build by correcting asm helper function usage in...
2014-03-26 Sandrine BailleuxSeparate out BL2, BL3-1 and BL3-2 early exception vecto...
2014-03-26 Vikram KanigiriMove per cpu exception stack in BL31 to tzfw_normal_stacks
2014-03-26 Vikram KanigiriAdd standby state support in PSCI cpu_suspend api
2014-03-21 Sandrine BailleuxSemihosting: Fix file mode to load binaries on Windows
2014-03-21 Vikram KanigiriRemove partially qualified asm helper functions
2014-03-21 Vikram KanigiriFix the disable_mmu code
2014-03-21 Sandrine BailleuxTSP: Make the platform-specific makefile mandatory
2014-03-21 Sandrine BailleuxFix file_to_uuid() function
2014-03-21 Sandrine BailleuxFIP tool: Fix error message for missing FIP filename
2014-03-21 Sandrine BailleuxFIP tool: Add support for '--help' option.
2014-03-21 Sandrine BailleuxFIP tool: Small optimisation for option parsing
2014-03-20 Jeenu ViswambharanRework bakery lock with WFE/SEV sequence
2014-03-20 Jeenu ViswambharanSpecify image entry in linker script
2014-03-20 Jeenu ViswambharanImplement standard calls for TSP
2014-03-20 Jeenu ViswambharanImplement ARM Standard Service
2014-03-10 Jeenu ViswambharanMove architecture timer setup to platform-specific...
2014-03-10 Jeenu ViswambharanRemove unused 'CPU present' flag
2014-03-05 Dan HandleyRemove change log instructions from contribution.md
2014-03-05 Ryan Harkinbl_common: add image_size()
2014-03-05 Ryan Harkinfvp: plat_io_storage: remove duplicated code
2014-03-05 Jon MedhurstEnable platforms to omit some bootloaders
2014-03-05 Jon MedhurstGenerate build time and date message at link time.
2014-03-05 Jon Medhurstfvp: Make use of the generic MMU translation table...
2014-03-05 Jon MedhurstAdd generic functions for setting up aarch64 MMU transl...
2014-03-05 Jon MedhurstUpdate Makefiles to get proper dependency checking...
2014-03-05 Jon MedhurstFix implementation and users of gicd_set_ipriorityr()
2014-03-05 Jon MedhurstFix assert in bakery_lock_release()
2014-02-28 Dan HandleyAdd v0.3 release documentation
2014-02-28 Dan HandleyConsolidate design and porting documentation
2014-02-28 Dan HandleyAdd EL3 runtime services and SPD documentation
2014-02-28 Dan HandleySeparate firmware design out of user-guide.md
2014-02-28 Dan HandleyUpdate versions of dependencies in user-guide.md
2014-02-26 Jeenu ViswambharanRemove duplicate xlat_table descriptions
2014-02-26 Sandrine Bailleuxfvp: Initialise UART earlier
2014-02-26 Jeenu ViswambharanTolerate runtime service initialization failure
2014-02-26 Jeenu ViswambharanImplement late binding for runtime hooks
2014-02-26 Dan HandleyUpdate contributing.md to new CLA location
2014-02-26 Harry LiebelReduce GICv3 debug output
2014-02-26 Jeenu ViswambharanRevert accidental removal of BL2 from help message
2014-02-20 Jeenu ViswambharanUpdate .gitignore
2014-02-20 Ryan HarkinFix semihosting with latest toolchain
2014-02-20 Jeenu ViswambharanCleanup FIP build targets and messages
2014-02-20 Jeenu ViswambharanReport recoverable errors as warnings
2014-02-20 Achin GuptaRework arithmetic operations in Test Secure Payload
2014-02-20 Achin GuptaAdd power management support in the SPD
2014-02-20 Achin GuptaAdd Test Secure Payload Dispatcher (TSPD) service
2014-02-20 Jeenu ViswambharanFix FIP offset address when file not found
2014-02-20 Achin GuptaAdd Test Secure Payload (BL3-2) image
2014-02-20 Achin GuptaMove PSCI to runtime services directory
2014-02-20 Achin GuptaSpecify address of UART device to use as a console
2014-02-20 Achin GuptaFactor out translation table setup in ARM FVP port
2014-02-20 Achin GuptaAdd support for BL3-2 in BL3-1
2014-02-20 Achin GuptaAdd support for BL3-2 in BL2
2014-02-20 Achin GuptaRework BL2 to BL3-1 hand over interface
2014-02-20 Jeenu ViswambharanAdd exception vector guards
2014-02-17 Achin GuptaIncrease coherent stack sizes
2014-02-17 Jeenu ViswambharanAdd support for handling runtime service requests
2014-02-17 Achin GuptaIntroduce new exception handling framework
2014-02-17 Achin GuptaAdd runtime services framework
2014-02-17 Achin Guptapsci: Use context library for preserving EL3 state
2014-02-17 Achin GuptaAdd context management library
2014-02-17 Achin GuptaAdd helper library for cpu context management
2014-02-17 Achin GuptaSetup VBAR_EL3 incrementally
2014-02-17 Jeenu ViswambharanFix spilled-over BL1 exception vector
2014-02-17 Jeenu ViswambharanMove translation tables into separate section
2014-02-17 Harry LiebelAdd Firmware Image Package (FIP) documentation
2014-02-17 Harry LiebelAdd Firmware Image Package (FIP) driver
2014-02-17 Harry LiebelAdd Firmware Image Package creation tool
2014-02-17 James MorrisseyImplement load_image in terms of IO abstraction
2014-02-17 James MorrisseyAdd IO abstraction framework
2014-02-17 James MorrisseyFix asserts appearing in release builds
2014-02-17 Sandrine BailleuxCompile assembly files with -DDEBUG flag
2014-01-30 Jon MedhurstFix memmove and memcpy
2014-01-30 Ian SprayAllow style checking of tree and local changes
2014-01-30 Joakim BechBuild system: Add cscope target to the Makefile
2014-01-23 Achin Guptafvp: clear a pending cluster power off request
2014-01-20 Achin Guptapsci: fix affinity level upgrade issue
2014-01-20 Achin Guptapsci: preserve target affinity level during suspend
2014-01-20 Achin Guptapsci: replace secure context with suspend context
2014-01-20 Ryan Harkinfvp: rename fvp_* files to plat_*
2014-01-20 Ryan HarkinBuild system: add 'make help' option
2014-01-20 Ryan HarkinBuild system: minor spacing tidyup
2014-01-20 Ryan HarkinBuild system: Fixes #2: Add multi-platform support
2014-01-20 Achin Guptaremove empty definition of display_boot_progress()
2014-01-17 Jeenu ViswambharanChange comments in assembler files to help ctags
2014-01-17 Harry LiebelProbe for GICv3 re-distributors on core bring-up
2014-01-17 Harry LiebelDo not trap access to floating point registers
2014-01-17 Dan HandleyUpdate year in copyright text to 2014
2014-01-17 Dan HandleyRefer to separate issue tracking repository
2014-01-17 Ian SprayMove GIC setup to a separate file
next