40 Commits (abc2919c6c02994824d3ca33c36e2bd8c5b3ea73)

Author SHA1 Message Date
Yann Gautier 03bd48102b fix(console): correct scopes for console symbols 2 years ago
Claus Pedersen e0b6826e44 refactor(console): move putchar() to console driver 2 years ago
Claus Pedersen 885e268304 refactor(libc): clean up dependencies in libc 2 years ago
Jimmy Brisson 831b0e9824 Don't return error information from console_flush 4 years ago
Andre Przywara e8ada80a84 skeletton: Use generic console_t data structure 5 years ago
Zelalem 466bb285c6 coverity: Fix MISRA null pointer violations 5 years ago
Masahiro Yamada f51df47572 console: add a flag to prepend '\r' in the multi-console framework 5 years ago
Ambroise Vincent 52e91081a9 console: update skeleton 6 years ago
Ambroise Vincent 5b6ebeec9c Remove MULTI_CONSOLE_API flag and references to it 6 years ago
Ambroise Vincent 51e24ec2c6 Console: removed legacy console API 6 years ago
Ambroise Vincent 71892ca331 Console: Allow to register multiple times 6 years ago
Ambroise Vincent be3991c0c3 Console: remove deprecated finish_console_register 6 years ago
Ambroise Vincent bde2836fcc Remove several warnings reported with W=2 6 years ago
Joel Hutton e84c871391 multi_console: Check functions are not NULL 6 years ago
Antonio Nino Diaz 09d40e0e08 Sanitise includes across codebase 6 years ago
Julius Werner 91b48c9f8f drivers/console: Reimplement MUTLI_CONSOLE_API framework in C 6 years ago
Julius Werner 985ee0b7e8 drivers/console: Link console framework code by default 6 years ago
Julius Werner 63c52d0071 plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support 6 years ago
Soby Mathew cc5859ca19 Multi-console: Deprecate the `finish_console_register` macro 6 years ago
Antonio Nino Diaz 28bcc45ec0 console: Remove deprecated files 6 years ago
Daniel Boulby 09d2be11a1 console: Port Multi Console driver to AArch32 6 years ago
Sathees Balya d35cc347db Console: Use callee-saved registers 6 years ago
Daniel Boulby 8abcdf921a Ensure read and write of flags are 32 bit 7 years ago
Antonio Nino Diaz c2e05bb78c multi console: Assert that consoles aren't registered twice 7 years ago
Dan Handley bc1a03c7a6 Improve MULTI_CONSOLE_API deprecation warnings 7 years ago
Julius Werner 9536bae6df Add new function-pointer-based console API 7 years ago
dp-arm 82cb2c1ad9 Use SPDX license identifiers 8 years ago
Antonio Nino Diaz 73e052846a Add console_flush() to console API 8 years ago
Soby Mathew 66be868e9a AArch32: Add console driver 9 years ago
Soby Mathew 9c94d3b326 Move console drivers to AArch64 folder 8 years ago
Juan Castillo 9400b40ea4 Disable PL011 UART before configuring it 9 years ago
Jimmy Huang c85a15fcbe Add ret to return from console_uninit() function 9 years ago
Soby Mathew 487461cb6e Introduce console_uninit() API in ARM Trusted Firmware 9 years ago
Juan Castillo 02462972c9 Use uintptr_t as base address type in ARM driver APIs 10 years ago
Dan Handley d3b638cb4a Separate out common console functionality 10 years ago
Dan Handley 4ecca33988 Move include and source files to logical locations 11 years ago
Dan Handley d72f6e31b0 Move console.c to pl011 specific driver location 11 years ago
Vikram Kanigiri 0796fe01f8 Initialise UART console in all bootloader stages 11 years ago
Soby Mathew c1df3be7dd Move console functions out of pl011.c 11 years ago