Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
688e773f1ad8bd2f911125680a4bad89a3d6a907
/
bl1
« Previous
3299181
Merge pull request #170 from achingupta/ag/tf-issues#226
by danh-arm
· 10 years ago
289162c
Merge pull request #169 from achingupta/ag/tf-issues#198
by danh-arm
· 10 years ago
9f09835
Simplify management of SCTLR_EL3 and SCTLR_EL1
by Achin Gupta
· 10 years ago
04be3a5
Add support for printing version at runtime
by Juan Castillo
· 10 years ago
afe7e2f
Implement a leaner printf for Trusted Firmware
by Soby Mathew
· 10 years ago
f4a9709
Remove coherent stack usage from the cold boot path
by Achin Gupta
· 10 years ago
e8e04ec
Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109
by danh-arm
· 10 years ago
467d057
Remove concept of top/bottom image loading
by Sandrine Bailleux
· 10 years ago
f268c72
Merge pull request #151 from vikramkanigiri/vk/t133-code-readability
by Andrew Thoelke
· 10 years ago
2d55240
Remove all checkpatch errors from codebase
by Juan Castillo
· 10 years ago
cf79bf5
Simplify entry point information generation code on FVP
by Vikram Kanigiri
· 10 years ago
4e12607
Initialise CPU contexts from entry_point_info
by Andrew Thoelke
· 10 years ago
7ce42df
Move BL porting functions into platform.h
by Dan Handley
· 10 years ago
ed6ff95
Split platform.h into separate headers
by Dan Handley
· 10 years ago
a17fefa
Remove extern keyword from function declarations
by Dan Handley
· 10 years ago
6c8b359
Make the memory layout more flexible
by Sandrine Bailleux
· 10 years ago
f748806
Make BL1 RO and RW base addresses configurable
by Sandrine Bailleux
· 10 years ago
9637745
Add support for BL3-1 as a reset vector
by Vikram Kanigiri
· 11 years ago
da56743
Populate BL31 input parameters as per new spec
by Vikram Kanigiri
· 11 years ago
a3a5e4a
Rework handover interface between BL stages
by Vikram Kanigiri
· 10 years ago
9851e42
Introduce macros to manipulate the SPSR
by Vikram Kanigiri
· 10 years ago
1644425
Merge pull request #62 from athoelke/set-little-endian-v2
by danh-arm
· 10 years ago
f977ed8
Access system registers directly in assembler
by Andrew Thoelke
· 11 years ago
438c63a
Replace disable_mmu with assembler version
by Andrew Thoelke
· 11 years ago
42e75a7
Correct usage of data and instruction barriers
by Andrew Thoelke
· 11 years ago
f994ffb
Set processor endianness immediately after RESET
by Andrew Thoelke
· 11 years ago
2bd4ef2
Reduce deep nesting of header files
by Dan Handley
· 11 years ago
e2712bc
Always use named structs in header files
by Dan Handley
· 11 years ago
bcd60ba
Separate BL functions out of arch.h
by Dan Handley
· 11 years ago
176e7b4
Remove vpath usage in makefiles
by Dan Handley
· 11 years ago
a70615f
Move include and source files to logical locations
by Dan Handley
· 11 years ago
a686542
Merge pull request #36 from athoelke/at/gc-sections-80
by danh-arm
· 11 years ago
3fa9847
Define frequency of system counter in platform code
by Sandrine Bailleux
· 11 years ago
74c1a2a
Revert "Move architecture timer setup to platform-specific code"
by Sandrine Bailleux
· 11 years ago
38bde41
Place assembler functions in separate sections
by Andrew Thoelke
· 11 years ago
e01ea34
Use --gc-sections during link
by Andrew Thoelke
· 11 years ago
4d05275
Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1
by Sandrine Bailleux
· 11 years ago
78a6e0c
Remove partially qualified asm helper functions
by Vikram Kanigiri
· 11 years ago
2a30a75
Specify image entry in linker script
by Jeenu Viswambharan
· 11 years ago
5741894
Move architecture timer setup to platform-specific code
by Jeenu Viswambharan
· 11 years ago
ecf0a71
Generate build time and date message at link time.
by Jon Medhurst
· 11 years ago
407a95c
Update Makefiles to get proper dependency checking working.
by Jon Medhurst
· 11 years ago
a0cd989
Factor out translation table setup in ARM FVP port
by Achin Gupta
· 11 years ago
e4d084e
Rework BL2 to BL3-1 hand over interface
by Achin Gupta
· 11 years ago
a7934d6
Add exception vector guards
by Jeenu Viswambharan
· 11 years ago
b739f22
Setup VBAR_EL3 incrementally
by Achin Gupta
· 11 years ago
65f0730
Fix spilled-over BL1 exception vector
by Jeenu Viswambharan
· 11 years ago
74cbb83
Move translation tables into separate section
by Jeenu Viswambharan
· 11 years ago
40a6f64
Fix asserts appearing in release builds
by James Morrissey
· 11 years ago
d7a6b0f
Build system: minor spacing tidyup
by Ryan Harkin
· 11 years ago
25cff83
Build system: Fixes #2: Add multi-platform support
by Ryan Harkin
· 11 years ago
5443f2b
remove empty definition of display_boot_progress()
by Achin Gupta
· 11 years ago
3a4cae0
Change comments in assembler files to help ctags
by Jeenu Viswambharan
· 11 years ago
4f60368
Do not trap access to floating point registers
by Harry Liebel
· 11 years ago
e83b0ca
Update year in copyright text to 2014
by Dan Handley
· 11 years ago
c81b1d0
Create local C library implementation (1/2)
by Harry Liebel
· 11 years ago
ee12f6f
Remove useless copies of meminfo structures
by Sandrine Bailleux
· 11 years ago
ab2d31e
Enable third party contributions
by Dan Handley
· 11 years ago
65f546a
Properly initialise the C runtime environment
by Sandrine Bailleux
· 11 years ago
8d69a03
Various improvements/cleanups on the linker scripts
by Sandrine Bailleux
· 11 years ago
3738274
Unmask SError and Debug exceptions.
by Sandrine Bailleux
· 11 years ago
c10bd2c
Move generic architectural setup out of blx_plat_arch_setup().
by Sandrine Bailleux
· 11 years ago
4f6ad66
ARMv8 Trusted Firmware release v0.2
by Achin Gupta
· 11 years ago