Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
ce0b04d9f915a96c99108e0280a73ba6965a909a
/
common
« Previous
632d6df
Enable asynchronous abort exceptions during boot
by Gerald Lejeune
· 9 years ago
57bd75c
Add support for %z in tf_print()
by Scott Branden
· 9 years ago
1f21bcf
Remove all non-configurable dead loops
by Antonio Nino Diaz
· 9 years ago
b3a0a7b
Add support for %p in tf_printf()
by Antonio Nino Diaz
· 9 years ago
f4119ec
Miscellaneous doc fixes for v1.2
by Sandrine Bailleux
· 9 years ago
7d19941
Remove dashes from image names: 'BL3-x' --> 'BL3x'
by Juan Castillo
· 9 years ago
6c0566c
Move context management code to common location
by Yatharth Kochar
· 9 years ago
b371da7
Merge pull request #423 from jcastillo-arm/jc/genfw/1211
by Achin Gupta
· 9 years ago
6e76206
Remove deprecated IO return definitions
by Juan Castillo
· 9 years ago
b2e224c
Introduce print_entry_point_info() function
by Sandrine Bailleux
· 9 years ago
ec813f5
Use standard errno definitions in load_auth_image()
by Juan Castillo
· 9 years ago
ceb0d0f
Ensure BL2 security state is secure
by Vikram Kanigiri
· 9 years ago
97dbcf1
TBB: abort boot if BL3-2 cannot be authenticated
by Juan Castillo
· 9 years ago
c9ac73f
TBB: delete deprecated PolarSSL authentication module
by Juan Castillo
· 10 years ago
a08a5e7
TBB: switch to the new authentication framework
by Juan Castillo
· 9 years ago
3a66aca
Use numbers to identify images instead of names
by Juan Castillo
· 10 years ago
f18daf7
TBB: replace assert() with runtime checks in PolarSSL module
by Juan Castillo
· 10 years ago
ac40293
TBB: use ASN.1 type DigestInfo to represent hashes
by Juan Castillo
· 10 years ago
eb839ce
Fix type mismatches in verbose logging
by Dan Handley
· 10 years ago
a877c25
Add support to indicate size and end of assembly functions
by Kévin Petit
· 10 years ago
ddf751e
TBB: remove PolarSSL SHA1 functions from the binary
by Juan Castillo
· 10 years ago
a64a854
Fix violations to the coding style
by Sandrine Bailleux
· 10 years ago
13f6a93
TBB: add authentication module interface
by Juan Castillo
· 10 years ago
9c25a40
TBB: add PolarSSL based authentication module
by Juan Castillo
· 10 years ago
09a55a8
Skip reserving memory for non-executable and BL3-0 images
by Juan Castillo
· 10 years ago
1218f11
Rework use of labels in assembly macros.
by Soby Mathew
· 10 years ago
91b624e
Rationalize console log output
by Dan Handley
· 10 years ago
5cd545d
Merge pull request #177 from jcastillo-arm/jc/tf-issues/096
by danh-arm
· 10 years ago
f558cac
Rework incorrect use of assert() and panic() in codebase
by Juan Castillo
· 10 years ago
c1adbbc
Rework the crash reporting in BL3-1 to use less stack
by Soby Mathew
· 10 years ago
041f62a
Implement an assert() callable from assembly code
by Soby Mathew
· 10 years ago
afe7e2f
Implement a leaner printf for Trusted Firmware
by Soby Mathew
· 10 years ago
467d057
Remove concept of top/bottom image loading
by Sandrine Bailleux
· 10 years ago
3ab33f3
Make the entry point argument optional in load_image()
by Sandrine Bailleux
· 10 years ago
7ce42df
Move BL porting functions into platform.h
by Dan Handley
· 10 years ago
d8c9d26
Rework memory information passing to BL3-x images
by Vikram Kanigiri
· 10 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
5e5c207
Rework BL3-1 unhandled exception handling and reporting
by Soby Mathew
· 11 years ago
25232af
Introduce IS_IN_ELX() macros
by Sandrine Bailleux
· 10 years ago
a4cb68e
Remove variables from .data section
by Dan Handley
· 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
714a0d2
Make use of user/system includes more consistent
by Dan Handley
· 11 years ago
a70615f
Move include and source files to logical locations
by Dan Handley
· 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
87274c4
bl_common: add image_size()
by Ryan Harkin
· 11 years ago
090630e
Tolerate runtime service initialization failure
by Jeenu Viswambharan
· 11 years ago
08c28d5
Report recoverable errors as warnings
by Jeenu Viswambharan
· 11 years ago
0a9f747
Move PSCI to runtime services directory
by Achin Gupta
· 11 years ago
e4d084e
Rework BL2 to BL3-1 hand over interface
by Achin Gupta
· 11 years ago
caa8493
Add support for handling runtime service requests
by Jeenu Viswambharan
· 11 years ago
07f4e07
Introduce new exception handling framework
by Achin Gupta
· 11 years ago
7421b46
Add runtime services framework
by Achin Gupta
· 11 years ago
ef7a28c
psci: Use context library for preserving EL3 state
by Achin Gupta
· 11 years ago
b739f22
Setup VBAR_EL3 incrementally
by Achin Gupta
· 11 years ago
9d72b4e
Implement load_image in terms of IO abstraction
by James Morrissey
· 11 years ago
40a6f64
Fix asserts appearing in release builds
by James Morrissey
· 11 years ago
75f7367
psci: fix affinity level upgrade issue
by Achin Gupta
· 11 years ago
a45e397
psci: preserve target affinity level during suspend
by Achin Gupta
· 11 years ago
a59caa4
psci: replace secure context with suspend context
by Achin Gupta
· 11 years ago
e83b0ca
Update year in copyright text to 2014
by Dan Handley
· 11 years ago
ba6980a
Move RUN_IMAGE constant from bl1.h to bl_common.h
by Sandrine Bailleux
· 11 years ago
0959db5
psci: rectify and homogenise generic code
by Achin Gupta
· 11 years ago
3140a9e
psci: rework cpu_off assertion and minor cleanups
by Achin Gupta
· 11 years ago
c8afc78
psci: fix error due to a non zero context id
by Achin Gupta
· 11 years ago
ab2d31e
Enable third party contributions
by Dan Handley
· 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
4f6ad66
ARMv8 Trusted Firmware release v0.2
by Achin Gupta
· 11 years ago