1. e84c871 multi_console: Check functions are not NULL by Joel Hutton · 6 years ago
  2. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  3. 91b48c9 drivers/console: Reimplement MUTLI_CONSOLE_API framework in C by Julius Werner · 6 years ago
  4. 985ee0b drivers/console: Link console framework code by default by Julius Werner · 6 years ago
  5. 63c52d0 plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support by Julius Werner · 6 years ago
  6. cc5859c Multi-console: Deprecate the `finish_console_register` macro by Soby Mathew · 6 years ago
  7. 200006d Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · 6 years ago
  8. 28bcc45 console: Remove deprecated files by Antonio Nino Diaz · 6 years ago
  9. 09d2be1 console: Port Multi Console driver to AArch32 by Daniel Boulby · 6 years ago
  10. d35cc34 Console: Use callee-saved registers by Sathees Balya · 6 years ago
  11. 8abcdf9 Ensure read and write of flags are 32 bit by Daniel Boulby · 6 years ago
  12. c2e05bb multi console: Assert that consoles aren't registered twice by Antonio Nino Diaz · 6 years ago
  13. bc1a03c Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · 6 years ago
  14. 9536bae Add new function-pointer-based console API by Julius Werner · 7 years ago
  15. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  16. 73e0528 Add console_flush() to console API by Antonio Nino Diaz · 8 years ago
  17. 66be868 AArch32: Add console driver by Soby Mathew · 8 years ago
  18. 9c94d3b Move console drivers to AArch64 folder by Soby Mathew · 8 years ago
  19. 9400b40 Disable PL011 UART before configuring it by Juan Castillo · 9 years ago
  20. c85a15f Add ret to return from console_uninit() function by Jimmy Huang · 9 years ago
  21. 487461c Introduce console_uninit() API in ARM Trusted Firmware by Soby Mathew · 9 years ago
  22. 0246297 Use uintptr_t as base address type in ARM driver APIs by Juan Castillo · 10 years ago
  23. d3b638c Separate out common console functionality by Dan Handley · 9 years ago
  24. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago
  25. d72f6e3 Move console.c to pl011 specific driver location by Dan Handley · 10 years ago
  26. 0796fe0 Initialise UART console in all bootloader stages by Vikram Kanigiri · 10 years ago
  27. c1df3be Move console functions out of pl011.c by Soby Mathew · 10 years ago