aboutsummaryrefslogtreecommitdiff
path: root/drivers/console
AgeCommit message (Expand)Author
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-12-06drivers/console: Reimplement MUTLI_CONSOLE_API framework in CJulius Werner
2018-12-06drivers/console: Link console framework code by defaultJulius Werner
2018-12-06plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API supportJulius Werner
2018-10-19Multi-console: Deprecate the `finish_console_register` macroSoby Mathew
2018-10-04Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_ConsoleDimitris Papastamos
2018-09-28console: Remove deprecated filesAntonio Nino Diaz
2018-09-21console: Port Multi Console driver to AArch32Daniel Boulby
2018-08-15Console: Use callee-saved registersSathees Balya
2018-05-17Ensure read and write of flags are 32 bitDaniel Boulby
2018-05-11multi console: Assert that consoles aren't registered twiceAntonio Nino Diaz
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
2016-08-10AArch32: Add console driverSoby Mathew
2016-08-09Move console drivers to AArch64 folderSoby Mathew
2016-01-21Disable PL011 UART before configuring itJuan Castillo
2016-01-04Add ret to return from console_uninit() functionJimmy Huang
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
2015-04-28Separate out common console functionalityDan Handley
2014-05-06Move include and source files to logical locationsDan Handley
2014-04-14Move console.c to pl011 specific driver locationDan Handley
2014-03-26Initialise UART console in all bootloader stagesVikram Kanigiri
2014-03-26Move console functions out of pl011.cSoby Mathew