aboutsummaryrefslogtreecommitdiff
path: root/bl2
AgeCommit message (Expand)Author
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
2014-07-19Remove coherent stack usage from the cold boot pathAchin Gupta
2014-07-10Add support for BL3-0 imageSandrine Bailleux
2014-07-01Remove concept of top/bottom image loadingSandrine Bailleux
2014-05-29Allow platform parameter X1 to be passed to BL3-1Andrew Thoelke
2014-05-23Move BL porting functions into platform.hDan Handley
2014-05-23Split platform.h into separate headersDan Handley
2014-05-23Remove extern keyword from function declarationsDan Handley
2014-05-23Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2Andrew Thoelke
2014-05-23Make the memory layout more flexibleSandrine Bailleux
2014-05-22Allow BL3-2 platform definitions to be optionalDan Handley
2014-05-22Rework memory information passing to BL3-x imagesVikram Kanigiri
2014-05-22Populate BL31 input parameters as per new specVikram Kanigiri
2014-05-22Rework handover interface between BL stagesVikram Kanigiri
2014-05-22Introduce macros to manipulate the SPSRVikram Kanigiri
2014-05-07Access system registers directly in assemblerAndrew Thoelke
2014-05-07Correct usage of data and instruction barriersAndrew Thoelke
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Separate BL functions out of arch.hDan Handley
2014-05-06Remove vpath usage in makefilesDan Handley
2014-05-06Make use of user/system includes more consistentDan Handley
2014-05-06Move include and source files to logical locationsDan Handley
2014-03-26Place assembler functions in separate sectionsAndrew Thoelke
2014-03-26Use --gc-sections during linkAndrew Thoelke
2014-03-26Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1Sandrine Bailleux
2014-03-20Specify image entry in linker scriptJeenu Viswambharan
2014-03-05Generate build time and date message at link time.Jon Medhurst
2014-03-05Update Makefiles to get proper dependency checking working.Jon Medhurst
2014-02-26Remove duplicate xlat_table descriptionsJeenu Viswambharan
2014-02-20Factor out translation table setup in ARM FVP portAchin Gupta
2014-02-20Add support for BL3-2 in BL2Achin Gupta
2014-02-20Rework BL2 to BL3-1 hand over interfaceAchin Gupta
2014-02-17Setup VBAR_EL3 incrementallyAchin Gupta
2014-02-17Move translation tables into separate sectionJeenu Viswambharan
2014-02-17Add Firmware Image Package (FIP) driverHarry Liebel
2014-01-20Build system: minor spacing tidyupRyan Harkin
2014-01-20Build system: Fixes #2: Add multi-platform supportRyan Harkin
2014-01-20remove empty definition of display_boot_progress()Achin Gupta
2014-01-17Change comments in assembler files to help ctagsJeenu Viswambharan
2014-01-17Update year in copyright text to 2014Dan Handley
2013-12-20Create local C library implementation (1/2)Harry Liebel
2013-12-12BL2: Sanity check value in x0 in the entry point codeSandrine Bailleux
2013-12-12Remove useless copies of meminfo structuresSandrine Bailleux
2013-12-05Enable third party contributionsDan Handley
2013-12-05Properly initialise the C runtime environmentSandrine Bailleux
2013-12-05Various improvements/cleanups on the linker scriptsSandrine Bailleux
2013-11-27Move generic architectural setup out of blx_plat_arch_setup().Sandrine Bailleux
2013-10-25ARMv8 Trusted Firmware release v0.2v0.2Achin Gupta