1. 483edc2 feat(libc): add %X to printf/snprintf by Matt Schulte · 2 years, 1 month ago
  2. 44d9706 feat(libc): add %c to printf/snprintf by Maksims Svecovs · 2 years, 3 months ago
  3. c5862af chore(libc): clean up includes in lib/libc/printf.c by Jorge Troncoso · 2 years, 10 months ago
  4. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 11 months ago
  5. 128c5f0 libc/printf: add support to print "%" character by Heyi Guo · 4 years, 9 months ago
  6. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  7. a08a201 Ensure the flow through switch statements is clear by Daniel Boulby · 7 years ago
  8. d5ccb75 libc: Fix some MISRA defects by Antonio Nino Diaz · 7 years ago
  9. 39b6cc6 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 7 years ago
  10. 870ce3d libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 7 years ago[Renamed (91%) from common/tf_printf.c]
  11. cb6dbfe tf_printf: Return number of printed characters by Antonio Nino Diaz · 7 years ago
  12. 896a590 Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 7 years ago
  13. 84816dc Add support to left-pad with zeroes in tf_printf by Antonio Nino Diaz · 8 years ago
  14. 2d7e828 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · 8 years ago
  15. 6ba71d6 Align tf_printf implementation between AArch32 and AArch64 by dp-arm · 8 years ago
  16. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  17. bc202b4 AArch32: Add tf_printf support by Soby Mathew · 9 years ago
  18. f2f5a7b Differentiate `long` and `long long` formats in tf_printf by Soby Mathew · 9 years ago
  19. bda7701 Add support for %z in tf_print() by Scott Branden · 9 years ago
  20. f0dd061 Add support for %p in tf_printf() by Antonio Nino Diaz · 10 years ago
  21. ba592e2 Fix violations to the coding style by Sandrine Bailleux · 10 years ago
  22. b79af93 Implement a leaner printf for Trusted Firmware by Soby Mathew · 11 years ago