aboutsummaryrefslogtreecommitdiffstats
path: root/bl1
Commit message (Expand)AuthorAgeFilesLines
...
| * Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta2014-08-153-11/+13
* | Merge pull request #184 from jcastillo-arm/jc/tf-issues/100danh-arm2014-08-141-2/+2
|\ \
| * | FVP: apply new naming conventions to memory regionsJuan Castillo2014-08-121-2/+2
| |/
* / Rationalize console log outputDan Handley2014-08-121-23/+23
|/
* Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm2014-07-282-15/+8
|\
| * Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta2014-07-282-15/+8
* | Merge pull request #169 from achingupta/ag/tf-issues#198danh-arm2014-07-281-14/+8
|\|
| * Remove coherent stack usage from the cold boot pathAchin Gupta2014-07-191-14/+8
* | Add support for printing version at runtimeJuan Castillo2014-07-251-1/+2
* | Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-13/+12
|/
* Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109danh-arm2014-07-102-14/+49
|\
| * Remove concept of top/bottom image loadingSandrine Bailleux2014-07-012-14/+49
* | Merge pull request #151 from vikramkanigiri/vk/t133-code-readabilityAndrew Thoelke2014-06-271-7/+3
|\ \ | |/ |/|
| * Simplify entry point information generation code on FVPVikram Kanigiri2014-06-241-7/+3
* | Remove all checkpatch errors from codebaseJuan Castillo2014-06-241-1/+2
* | Initialise CPU contexts from entry_point_infoAndrew Thoelke2014-06-231-4/+3
|/
* Move BL porting functions into platform.hDan Handley2014-05-231-1/+0
* Split platform.h into separate headersDan Handley2014-05-232-1/+2
* Remove extern keyword from function declarationsDan Handley2014-05-231-2/+2
* Make the memory layout more flexibleSandrine Bailleux2014-05-231-1/+7
* Make BL1 RO and RW base addresses configurableSandrine Bailleux2014-05-231-5/+12
* Add support for BL3-1 as a reset vectorVikram Kanigiri2014-05-221-34/+40
* Populate BL31 input parameters as per new specVikram Kanigiri2014-05-222-41/+47
* Rework handover interface between BL stagesVikram Kanigiri2014-05-222-73/+85
* Introduce macros to manipulate the SPSRVikram Kanigiri2014-05-221-1/+1
* Merge pull request #62 from athoelke/set-little-endian-v2danh-arm2014-05-082-2/+11
|\
| * Set processor endianness immediately after RESETAndrew Thoelke2014-05-072-2/+11
* | Access system registers directly in assemblerAndrew Thoelke2014-05-072-8/+6
* | Replace disable_mmu with assembler versionAndrew Thoelke2014-05-071-10/+2
* | Correct usage of data and instruction barriersAndrew Thoelke2014-05-073-1/+2
|/
* Reduce deep nesting of header filesDan Handley2014-05-063-10/+7
* Always use named structs in header filesDan Handley2014-05-061-3/+3
* Separate BL functions out of arch.hDan Handley2014-05-062-2/+41
* Remove vpath usage in makefilesDan Handley2014-05-061-18/+6
* Move include and source files to logical locationsDan Handley2014-05-061-6/+3
* Merge pull request #36 from athoelke/at/gc-sections-80danh-arm2014-04-153-9/+7
|\
| * Place assembler functions in separate sectionsAndrew Thoelke2014-03-262-5/+3
| * Use --gc-sections during linkAndrew Thoelke2014-03-261-4/+4
* | Define frequency of system counter in platform codeSandrine Bailleux2014-04-081-10/+0
* | Revert "Move architecture timer setup to platform-specific code"Sandrine Bailleux2014-04-081-0/+8
|/
* Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1Sandrine Bailleux2014-03-263-19/+5
* Remove partially qualified asm helper functionsVikram Kanigiri2014-03-213-9/+8
* Specify image entry in linker scriptJeenu Viswambharan2014-03-203-4/+4
* Move architecture timer setup to platform-specific codeJeenu Viswambharan2014-03-101-8/+0
* Generate build time and date message at link time.Jon Medhurst2014-03-051-1/+1
* Update Makefiles to get proper dependency checking working.Jon Medhurst2014-03-051-7/+6
* Factor out translation table setup in ARM FVP portAchin Gupta2014-02-202-1/+2
* Rework BL2 to BL3-1 hand over interfaceAchin Gupta2014-02-202-2/+6
* Add exception vector guardsJeenu Viswambharan2014-02-201-0/+17
* Setup VBAR_EL3 incrementallyAchin Gupta2014-02-172-4/+6