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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add UBSAN support and handlers
Justin Chadwell
2019-09-11
1
-0
/
+220
*
console: add a flag to prepend '\r' in the multi-console framework
Masahiro Yamada
2019-08-19
1
-1
/
+10
*
Switch AARCH32/AARCH64 to __aarch64__
Julius Werner
2019-08-01
2
-4
/
+4
*
Remove MULTI_CONSOLE_API flag and references to it
Ambroise Vincent
2019-06-28
4
-36
/
+0
*
Remove deprecated plat_crash_console_*
Ambroise Vincent
2019-04-03
2
-57
/
+1
*
Remove several warnings reported with W=1
Ambroise Vincent
2019-04-01
2
-2
/
+4
*
Merge pull request #1847 from jts-arm/mbedtls
Antonio Niño Díaz
2019-03-05
1
-23
/
+1
|
\
|
*
Remove Mbed TLS dependency from plat_bl_common.c
John Tsichritzis
2019-02-28
1
-23
/
+1
*
|
Minor changes to documentation and comments
Antonio Nino Diaz
2019-02-28
1
-7
/
+7
|
/
*
Remove unused function symbols
Varun Wadekar
2019-02-07
3
-9
/
+3
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
15
-51
/
+66
*
Merge pull request #1708 from Yann-lms/warnings
Soby Mathew
2018-12-12
1
-0
/
+1
|
\
|
*
correct some missing-prototype warnings
Yann Gautier
2018-12-10
1
-0
/
+1
*
|
SPM: Load image and RD from SP package
Antonio Nino Diaz
2018-12-11
1
-0
/
+90
*
|
SPM: Introduce functions to load DTB files
Antonio Nino Diaz
2018-12-10
1
-0
/
+312
|
/
*
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
*
Convert arm_setup_page_tables into a generic helper
Roberto Vargas
2018-10-26
1
-0
/
+37
*
xlat: Fix compatibility between v1 and v2
Antonio Nino Diaz
2018-10-26
1
-0
/
+1
*
Deprecate weak crash console functions
Antonio Nino Diaz
2018-10-25
2
-0
/
+8
*
Add sample crash console functions
Antonio Nino Diaz
2018-10-25
2
-0
/
+184
*
Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console
Dimitris Papastamos
2018-10-04
1
-0
/
+4
|
\
|
*
pl011: Add support in AArch32 for MULTI_CONSOLE_API
Daniel Boulby
2018-09-21
1
-0
/
+4
*
|
Merge pull request #1584 from danielboulby-arm/db/Switches
Soby Mathew
2018-10-03
2
-3
/
+5
|
\
\
|
*
|
Ensure the flow through switch statements is clear
Daniel Boulby
2018-09-21
2
-3
/
+5
|
|
/
*
|
Remove all other deprecated interfaces and files
Antonio Nino Diaz
2018-09-28
4
-107
/
+0
*
|
Remove deprecated bl1_init_bl2_mem_layout()
Antonio Nino Diaz
2018-09-28
1
-4
/
+0
*
|
Remove deprecated early platform setup interfaces
Antonio Nino Diaz
2018-09-28
3
-33
/
+0
*
|
gic: Remove deprecated driver and interfaces
Antonio Nino Diaz
2018-09-28
1
-49
/
+0
*
|
Remove build option LOAD_IMAGE_V2
Roberto Vargas
2018-09-28
2
-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
|
/
*
Prepare Mbed TLS drivers for shared heap
John Tsichritzis
2018-09-04
1
-0
/
+23
*
Fix MISRA defects in log helpers
Antonio Nino Diaz
2018-08-30
1
-9
/
+12
*
plat/common: gic: MISRA fixes
Antonio Nino Diaz
2018-08-30
2
-26
/
+35
*
xlat v2: Support the EL2 translation regime
Antonio Nino Diaz
2018-08-10
1
-1
/
+1
*
Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra
danh-arm
2018-07-25
1
-14
/
+18
|
\
|
*
PSCI: Fix MISRA defects in platform code
Antonio Nino Diaz
2018-07-24
1
-11
/
+15
|
*
PSCI: Fix types of definitions
Antonio Nino Diaz
2018-07-20
1
-3
/
+3
*
|
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
|
/
*
Fix some violations to MISRA rule 8.3
Sandrine Bailleux
2018-07-11
1
-2
/
+2
*
DynamIQ: Enable MMU without using stack
Jeenu Viswambharan
2018-06-27
2
-12
/
+22
*
LOAD_IMAGE_V1: Align BL2 memory layout struct to 8 bytes
Antonio Nino Diaz
2018-06-12
1
-1
/
+2
*
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
*
plat: fix switch statements to comply with MISRA rules
Jonathan Wright
2018-03-26
2
-2
/
+11
[next]