1. 746c0af feat(libc): add printf support for space padding by Juan Pablo Conde · 8 months ago
  2. 50851f0 feat(libc): add %X to printf/snprintf by Matt Schulte · 12 months ago
  3. bed5521 feat(libc): add %c to printf/snprintf by Maksims Svecovs · 1 year, 2 months ago
  4. a7538dc chore(libc): clean up includes in lib/libc/printf.c by Jorge Troncoso · 1 year, 9 months ago
  5. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · 1 year, 9 months ago
  6. eb250ed libc/printf: add support to print "%" character by Heyi Guo · 3 years, 8 months ago
  7. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  8. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  9. 2e74f9b libc: Fix some MISRA defects by Antonio Nino Diaz · 6 years ago
  10. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  11. c0c8eb6 libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 6 years ago[Renamed (91%) from common/tf_printf.c]
  12. f440708 tf_printf: Return number of printed characters by Antonio Nino Diaz · 6 years ago
  13. fef5d2d Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 6 years ago
  14. 18c7353 Add support to left-pad with zeroes in tf_printf by Antonio Nino Diaz · 7 years ago
  15. f583a06 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · 7 years ago
  16. aba6fac Align tf_printf implementation between AArch32 and AArch64 by dp-arm · 7 years ago
  17. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  18. 0691d97 AArch32: Add tf_printf support by Soby Mathew · 8 years ago
  19. f62d546 Differentiate `long` and `long long` formats in tf_printf by Soby Mathew · 8 years ago
  20. 57bd75c Add support for %z in tf_print() by Scott Branden · 8 years ago
  21. b3a0a7b Add support for %p in tf_printf() by Antonio Nino Diaz · 8 years ago
  22. a64a854 Fix violations to the coding style by Sandrine Bailleux · 9 years ago
  23. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago