Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
53e70df9a3682e443fb37be4e35ccb980ea5bb53
/
include
/
common
« Previous
70b1c2f
ARMv7 does not support STL instruction
by Etienne Carriere
· 7 years ago
aeb267c
GIC: Allow specifying interrupt properties
by Jeenu Viswambharan
· 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
e94b06d
Merge pull request #1078 from douglas-raillard-arm/dr/add_cfi_vector_entry
by davidcunado-arm
· 7 years ago
878f03c
Merge pull request #1019 from etienne-lms/log-size
by davidcunado-arm
· 7 years ago
97ad6ce
cpu log buffer size depends on cache line size
by Etienne Carriere
· 7 years ago
efa50b5
Add CFI debug info to vector entries
by Douglas Raillard
· 7 years ago
be1d3ef
asm_macros: set the default assembly code alignment to 4 byte
by Masahiro Yamada
· 7 years ago
b4c75e9
Add new alignment parameter to func assembler macro
by Julius Werner
· 7 years ago
8072678
Support Trusted OS firmware extra images in TF tools
by Summer Qin
· 8 years ago
ee3457b
aarch64: Enable Statistical Profiling Extensions for lower ELs
by dp-arm
· 7 years ago
fee8653
Fully initialise essential control registers
by David Cunado
· 8 years ago
c6a11f6
include: add U()/ULL() macros for constants
by Varun Wadekar
· 7 years ago
34e7843
Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory
by davidcunado-arm
· 7 years ago
9c107fa
Introduce `tf_snprintf`
by Antonio Nino Diaz
· 7 years ago
e3a2b31
fip: move headers shared between TF and fiptool to include/tools_share
by Masahiro Yamada
· 7 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
7d99b6c
Merge branch 'integration' into tf_issue_461
by Scott Branden
· 8 years ago
bf404c0
Move defines in utils.h to utils_def.h to fix shared header compile issues
by Scott Branden
· 8 years ago
bf360df
Merge pull request #910 from dp-arm/dp/AArch32-juno-port
by davidcunado-arm
· 8 years ago
a9f776c
AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor
by Yatharth Kochar
· 8 years ago
7c65c1e
Remove build option `ASM_ASSERTION`
by Antonio Nino Diaz
· 8 years ago
18e6004
Merge pull request #886 from dp-arm/dp/stack-protector
by davidcunado-arm
· 8 years ago
306593d
Add support for GCC stack protection
by Douglas Raillard
· 8 years ago
b911cc7
Re-factor header files for easier PSCI library integration
by Soby Mathew
· 8 years ago
88de358
Merge pull request #841 from dp-arm/dp/debug-regs
by danh-arm
· 8 years ago
595d0d5
Disable secure self-hosted debug via MDCR_EL3/SDCR
by dp-arm
· 8 years ago
21362a9
Introduce unified API to zero memory
by Douglas Raillard
· 8 years ago
54ec86a
Allow spin locks to be defined from assembly
by Jeenu Viswambharan
· 8 years ago
441bfdd
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 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
c14b08e
Reset EL2 and EL3 configurable controls
by David Cunado
· 8 years ago
1c0e208
Add CFI debug frame information for ASM functions
by Douglas Raillard
· 8 years ago
5f55e28
Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR
by David Cunado
· 8 years ago
c44c5af
AArch32: Add `memcpy4` function in assembly
by Yatharth Kochar
· 8 years ago
89256b8
PSCI: Introduce PSCI Library argument structure
by Soby Mathew
· 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
748be1d
AArch32: Add support in TF libraries
by Soby Mathew
· 8 years ago
a9482df
AArch32: Add API to invoke runtime service handler
by Soby Mathew
· 8 years ago
d29f67b
AArch32: Add assembly helpers
by Soby Mathew
· 8 years ago
b9ff2fd
Rearrange assembly helper macros
by Soby Mathew
· 8 years ago
d019487
Introduce PSCI Library Interface
by Soby Mathew
· 9 years ago
0d78607
Introduce `el3_runtime` and `PSCI` libraries
by Soby Mathew
· 9 years ago
24ab34f
Fix coding guideline warnings
by Soby Mathew
· 9 years ago
a0fedc4
Rework type usage in Trusted Firmware
by Soby Mathew
· 8 years ago
ba39fc6
Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn
by danh-arm
· 8 years ago
f91f144
Introduce SEPARATE_CODE_AND_RODATA build flag
by Sandrine Bailleux
· 8 years ago
7659a26
Introduce utils.h header file
by Sandrine Bailleux
· 8 years ago
bfdbecf
Derive stack alignment from CACHE_WRITEBACK_GRANULE
by Soby Mathew
· 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
618ba99
Fill exception vectors with zero bytes
by Sandrine Bailleux
· 8 years ago
9e6ad6c
Introduce some helper macros for exception vectors
by Sandrine Bailleux
· 8 years ago
37a12df
Fix build error with optimizations disabled (-O0)
by Sandrine Bailleux
· 9 years ago
074e05a
Enable SCR_EL3.SIF bit
by Soby Mathew
· 9 years ago
632d6df
Enable asynchronous abort exceptions during boot
by Gerald Lejeune
· 9 years ago
6b28c57
Make cpu operations warning a VERBOSE print
by Soby Mathew
· 9 years ago
1f21bcf
Remove all non-configurable dead loops
by Antonio Nino Diaz
· 9 years ago
0165c11
Merge pull request #541 from antonio-nino-diaz-arm/an/secondary-cpu-init
by danh-arm
· 9 years ago
4357b41
Initialize secondary CPUs during cold boot
by Antonio Nino Diaz
· 9 years ago
f11b29a
Fix the inconsistencies in bl1_tbbr_image_descs[]
by Yatharth Kochar
· 9 years ago
a581bd5
Migrate __warn_deprecated -> __deprecated
by Soren Brinkmann
· 9 years ago
6d4f262
Rearrange fields in TF data structures to reduce padding
by Soby Mathew
· 9 years ago
7d19941
Remove dashes from image names: 'BL3-x' --> 'BL3x'
by Juan Castillo
· 9 years ago
a72b647
Replace all SCP FW (BL0, BL3-0) references
by Juan Castillo
· 9 years ago
be80120
TBB: apply TBBR naming convention to certificates and extensions
by Juan Castillo
· 9 years ago
4dd39b8
FWU: Add FWU support to `fip_create` tool
by Yatharth Kochar
· 9 years ago
b1c2fe0
FWU: Add Generic BL2U FWU image support in BL2
by Yatharth Kochar
· 9 years ago
71c9a5e
FWU: Add Generic Firmware Update framework support in BL1
by Yatharth Kochar
· 9 years ago
a65be2f
Add descriptor based image management support in BL1
by Yatharth Kochar
· 9 years ago
6c0566c
Move context management code to common location
by Yatharth Kochar
· 9 years ago
57d334c
Remove `RUN_IMAGE` usage as opcode passed to next EL.
by Yatharth Kochar
· 9 years ago
18a6204
Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED
by Soby Mathew
· 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
e9c4a64
Make generic code work in presence of system caches
by Achin Gupta
· 9 years ago
ceb0d0f
Ensure BL2 security state is secure
by Vikram Kanigiri
· 9 years ago
b7bf710
Merge pull request #368 from jcastillo-arm/jc/genfw/1126
by danh-arm
· 9 years ago
97dbcf1
TBB: abort boot if BL3-2 cannot be authenticated
by Juan Castillo
· 9 years ago
eb3bbf1
PSCI: Add documentation and fix plat_is_my_cpu_primary()
by Soby Mathew
· 9 years ago
3700a92
PSCI: Migrate TF to the new platform API and CM helpers
by Soby Mathew
· 9 years ago
70716d6
PSCI: Add deprecated API for SPD when compatibility is disabled
by Soby Mathew
· 9 years ago
981487a
PSCI: Switch to the new PSCI frameworks
by Soby Mathew
· 9 years ago
b0082d2
PSCI: Introduce new platform and CM helper APIs
by Soby Mathew
· 10 years ago
a08a5e7
TBB: switch to the new authentication framework
by Juan Castillo
· 9 years ago
9b265a8
TBB: add TBBR Chain of Trust
by Juan Castillo
· 9 years ago
3a66aca
Use numbers to identify images instead of names
by Juan Castillo
· 10 years ago
4534c64
Bug fix: Build time condition to relocate RW data
by Sandrine Bailleux
· 9 years ago
acde8b0
Rationalize reset handling code
by Sandrine Bailleux
· 9 years ago
81899f1
Remove FIRST_RESET_HANDLER_CALL build option
by Sandrine Bailleux
· 9 years ago
f05c1b5
Add linker symbol declarations to bl_common.h
by Dan Handley
· 10 years ago
ea59668
Add header guards to asm macro files
by Dan Handley
· 10 years ago
a877c25
Add support to indicate size and end of assembly functions
by Kévin Petit
· 10 years ago
356d59d
Merge pull request #269 from vikramkanigiri/vk/common-cci
by danh-arm
· 10 years ago
Next »