aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/console.h
AgeCommit message (Expand)Author
2020-02-25console: Integrate UART base address in generic console_tAndre Przywara
2019-08-19console: add a flag to prepend '\r' in the multi-console frameworkMasahiro Yamada
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-06-28Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent
2019-04-01Remove several warnings reported with W=1Ambroise Vincent
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-12-06console: Fix console_unregister() signatureJulius Werner
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-07-30Set console function pointers to constDaniel Boulby
2018-06-19plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz
2018-05-17Ensure read and write of flags are 32 bitDaniel Boulby
2018-05-15Revert "plat/arm: Migrate AArch64 port to the multi console driver"Antonio Nino Diaz
2018-05-11plat/arm: Migrate AArch64 port to the multi console driverAntonio Nino Diaz
2018-05-11multi console: Assert that consoles aren't registered twiceAntonio Nino Diaz
2018-03-31qemu: don't use C functions for the crash console callbacksMichalis Pappas
2018-03-24qemu: MULTI_CONSOLE_API=0 causes build errorMichalis Pappas
2018-03-01Improve MULTI_CONSOLE_API deprecation warningsDan Handley
2017-12-12Add new function-pointer-based console APIJulius Werner
2017-05-03Use SPDX license identifiersdp-arm
2017-03-31Add console_flush() to console APIAntonio Nino Diaz
2015-12-09Introduce console_uninit() API in ARM Trusted FirmwareSoby Mathew
2015-07-09Use uintptr_t as base address type in ARM driver APIsJuan Castillo
2014-07-28Parametrize baudrate and UART clock during console_init()Soby Mathew
2014-05-06Move include and source files to logical locationsDan Handley