Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
5d8e64bf69a4ff3245de03d0345e56b22020b44e
/
plat
/
common
/
aarch64
c36e97f
refactor(plat/ea_handler): Use default ea handler implementation for panic
by Pali Rohár
· 3 years, 4 months ago
152682c
fix(plat/ea_handler): print newline before fatal abort error message
by Pali Rohár
· 3 years, 4 months ago
051fd6d
Fix typos and misspellings
by David Horstmann
· 4 years ago
1d2776a
Merge "Use constant stack size with RECLAIM_INIT_CODE" into integration
by Alexei Fedorov
· 4 years ago
8f15ca3
Use constant stack size with RECLAIM_INIT_CODE
by David Horstmann
· 4 years, 1 month ago
39f9eee
Don't return error information from console_flush
by Jimmy Brisson
· 4 years, 3 months ago
1c47839
ehf: use common priority level enumuration
by Sandeep Tripathy
· 4 years, 3 months ago
1b4dea8
BL31: Fix relocation error for PIE
by Alexei Fedorov
· 4 years, 3 months ago
490ace7
TF-A: Fix BL31 linker script error
by Alexei Fedorov
· 4 years, 5 months ago
3e24c16
Enable v8.6 WFE trap delays
by johpow01
· 4 years, 6 months ago
813c9f9
Fix crash dump for lower EL
by Alexei Fedorov
· 4 years, 8 months ago
269a8ad
console: add a flag to prepend '\r' in the multi-console framework
by Masahiro Yamada
· 5 years ago
55828d5
Remove MULTI_CONSOLE_API flag and references to it
by Ambroise Vincent
· 6 years ago
962109f
Remove deprecated plat_crash_console_*
by Ambroise Vincent
· 6 years ago
56b68ad
Minor changes to documentation and comments
by Antonio Nino Diaz
· 6 years ago
9388afa
Remove unused function symbols
by Varun Wadekar
· 6 years ago
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· 6 years ago
1338c9c
plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support
by Julius Werner
· 6 years ago
351ba73
plat/common: Remove duplication of plat_crash_console functions/stubs
by Julius Werner
· 6 years ago
6b0968e
Deprecate weak crash console functions
by Antonio Nino Diaz
· 6 years ago
4bac045
Add sample crash console functions
by Antonio Nino Diaz
· 6 years ago
dc9fab1
Remove all other deprecated interfaces and files
by Antonio Nino Diaz
· 6 years ago
5a99925
Remove deprecated early platform setup interfaces
by Antonio Nino Diaz
· 6 years ago
76f0303
PSCI: Remove deprecated file plat_psci_common.c
by Antonio Nino Diaz
· 6 years ago
9ef94a9
PSCI: Remove platform compatibility layer
by Roberto Vargas
· 6 years ago
911fcc9
RAS: Introduce handler for EL3 EAs
by Jeenu Viswambharan
· 6 years ago
93bc4bd
RAS: Introduce handler for Double Faults
by Jeenu Viswambharan
· 6 years ago
9d4c9c1
RAS: Introduce handler for Uncontainable errors
by Jeenu Viswambharan
· 6 years ago
e834ee1
DynamIQ: Enable MMU without using stack
by Jeenu Viswambharan
· 7 years ago
4b00cb7
Fix build error with correct format string
by Jeenu Viswambharan
· 6 years ago
2e2e881
RAS: Add support for node registration
by Jeenu Viswambharan
· 7 years ago
96c7df0
AArch64: Introduce External Abort handling
by Jeenu Viswambharan
· 7 years ago
e93a0f4
types: use int-ll64 for both aarch32 and aarch64
by Masahiro Yamada
· 7 years ago
807d727
Suppress spurious deprecated declaration warnings
by Dan Handley
· 7 years ago
73308d0
Introduce the new BL handover interface
by Soby Mathew
· 7 years ago
2a4fe4f
plat/common: move arch-agnostic fallback functions to C file
by Masahiro Yamada
· 7 years ago
aae9bb1
Add default crash console code to hook up to new console API
by Julius Werner
· 7 years ago
94f8907
Add new function-pointer-based console API
by Julius Werner
· 7 years ago
04e3a7f
BL31: Add SDEI dispatcher
by Jeenu Viswambharan
· 7 years ago
bc1ae1f
Add platform hooks for boot redundancy support
by Roberto Vargas
· 7 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
7c65c1e
Remove build option `ASM_ASSERTION`
by Antonio Nino Diaz
· 8 years ago
d3ec543
Add and use plat_crash_console_flush() API
by Antonio Nino Diaz
· 8 years ago
230011c
Move plat/common source file definitions to generic Makefiles
by dp-arm
· 8 years ago
4ef91f1
Simplify translation tables headers dependencies
by Antonio Nino Diaz
· 8 years ago
4c165ca
Fix comment of plat_reset_handler stub
by Masahiro Yamada
· 8 years ago
628198b
Add WFI in platform's unexpected error handlers
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
bfdbecf
Derive stack alignment from CACHE_WRITEBACK_GRANULE
by Soby Mathew
· 8 years ago
391a76e
Add 32 bit version of plat_get_syscnt_freq
by Antonio Nino Diaz
· 8 years ago
1f21bcf
Remove all non-configurable dead loops
by Antonio Nino Diaz
· 9 years ago
1ff495b
Ensure BL31 does not print to boot console by default
by Soby Mathew
· 9 years ago
87322b3
Pass the entry point info to bl1_plat_prepare_exit()
by Sandrine Bailleux
· 9 years ago
26ae583
Add optional platform error handler API
by Juan Castillo
· 9 years ago
d1413b2
Add optional bl1_plat_prepare_exit() API
by Juan Castillo
· 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
49473e4
PSCI: Implement platform compatibility layer
by Soby Mathew
· 9 years ago
85dbf5a
PSCI: Add framework to handle composite power states
by Soby Mathew
· 10 years ago
b0082d2
PSCI: Introduce new platform and CM helper APIs
by Soby Mathew
· 10 years ago
a877c25
Add support to indicate size and end of assembly functions
by Kévin Petit
· 10 years ago
8e2f287
Add CPU specific power management operations
by Soby Mathew
· 10 years ago
f1785fd
Add platform API for reset handling
by Soby Mathew
· 10 years ago
b3dbeb0
Call platform_is_primary_cpu() only from reset handler
by Juan Castillo
· 10 years ago
45c31c4
Merge pull request #172 from soby-mathew/sm/asm_assert
by danh-arm
· 10 years ago
066f713
Introduce crash console APIs for crash reporting
by Soby Mathew
· 10 years ago
9c60d80
Remove the concept of coherent stacks
by Achin Gupta
· 10 years ago
e998254
Make enablement of the MMU more flexible
by Achin Gupta
· 10 years ago
2d55240
Remove all checkpatch errors from codebase
by Juan Castillo
· 10 years ago
b226a4d
Add enable mmu platform porting interfaces
by Dan Handley
· 10 years ago
ed6ff95
Split platform.h into separate headers
by Dan Handley
· 10 years ago
2bd4ef2
Reduce deep nesting of header files
by Dan Handley
· 11 years ago
65668f9
Allocate single stacks for BL1 and BL2
by Andrew Thoelke
· 11 years ago
38bde41
Place assembler functions in separate sections
by Andrew Thoelke
· 11 years ago
ca823d2
Increase coherent stack sizes
by Achin Gupta
· 11 years ago
3a4cae0
Change comments in assembler files to help ctags
by Jeenu Viswambharan
· 11 years ago
e83b0ca
Update year in copyright text to 2014
by Dan Handley
· 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
4f6ad66
ARMv8 Trusted Firmware release v0.2
by Achin Gupta
· 11 years ago