summaryrefslogtreecommitdiff
path: root/drivers/console
Commit message (Expand)AuthorAgeFilesLines
* fix(console): correct scopes for console symbolsYann Gautier2023-01-101-2/+2
* refactor(console): move putchar() to console driverClaus Pedersen2022-10-041-1/+9
* refactor(libc): clean up dependencies in libcClaus Pedersen2022-09-221-0/+1
* Don't return error information from console_flushJimmy Brisson2020-10-093-24/+7
* skeletton: Use generic console_t data structureAndre Przywara2020-02-252-8/+8
* coverity: Fix MISRA null pointer violationsZelalem2020-02-051-4/+4
* console: add a flag to prepend '\r' in the multi-console frameworkMasahiro Yamada2019-08-191-1/+15
* console: update skeletonAmbroise Vincent2019-07-162-64/+132
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-282-6/+0
* Console: removed legacy console APIAmbroise Vincent2019-06-264-249/+0
* Console: Allow to register multiple timesAmbroise Vincent2019-04-241-2/+4
* Console: remove deprecated finish_console_registerAmbroise Vincent2019-04-031-1/+0
* Remove several warnings reported with W=2Ambroise Vincent2019-04-011-3/+3
* multi_console: Check functions are not NULLJoel Hutton2019-01-251-4/+4
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-0/+1
* drivers/console: Reimplement MUTLI_CONSOLE_API framework in CJulius Werner2018-12-063-651/+122
* drivers/console: Link console framework code by defaultJulius Werner2018-12-064-2/+14
* plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API supportJulius Werner2018-12-061-0/+1
* Multi-console: Deprecate the `finish_console_register` macroSoby Mathew2018-10-191-2/+7
* Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_ConsoleDimitris Papastamos2018-10-043-100/+435
|\
| * console: Port Multi Console driver to AArch32Daniel Boulby2018-09-213-100/+435
* | console: Remove deprecated filesAntonio Nino Diaz2018-09-282-18/+0
|/
* Console: Use callee-saved registersSathees Balya2018-08-151-67/+84
* Ensure read and write of flags are 32 bitDaniel Boulby2018-05-171-3/+3
* multi console: Assert that consoles aren't registered twiceAntonio Nino Diaz2018-05-111-3/+50
* Improve MULTI_CONSOLE_API deprecation warningsDan Handley2018-03-011-1/+2
* Add new function-pointer-based console APIJulius Werner2017-12-124-156/+504
* Use SPDX license identifiersdp-arm2017-05-036-150/+6
* Add console_flush() to console APIAntonio Nino Diaz2017-03-314-4/+77
* AArch32: Add console driverSoby Mathew2016-08-102-0/+225
* Move console drivers to AArch64 folderSoby Mathew2016-08-094-161/+227
* Disable PL011 UART before configuring itJuan Castillo2016-01-211-1/+1
* Add ret to return from console_uninit() functionJimmy Huang2016-01-041-0/+1
* Introduce console_uninit() API in ARM Trusted FirmwareSoby Mathew2015-12-091-0/+15
* Use uintptr_t as base address type in ARM driver APIsJuan Castillo2015-07-092-4/+4
* Separate out common console functionalityDan Handley2015-04-282-0/+203
* Move include and source files to logical locationsDan Handley2014-05-061-39/+0
* Move console.c to pl011 specific driver locationDan Handley2014-04-141-89/+0
* Initialise UART console in all bootloader stagesVikram Kanigiri2014-03-261-1/+13
* Move console functions out of pl011.cSoby Mathew2014-03-262-0/+116