aboutsummaryrefslogtreecommitdiff
path: root/bl1
AgeCommit message (Expand)Author
2014-08-19Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley
2014-08-15Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta
2014-08-14Merge pull request #184 from jcastillo-arm/jc/tf-issues/100danh-arm
2014-08-12Rationalize console log outputDan Handley
2014-08-12FVP: apply new naming conventions to memory regionsJuan Castillo
2014-07-28Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm
2014-07-28Merge pull request #169 from achingupta/ag/tf-issues#198danh-arm
2014-07-28Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta
2014-07-25Add support for printing version at runtimeJuan Castillo
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
2014-07-19Remove coherent stack usage from the cold boot pathAchin Gupta
2014-07-10Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109danh-arm
2014-07-01Remove concept of top/bottom image loadingSandrine Bailleux
2014-06-27Merge pull request #151 from vikramkanigiri/vk/t133-code-readabilityAndrew Thoelke
2014-06-24Remove all checkpatch errors from codebaseJuan Castillo
2014-06-24Simplify entry point information generation code on FVPVikram Kanigiri
2014-06-23Initialise CPU contexts from entry_point_infoAndrew 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-23Make the memory layout more flexibleSandrine Bailleux
2014-05-23Make BL1 RO and RW base addresses configurableSandrine Bailleux
2014-05-22Add support for BL3-1 as a reset vectorVikram 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-08Merge pull request #62 from athoelke/set-little-endian-v2danh-arm
2014-05-07Access system registers directly in assemblerAndrew Thoelke
2014-05-07Replace disable_mmu with assembler versionAndrew Thoelke
2014-05-07Correct usage of data and instruction barriersAndrew Thoelke
2014-05-07Set processor endianness immediately after RESETAndrew 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-06Move include and source files to logical locationsDan Handley
2014-04-15Merge pull request #36 from athoelke/at/gc-sections-80danh-arm
2014-04-08Define frequency of system counter in platform codeSandrine Bailleux
2014-04-08Revert "Move architecture timer setup to platform-specific code"Sandrine Bailleux
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-21Remove partially qualified asm helper functionsVikram Kanigiri
2014-03-20Specify image entry in linker scriptJeenu Viswambharan
2014-03-10Move architecture timer setup to platform-specific codeJeenu 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-20Factor out translation table setup in ARM FVP portAchin Gupta
2014-02-20Rework BL2 to BL3-1 hand over interfaceAchin Gupta
2014-02-20Add exception vector guardsJeenu Viswambharan