TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
901b0a3015a652d9eb66c063b0984fade9adf08f
/
drivers
/
console
e0b6826
refactor(console): move putchar() to console driver
by Claus Pedersen
· 2 years, 11 months ago
885e268
refactor(libc): clean up dependencies in libc
by Claus Pedersen
· 2 years, 11 months ago
831b0e9
Don't return error information from console_flush
by Jimmy Brisson
· 5 years ago
e8ada80
skeletton: Use generic console_t data structure
by Andre Przywara
· 6 years ago
466bb28
coverity: Fix MISRA null pointer violations
by Zelalem
· 5 years ago
f51df47
console: add a flag to prepend '\r' in the multi-console framework
by Masahiro Yamada
· 6 years ago
52e9108
console: update skeleton
by Ambroise Vincent
· 6 years ago
5b6ebee
Remove MULTI_CONSOLE_API flag and references to it
by Ambroise Vincent
· 6 years ago
51e24ec
Console: removed legacy console API
by Ambroise Vincent
· 6 years ago
71892ca
Console: Allow to register multiple times
by Ambroise Vincent
· 6 years ago
be3991c
Console: remove deprecated finish_console_register
by Ambroise Vincent
· 6 years ago
bde2836
Remove several warnings reported with W=2
by Ambroise Vincent
· 6 years ago
e84c871
multi_console: Check functions are not NULL
by Joel Hutton
· 7 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 7 years ago
91b48c9
drivers/console: Reimplement MUTLI_CONSOLE_API framework in C
by Julius Werner
· 7 years ago
985ee0b
drivers/console: Link console framework code by default
by Julius Werner
· 7 years ago
63c52d0
plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support
by Julius Werner
· 7 years ago
cc5859c
Multi-console: Deprecate the `finish_console_register` macro
by Soby Mathew
· 7 years ago
200006d
Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console
by Dimitris Papastamos
· 7 years ago
28bcc45
console: Remove deprecated files
by Antonio Nino Diaz
· 7 years ago
09d2be1
console: Port Multi Console driver to AArch32
by Daniel Boulby
· 7 years ago
d35cc34
Console: Use callee-saved registers
by Sathees Balya
· 7 years ago
8abcdf9
Ensure read and write of flags are 32 bit
by Daniel Boulby
· 7 years ago
c2e05bb
multi console: Assert that consoles aren't registered twice
by Antonio Nino Diaz
· 7 years ago
bc1a03c
Improve MULTI_CONSOLE_API deprecation warnings
by Dan Handley
· 7 years ago
9536bae
Add new function-pointer-based console API
by Julius Werner
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
73e0528
Add console_flush() to console API
by Antonio Nino Diaz
· 8 years ago
66be868
AArch32: Add console driver
by Soby Mathew
· 9 years ago
9c94d3b
Move console drivers to AArch64 folder
by Soby Mathew
· 9 years ago
9400b40
Disable PL011 UART before configuring it
by Juan Castillo
· 10 years ago
c85a15f
Add ret to return from console_uninit() function
by Jimmy Huang
· 10 years ago
487461c
Introduce console_uninit() API in ARM Trusted Firmware
by Soby Mathew
· 10 years ago
0246297
Use uintptr_t as base address type in ARM driver APIs
by Juan Castillo
· 11 years ago
d3b638c
Separate out common console functionality
by Dan Handley
· 10 years ago
4ecca33
Move include and source files to logical locations
by Dan Handley
· 11 years ago
d72f6e3
Move console.c to pl011 specific driver location
by Dan Handley
· 11 years ago
0796fe0
Initialise UART console in all bootloader stages
by Vikram Kanigiri
· 11 years ago
c1df3be
Move console functions out of pl011.c
by Soby Mathew
· 11 years ago