summaryrefslogtreecommitdiff
path: root/include/drivers/console.h
Commit message (Expand)AuthorAgeFilesLines
* fix(console): correct scopes for console symbolsYann Gautier2023-01-101-1/+3
* Don't return error information from console_flushJimmy Brisson2020-10-091-3/+3
* console: Integrate UART base address in generic console_tAndre Przywara2020-02-251-1/+3
* console: add a flag to prepend '\r' in the multi-console frameworkMasahiro Yamada2019-08-191-2/+3
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-281-7/+0
* Remove several warnings reported with W=1Ambroise Vincent2019-04-011-4/+5
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-2/+4
* console: Fix console_unregister() signatureJulius Werner2018-12-061-2/+3
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-4/+3
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+1
* Set console function pointers to constDaniel Boulby2018-07-301-3/+3
* plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz2018-06-191-3/+3
* Ensure read and write of flags are 32 bitDaniel Boulby2018-05-171-1/+5
* Revert "plat/arm: Migrate AArch64 port to the multi console driver"Antonio Nino Diaz2018-05-151-3/+3
* plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz2018-05-111-3/+3
* multi console: Assert that consoles aren't registered twiceAntonio Nino Diaz2018-05-111-1/+6
* qemu: don't use C functions for the crash console callbacksMichalis Pappas2018-03-311-2/+0
* qemu: MULTI_CONSOLE_API=0 causes build errorMichalis Pappas2018-03-241-0/+2
* Improve MULTI_CONSOLE_API deprecation warningsDan Handley2018-03-011-4/+4
* Add new function-pointer-based console APIJulius Werner2017-12-121-4/+59
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Add console_flush() to console APIAntonio Nino Diaz2017-03-311-1/+2
* Introduce console_uninit() API in ARM Trusted FirmwareSoby Mathew2015-12-091-0/+1
* Use uintptr_t as base address type in ARM driver APIsJuan Castillo2015-07-091-1/+3
* Parametrize baudrate and UART clock during console_init()Soby Mathew2014-07-281-1/+2
* Move include and source files to logical locationsDan Handley2014-05-061-0/+39