1. 419c578 console/vtxprintf.c: Add <stdarg.h> by Elyes Haouas · 1 year, 11 months ago
  2. 23f2729 console/vtxprintf.c: Use | operator for bit operation instead of + by Elyes Haouas · 1 year, 11 months ago
  3. d0033e3 src/console: Reformat code by Elyes Haouas · 2 years, 3 months ago
  4. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 5 months ago
  5. 826459d console/vtxprintf.c: Add missing <types.h> by Elyes HAOUAS · 3 years, 6 months ago
  6. 0938be9 src/console: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  7. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  8. b706ab3 src/console: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  9. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  10. 540b2ad src/console: Bring back support for printf'ing 64bit ints by Patrick Georgi · 4 years, 9 months ago
  11. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  12. 65244a7 AUTHORS: Move src/console copyrights into AUTHORS file by Martin Roth · 5 years ago
  13. 4c33a3a src: Make implicit fall throughs explicit by Jacob Garber · 5 years ago
  14. 5b99481 console: Correct printing of hexadecimal integers by Jacob Garber · 5 years ago
  15. c764fb2 console: Implement j specifier in vtxprintf() by Jacob Garber · 5 years ago
  16. b19946c console: Remove support for printing extra bases by Jacob Garber · 5 years ago
  17. 393c71c add ctype.h header by Joel Kitching · 5 years ago
  18. 66c77c2 console: Move poor-man's atoi() into string.h by Julius Werner · 5 years ago
  19. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  20. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  21. a418414 src/console: Fix coding style by Elyes HAOUAS · 6 years ago
  22. df3de64 src/console/vtxprintf.c: Remove unneeded 'console.h' include by Elyes HAOUAS · 6 years ago
  23. 2e0f3d7 console/vtxprintf.c: Add required spaces around '>' by Elyes HAOUAS · 6 years ago
  24. 20767ba src/console: Add spaces around '==' by Elyes HAOUAS · 6 years ago
  25. d3bb09d src: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  26. ad6c885 console/vtxprintf.c: cast precision to size_t for string length by Martin Roth · 8 years ago
  27. 3c80408 src/console: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  28. 4e7e987 console/: add missing license headers by Damien Roth · 9 years ago
  29. 9b058467 Avoid 64bit math on MIPS platforms by Vadim Bendebury · 10 years ago
  30. 0ddb826 src/console: Sanitize headers and IS_ENABLED usage by Edward O'Callaghan · 10 years ago
  31. 77f43e9 console: Remove old fix for DEBUG_SMI by Kyösti Mälkki · 11 years ago
  32. b04e0ff console: Simplify vtxprintf by Kyösti Mälkki · 11 years ago
  33. d01ed75 printk: support and use %hh prefix by Patrick Georgi · 11 years ago
  34. f421b33 vtxprintf: Introduce vtxdprintf for the ease of closures by Vladimir Serbinenko · 11 years ago
  35. ae0e8d3 Eliminate do_div(). by David Hendricks · 11 years ago
  36. 79e36d9 Improve how our printk calls do_div by using constants. by Ronald G. Minnich · 12 years ago
  37. bfff6de Implement %zu / %zd in printk by Stefan Reinauer · 12 years ago
  38. 3aa067f Add support to run SMM handler in TSEG instead of ASEG by Stefan Reinauer · 12 years ago
  39. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  40. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  41. 68a564f This patch is what I needed to compile coreboot with LLVM. by Stefan Reinauer · 14 years ago
  42. 52fc6b1 re-order console output functions, add proper prototypes, by Stefan Reinauer · 15 years ago
  43. a9e5821 smaller changes to silence build warnings. (trivial) by Stefan Reinauer · 17 years ago
  44. f3ed1cf - HDAMA boots! by Eric Biederman · 20 years ago
  45. 34e3a14 console code cleanup. by Stefan Reinauer · 20 years ago