Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
7eed9738b27a46b67da9ff4aab15a896ecf90ec0
/
common
« Previous
4f3b6ed
Fix MISRA Rule 5.3 Part 1
by Daniel Boulby
· 7 years ago
9576baa
Revert "Code change to fix small bugs"
by Dimitris Papastamos
· 6 years ago
71059df
Remove rt_svc_descs pointer from inner scope
by Daniel Boulby
· 7 years ago
9fe8804
Allow disabling authentication dynamically
by Soby Mathew
· 7 years ago
35c8cfc
Add support for the SMC Calling Convention 2.0
by Antonio Nino Diaz
· 7 years ago
5cc3bc8
Clean usage of void pointers to access symbols
by Joel Hutton
· 7 years ago
4a3bc08
Dynamic cfg: Do not populate args if already initialized
by Amit Daniel Kachhap
· 7 years ago
484f6dd
Fix MISRA rule 8.5 Part 1
by Roberto Vargas
· 7 years ago
cc36484
Dynamic cfg: MISRA fixes
by Soby Mathew
· 7 years ago
96a1c6b
ARM Platforms: Load HW_CONFIG in BL2
by Soby Mathew
· 7 years ago
b9fccca
Dynamic cfg: Introduce fdt wrappers
by Soby Mathew
· 7 years ago
18f65db
image_decompress: add APIs for decompressing images
by Masahiro Yamada
· 7 years ago
18c7353
Add support to left-pad with zeroes in tf_printf
by Antonio Nino Diaz
· 7 years ago
7c8af06
Unify cache flush code path after image load
by Soby Mathew
· 7 years ago
4cce835
ARMv7 may not support Virtualization Extensions
by Etienne Carriere
· 7 years ago
31036d5
Merge pull request #1153 from robertovargas-arm/fix-macros
by davidcunado-arm
· 7 years ago
9daa33d
Include debug.h in debug.S
by Roberto Vargas
· 7 years ago
bc1ae1f
Add platform hooks for boot redundancy support
by Roberto Vargas
· 7 years ago
aaf15f5
Implement log framework
by Soby Mathew
· 7 years ago
f583a06
Introduce tf_vprintf() and tf_string_print()
by Soby Mathew
· 7 years ago
67ebde7
Fix x30 reporting for unhandled exceptions
by Julius Werner
· 7 years ago
66231d1
Tegra: enable 'signed-comparison' compilation warning/errors
by Varun Wadekar
· 7 years ago
9c107fa
Introduce `tf_snprintf`
by Antonio Nino Diaz
· 7 years ago
aba6fac
Align tf_printf implementation between AArch32 and AArch64
by dp-arm
· 7 years ago
f251a4c
Merge pull request #925 from dp-arm/dp/spdx
by davidcunado-arm
· 8 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
28f69ab
Update terminology: standard SMC to yielding SMC
by David Cunado
· 8 years ago
a6919d6
Merge pull request #911 from danh-arm/dh/refactor-bl2-image-load
by davidcunado-arm
· 8 years ago
7c65c1e
Remove build option `ASM_ASSERTION`
by Antonio Nino Diaz
· 8 years ago
09c97c9
Minor refactor of BL2 image load v2
by Dan Handley
· 8 years ago
808c229
Add `ENABLE_ASSERTIONS` build option
by Antonio Nino Diaz
· 8 years ago
e98fa3a
Remove dead loops in assert() in C and ASM
by Antonio Nino Diaz
· 8 years ago
d3ec543
Add and use plat_crash_console_flush() API
by Antonio Nino Diaz
· 8 years ago
4ef91f1
Simplify translation tables headers dependencies
by Antonio Nino Diaz
· 8 years ago
21362a9
Introduce unified API to zero memory
by Douglas Raillard
· 8 years ago
2b7d7ae
Merge pull request #791 from jeenu-arm/asm-assert-32
by danh-arm
· 8 years ago
b0e529b
Export is_mem_free() function
by Sandrine Bailleux
· 8 years ago
ff640c4
AArch32: Print ASM_ASSERT and panic messages
by Jeenu Viswambharan
· 8 years ago
975d08c
Merge pull request #774 from jeenu-arm/no-return-macro
by danh-arm
· 8 years ago
68aef10
Define and use no_ret macro where no return is expected
by Jeenu Viswambharan
· 8 years ago
d7db870
Optimize cache flush when authenticating images
by Antonio Nino Diaz
· 8 years ago
f528faf
AArch32: Common changes needed for BL1/BL2
by Yatharth Kochar
· 8 years ago
3345a8d
Add new version of image loading.
by Yatharth Kochar
· 8 years ago
cdf58cb
AArch32: resolve build error when LOG_LEVEL=50
by Soby Mathew
· 8 years ago
3a59e99
Merge pull request #689 from yatharth-arm/yk/plat_report_expn
by davidcunado-arm
· 8 years ago
47b0fe3
Remove looping around `plat_report_exception`
by Yatharth Kochar
· 8 years ago
9c730bf
Merge pull request #686 from danh-arm/dh/remove-inv-dcache-after-auth
by danh-arm
· 8 years ago
9c96ed5
Remove dcache invalidation after image authentication
by Dan Handley
· 8 years ago
a9482df
AArch32: Add API to invoke runtime service handler
by Soby Mathew
· 9 years ago
0691d97
AArch32: Add tf_printf support
by Soby Mathew
· 9 years ago
d29f67b
AArch32: Add assembly helpers
by Soby Mathew
· 9 years ago
c873cc3
Merge pull request #673 from soby-mathew/sm/coverity_issue
by danh-arm
· 8 years ago
ff1c229
Improve debug assertion for runtime svc number
by Soby Mathew
· 8 years ago
4ec7e2d
Ensure addresses in is_mem_free() don't overflow
by Sandrine Bailleux
· 8 years ago
7304f45
Make runtime_svc_init() function more robust
by Sandrine Bailleux
· 8 years ago
4711058
Improvements to runtime service init code
by Sandrine Bailleux
· 8 years ago
0d78607
Introduce `el3_runtime` and `PSCI` libraries
by Soby Mathew
· 9 years ago
a0fedc4
Rework type usage in Trusted Firmware
by Soby Mathew
· 8 years ago
bb272b4
Merge pull request #650 from Xilinx/zynqmp-updates
by danh-arm
· 8 years ago
8eaf46e
Update comments in load_image()
by Sandrine Bailleux
· 8 years ago
a913dee
Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regs
by danh-arm
· 8 years ago
d75d2ba
Build option to include AArch32 registers in cpu context
by Soby Mathew
· 8 years ago
9e6ad6c
Introduce some helper macros for exception vectors
by Sandrine Bailleux
· 8 years ago
a3b3c05
context: Fix typo in comment
by Soren Brinkmann
· 9 years ago
44170c4
Refactor the xlat_tables library code
by Soby Mathew
· 9 years ago
f62d546
Differentiate `long` and `long long` formats in tf_printf
by Soby Mathew
· 9 years ago
edd0b75
Merge pull request #563 from sbranden/tf_issue_380
by danh-arm
· 9 years ago
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
Next »