1. 85bebe1 refactor(console): disable getc() by default by Sandrine Bailleux · 1 year, 10 months ago
  2. 03bd481 fix(console): correct scopes for console symbols by Yann Gautier · 2 years, 8 months ago
  3. 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
  4. ac71344 console: Integrate UART base address in generic console_t by Andre Przywara · 6 years ago
  5. f51df47 console: add a flag to prepend '\r' in the multi-console framework by Masahiro Yamada · 6 years ago
  6. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  7. 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 6 years ago
  8. 609e053 Remove several warnings reported with W=1 by Ambroise Vincent · 6 years ago
  9. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  10. 0f8aee4 console: Fix console_unregister() signature by Julius Werner · 7 years ago
  11. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  12. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  13. 455bca2 Set console function pointers to const by Daniel Boulby · 7 years ago
  14. 88a0523 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  15. 8abcdf9 Ensure read and write of flags are 32 bit by Daniel Boulby · 7 years ago
  16. bf4698f Revert "plat/arm: Migrate AArch64 port to the multi console driver" by Antonio Nino Diaz · 7 years ago
  17. 2f18aa1 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  18. c2e05bb multi console: Assert that consoles aren't registered twice by Antonio Nino Diaz · 7 years ago
  19. 0e24ea8 qemu: don't use C functions for the crash console callbacks by Michalis Pappas · 7 years ago
  20. 4c746fc qemu: MULTI_CONSOLE_API=0 causes build error by Michalis Pappas · 7 years ago
  21. bc1a03c Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · 7 years ago
  22. 9536bae Add new function-pointer-based console API by Julius Werner · 8 years ago
  23. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  24. 73e0528 Add console_flush() to console API by Antonio Nino Diaz · 8 years ago
  25. 487461c Introduce console_uninit() API in ARM Trusted Firmware by Soby Mathew · 10 years ago
  26. 0246297 Use uintptr_t as base address type in ARM driver APIs by Juan Castillo · 11 years ago
  27. 462c835 Parametrize baudrate and UART clock during console_init() by Soby Mathew · 11 years ago
  28. 4ecca33 Move include and source files to logical locations by Dan Handley · 11 years ago[Renamed from drivers/console/console.h]
  29. b495bde Merge pull request #50 from vikramkanigiri/vk/tf-issues#26 by achingupta · 11 years ago