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
/
drivers
/
console
Commit message (
Expand
)
Author
Age
Files
Lines
*
console: add a flag to prepend '\r' in the multi-console framework
Masahiro Yamada
2019-08-19
1
-1
/
+15
*
console: update skeleton
Ambroise Vincent
2019-07-16
2
-64
/
+132
*
Remove MULTI_CONSOLE_API flag and references to it
Ambroise Vincent
2019-06-28
2
-6
/
+0
*
Console: removed legacy console API
Ambroise Vincent
2019-06-26
4
-249
/
+0
*
Console: Allow to register multiple times
Ambroise Vincent
2019-04-24
1
-2
/
+4
*
Console: remove deprecated finish_console_register
Ambroise Vincent
2019-04-03
1
-1
/
+0
*
Remove several warnings reported with W=2
Ambroise Vincent
2019-04-01
1
-3
/
+3
*
multi_console: Check functions are not NULL
Joel Hutton
2019-01-25
1
-4
/
+4
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
1
-0
/
+1
*
drivers/console: Reimplement MUTLI_CONSOLE_API framework in C
Julius Werner
2018-12-06
3
-651
/
+122
*
drivers/console: Link console framework code by default
Julius Werner
2018-12-06
4
-2
/
+14
*
plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support
Julius Werner
2018-12-06
1
-0
/
+1
*
Multi-console: Deprecate the `finish_console_register` macro
Soby Mathew
2018-10-19
1
-2
/
+7
*
Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console
Dimitris Papastamos
2018-10-04
3
-100
/
+435
|
\
|
*
console: Port Multi Console driver to AArch32
Daniel Boulby
2018-09-21
3
-100
/
+435
*
|
console: Remove deprecated files
Antonio Nino Diaz
2018-09-28
2
-18
/
+0
|
/
*
Console: Use callee-saved registers
Sathees Balya
2018-08-15
1
-67
/
+84
*
Ensure read and write of flags are 32 bit
Daniel Boulby
2018-05-17
1
-3
/
+3
*
multi console: Assert that consoles aren't registered twice
Antonio Nino Diaz
2018-05-11
1
-3
/
+50
*
Improve MULTI_CONSOLE_API deprecation warnings
Dan Handley
2018-03-01
1
-1
/
+2
*
Add new function-pointer-based console API
Julius Werner
2017-12-12
4
-156
/
+504
*
Use SPDX license identifiers
dp-arm
2017-05-03
6
-150
/
+6
*
Add console_flush() to console API
Antonio Nino Diaz
2017-03-31
4
-4
/
+77
*
AArch32: Add console driver
Soby Mathew
2016-08-10
2
-0
/
+225
*
Move console drivers to AArch64 folder
Soby Mathew
2016-08-09
4
-161
/
+227
*
Disable PL011 UART before configuring it
Juan Castillo
2016-01-21
1
-1
/
+1
*
Add ret to return from console_uninit() function
Jimmy Huang
2016-01-04
1
-0
/
+1
*
Introduce console_uninit() API in ARM Trusted Firmware
Soby Mathew
2015-12-09
1
-0
/
+15
*
Use uintptr_t as base address type in ARM driver APIs
Juan Castillo
2015-07-09
2
-4
/
+4
*
Separate out common console functionality
Dan Handley
2015-04-28
2
-0
/
+203
*
Move include and source files to logical locations
Dan Handley
2014-05-06
1
-39
/
+0
*
Move console.c to pl011 specific driver location
Dan Handley
2014-04-14
1
-89
/
+0
*
Initialise UART console in all bootloader stages
Vikram Kanigiri
2014-03-26
1
-1
/
+13
*
Move console functions out of pl011.c
Soby Mathew
2014-03-26
2
-0
/
+116