index
:
platform_external_arm-trusted-firmware
android-s-beta-4
android-s-beta-5
android10-mainline-networking-release
android10-mainline-resolv-release
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
main-cg-testing-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plat
/
common
/
aarch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
3
-7
/
+8
*
plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support
Julius Werner
2018-12-06
1
-36
/
+146
*
plat/common: Remove duplication of plat_crash_console functions/stubs
Julius Werner
2018-12-06
2
-83
/
+3
*
Deprecate weak crash console functions
Antonio Nino Diaz
2018-10-25
1
-0
/
+4
*
Add sample crash console functions
Antonio Nino Diaz
2018-10-25
1
-0
/
+92
*
Remove all other deprecated interfaces and files
Antonio Nino Diaz
2018-09-28
4
-107
/
+0
*
Remove deprecated early platform setup interfaces
Antonio Nino Diaz
2018-09-28
1
-7
/
+0
*
PSCI: Remove deprecated file plat_psci_common.c
Antonio Nino Diaz
2018-09-28
1
-9
/
+0
*
PSCI: Remove platform compatibility layer
Roberto Vargas
2018-09-28
3
-77
/
+0
*
RAS: Introduce handler for EL3 EAs
Jeenu Viswambharan
2018-07-19
1
-0
/
+9
*
RAS: Introduce handler for Double Faults
Jeenu Viswambharan
2018-07-19
1
-0
/
+12
*
RAS: Introduce handler for Uncontainable errors
Jeenu Viswambharan
2018-07-19
1
-0
/
+14
*
DynamIQ: Enable MMU without using stack
Jeenu Viswambharan
2018-06-27
2
-12
/
+22
*
Fix build error with correct format string
Jeenu Viswambharan
2018-05-15
1
-1
/
+1
*
RAS: Add support for node registration
Jeenu Viswambharan
2018-05-04
1
-0
/
+10
*
AArch64: Introduce External Abort handling
Jeenu Viswambharan
2018-05-04
1
-0
/
+12
*
types: use int-ll64 for both aarch32 and aarch64
Masahiro Yamada
2018-04-27
1
-1
/
+1
*
Suppress spurious deprecated declaration warnings
Dan Handley
2018-03-01
1
-0
/
+8
*
Introduce the new BL handover interface
Soby Mathew
2018-02-26
1
-1
/
+8
*
plat/common: move arch-agnostic fallback functions to C file
Masahiro Yamada
2018-02-02
1
-33
/
+1
*
Add default crash console code to hook up to new console API
Julius Werner
2018-01-19
1
-7
/
+53
*
Add new function-pointer-based console API
Julius Werner
2017-12-12
1
-4
/
+4
*
BL31: Add SDEI dispatcher
Jeenu Viswambharan
2017-11-13
1
-0
/
+26
*
Add platform hooks for boot redundancy support
Roberto Vargas
2017-10-24
1
-0
/
+21
*
Use SPDX license identifiers
dp-arm
2017-05-03
5
-125
/
+5
*
Remove build option `ASM_ASSERTION`
Antonio Nino Diaz
2017-04-20
1
-3
/
+3
*
Add and use plat_crash_console_flush() API
Antonio Nino Diaz
2017-03-31
1
-1
/
+11
*
Move plat/common source file definitions to generic Makefiles
dp-arm
2017-03-20
1
-5
/
+5
*
Simplify translation tables headers dependencies
Antonio Nino Diaz
2017-03-08
1
-2
/
+2
*
Fix comment of plat_reset_handler stub
Masahiro Yamada
2016-10-25
1
-1
/
+1
*
Add WFI in platform's unexpected error handlers
Sandrine Bailleux
2016-08-19
1
-0
/
+2
*
Introduce `el3_runtime` and `PSCI` libraries
Soby Mathew
2016-07-18
1
-34
/
+4
*
Rework type usage in Trusted Firmware
Soby Mathew
2016-07-18
2
-4
/
+4
*
Derive stack alignment from CACHE_WRITEBACK_GRANULE
Soby Mathew
2016-07-08
2
-2
/
+3
*
Add 32 bit version of plat_get_syscnt_freq
Antonio Nino Diaz
2016-05-20
1
-0
/
+14
*
Remove all non-configurable dead loops
Antonio Nino Diaz
2016-03-14
1
-1
/
+11
*
Ensure BL31 does not print to boot console by default
Soby Mathew
2015-12-09
1
-1
/
+12
*
Pass the entry point info to bl1_plat_prepare_exit()
Sandrine Bailleux
2015-11-26
1
-1
/
+1
*
Add optional platform error handler API
Juan Castillo
2015-10-28
1
-0
/
+10
*
Add optional bl1_plat_prepare_exit() API
Juan Castillo
2015-10-20
1
-0
/
+10
*
PSCI: Add deprecated API for SPD when compatibility is disabled
Soby Mathew
2015-08-13
4
-7
/
+121
*
PSCI: Switch to the new PSCI frameworks
Soby Mathew
2015-08-13
2
-28
/
+3
*
PSCI: Implement platform compatibility layer
Soby Mathew
2015-08-13
1
-2
/
+46
*
PSCI: Add framework to handle composite power states
Soby Mathew
2015-08-13
1
-0
/
+63
*
PSCI: Introduce new platform and CM helper APIs
Soby Mathew
2015-08-13
2
-5
/
+39
*
Add support to indicate size and end of assembly functions
Kévin Petit
2015-04-08
3
-0
/
+11
*
Add CPU specific power management operations
Soby Mathew
2014-08-20
1
-0
/
+10
*
Add platform API for reset handling
Soby Mathew
2014-08-20
1
-0
/
+9
*
Call platform_is_primary_cpu() only from reset handler
Juan Castillo
2014-08-01
1
-14
/
+0
*
Merge pull request #172 from soby-mathew/sm/asm_assert
danh-arm
2014-07-28
1
-0
/
+19
|
\
[next]