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
/
include
/
drivers
/
console.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't return error information from console_flush
Jimmy Brisson
2020-10-09
1
-3
/
+3
*
console: Integrate UART base address in generic console_t
Andre Przywara
2020-02-25
1
-1
/
+3
*
console: add a flag to prepend '\r' in the multi-console framework
Masahiro Yamada
2019-08-19
1
-2
/
+3
*
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
Julius Werner
2019-08-01
1
-2
/
+2
*
Remove MULTI_CONSOLE_API flag and references to it
Ambroise Vincent
2019-06-28
1
-7
/
+0
*
Remove several warnings reported with W=1
Ambroise Vincent
2019-04-01
1
-4
/
+5
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
1
-2
/
+4
*
console: Fix console_unregister() signature
Julius Werner
2018-12-06
1
-2
/
+3
*
Standardise header guards across codebase
Antonio Nino Diaz
2018-11-08
1
-4
/
+3
*
libc: Fix all includes in codebase
Antonio Nino Diaz
2018-08-22
1
-1
/
+1
*
Set console function pointers to const
Daniel Boulby
2018-07-30
1
-3
/
+3
*
plat/arm: Migrate AArch64 port to the multi console driver
Antonio Nino Diaz
2018-06-19
1
-3
/
+3
*
Ensure read and write of flags are 32 bit
Daniel Boulby
2018-05-17
1
-1
/
+5
*
Revert "plat/arm: Migrate AArch64 port to the multi console driver"
Antonio Nino Diaz
2018-05-15
1
-3
/
+3
*
plat/arm: Migrate AArch64 port to the multi console driver
Antonio Nino Diaz
2018-05-11
1
-3
/
+3
*
multi console: Assert that consoles aren't registered twice
Antonio Nino Diaz
2018-05-11
1
-1
/
+6
*
qemu: don't use C functions for the crash console callbacks
Michalis Pappas
2018-03-31
1
-2
/
+0
*
qemu: MULTI_CONSOLE_API=0 causes build error
Michalis Pappas
2018-03-24
1
-0
/
+2
*
Improve MULTI_CONSOLE_API deprecation warnings
Dan Handley
2018-03-01
1
-4
/
+4
*
Add new function-pointer-based console API
Julius Werner
2017-12-12
1
-4
/
+59
*
Use SPDX license identifiers
dp-arm
2017-05-03
1
-25
/
+1
*
Add console_flush() to console API
Antonio Nino Diaz
2017-03-31
1
-1
/
+2
*
Introduce console_uninit() API in ARM Trusted Firmware
Soby Mathew
2015-12-09
1
-0
/
+1
*
Use uintptr_t as base address type in ARM driver APIs
Juan Castillo
2015-07-09
1
-1
/
+3
*
Parametrize baudrate and UART clock during console_init()
Soby Mathew
2014-07-28
1
-1
/
+2
*
Move include and source files to logical locations
Dan Handley
2014-05-06
1
-0
/
+39