1. 86545f7 libpayload: Add simple hexdump function by Ronald G. Minnich · 11 years ago
  2. 5c0b7ab libpayload: Generalize and redistribute timekeeping code by Gabe Black · 11 years ago
  3. 8e7d7fd libpayload: Add a function to retrieve the rows and cols of the video console. by Gabe Black · 12 years ago
  4. dd9e4e5 libpayload: Separate video initialization and the video console. by Gabe Black · 12 years ago
  5. a54b6a6 libpayload: Add support for the CBMEM in memory console. by Gabe Black · 12 years ago
  6. 54c800a Move the definition of ipchksum into its own header file. by Gabe Black · 12 years ago
  7. 1f6bd94 libpayload: New AHCI, ATA and ATAPI drivers by Nico Huber · 12 years ago
  8. 08ed5a8 libpayload: Extend CMOS access library by Patrick Georgi · 12 years ago
  9. d6a6eef libpayload: enforce const correctness for CMOS getter/setter by Mathias Krause · 12 years ago
  10. 0a59511 libpayload: Add iterators for CMOS variables by Patrick Georgi · 13 years ago
  11. 56f468d libpayload: Expose options_checksum_valid by Patrick Georgi · 13 years ago
  12. da59f9a libpayload: Provide interpretation of CMOS data structures by Patrick Georgi · 13 years ago
  13. 5febb00 libpayload: Add access to CMOS images in memory space by Patrick Georgi · 12 years ago
  14. 317ca0d libpayload: Refactor highlevel CMOS access by Patrick Georgi · 13 years ago
  15. 44bf6fc Let lib_get_sysinfo() pass through the success of get_coreboot_info() by Philip Prindeville · 13 years ago
  16. dbde809 libpayload: add set_option() function by Patrick Georgi · 13 years ago
  17. bbc5231 libpayload: Implement usb_exit by Patrick Georgi · 13 years ago
  18. c230058 libpayload: Add get_option_from() by Patrick Georgi · 13 years ago
  19. 7f96583 Reduce warnings/errors in libpayload when using picky compiler options by Patrick Georgi · 13 years ago
  20. 4e67731 Allow libpayload to use an OXPCIe 952 card on systems without by Stefan Reinauer · 13 years ago
  21. 59a1b7f libpayload: Add function to fix CMOS checksum. by Stefan Reinauer · 14 years ago
  22. 857a778 become more standard with libpayload headers. PATH_MAX belongs in limits.h, by Stefan Reinauer · 14 years ago
  23. 980a69b Attached patch moves functions out of the huge libpayload.h into headers by Patrick Georgi · 14 years ago
  24. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  25. e5d30b7 by Stefan Reinauer · 14 years ago
  26. 1beabe1 make keyboard reset driver generic (not pc keyboard driver dependent) by Stefan Reinauer · 14 years ago
  27. 6c6e433 [PATCH] Add sysinfo_have_multiboot function by Jordan Crouse · 16 years ago
  28. 657a6dc This patch removes most of the #ifdefs in libc/console.c, and by Patrick Georgi · 16 years ago
  29. c53cdd7 [PATCH] libpayload: Add a strtoul() function by Jordan Crouse · 16 years ago
  30. 20c9cf1 [PATCH] libpayload: Add multiboot support by Jordan Crouse · 16 years ago
  31. 4727c07 - reduced memory requirements a lot (from >100kb/controller to by Patrick Georgi · 16 years ago
  32. 4151439 * Add strsep (since strtok is considered obsolete) by Stefan Reinauer · 16 years ago
  33. d84ef1e * add keyboard layout support to libpayload by Stefan Reinauer · 16 years ago
  34. e75c3d8 * factor out serial hardware init by Stefan Reinauer · 16 years ago
  35. d57a680 Add support for curses color output over serial. by Ulf Jordan · 16 years ago
  36. 5ccfa1a Add memalign(align, size). by Patrick Georgi · 16 years ago
  37. 3153863 Various Doxygen-related fixes in libpayload (trivial). by Uwe Hermann · 16 years ago
  38. 0e6ad6b fix typo by Paul Menzel · 16 years ago
  39. b746178 [PATCH]: libpayload: Document the architecture specific routines by Jordan Crouse · 16 years ago
  40. 617120c [PATCH]: libpayload: Document readline by Jordan Crouse · 16 years ago
  41. e2ad806 [PATCH]: libpayload: Document include/libpayload.h by Jordan Crouse · 16 years ago
  42. 3a48bdc libpayload: Expand doxygen definitions by Jordan Crouse · 16 years ago
  43. 3b9d1b8 fix string function prototypes in libpayload according to sysv/4.3bsd. by Stefan Reinauer · 16 years ago
  44. b0d3e71 A missing semicolon prevents libpayload to compile, this patch fixes that. by Jakob Bornecrantz · 16 years ago
  45. 99c0856 by Stefan Reinauer · 16 years ago
  46. 6e51cee * add readline() * add fatal() by Stefan Reinauer · 16 years ago
  47. 59fb9a2b add functions to query cursor position to video layer by Stefan Reinauer · 16 years ago
  48. 11e45cd trivial fix: ipchksum takes an unspecified input blob, not explicitly a number of shorts. by Stefan Reinauer · 16 years ago
  49. b4d4bac Add support for line drawing characters and the alternate character set. by Ulf Jordan · 16 years ago
  50. 12e2726 No really, _these_ should be the last occurences of CONFIG_ without by Jordan Crouse · 16 years ago
  51. 6828569 Fix signedness problem in memcmp. by Ulf Jordan · 16 years ago
  52. e55b32a Update the kconfig copy in libpayload to a much more recent one. Among by Uwe Hermann · 16 years ago
  53. 83233d0 Add missing #include. by Uwe Hermann · 16 years ago
  54. 3b47065 libpayload: Support curses for serial by Jordan Crouse · 16 years ago
  55. fc697ad libpayload: Add PAYLOAD_INFO macro by Jordan Crouse · 16 years ago
  56. 9e734c2 libpayload: Add a function to verify the checksum on a LAR file by Jordan Crouse · 16 years ago
  57. 9dac1b4 libpayload: Add an exec() and i386_do_exec() function by Jordan Crouse · 16 years ago
  58. 5069808 libpayload: Add larfptr function by Jordan Crouse · 16 years ago
  59. 681ec27 libpayload: Add LAR walking support by Jordan Crouse · 16 years ago
  60. e227143 libpayload: Add gettimeofday() and friends by Jordan Crouse · 16 years ago
  61. 63f181f libpayload: Enable keyboard translation so that we can use scancode set 1 by Jordan Crouse · 16 years ago
  62. be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
  63. 72199bc Rewrite and filling of libc/ctype.c (thus adjusting copyright line). by Uwe Hermann · 16 years ago
  64. b103345 Convert BIN2HEX/HEX2BIN to functions and add the abs() family by Uwe Hermann · 16 years ago
  65. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  66. 234e87f libpayload: Support functions for Geode by Jordan Crouse · 16 years ago
  67. 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago
  68. c5a78ac Add missing prototypes for libc/rand.c functions (trivial). by Uwe Hermann · 16 years ago
  69. 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 16 years ago
  70. 4eb5089 Add rand/rand_r/srand functions for generating pseudo-random bytes. by Uwe Hermann · 16 years ago
  71. 1bee6f9 Add BIN2HEX and HEX2BIN macros (trivial). by Uwe Hermann · 16 years ago
  72. 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 16 years ago
  73. 0a89625 Add missing snprintf() to libc/printf.c (trivial). by Uwe Hermann · 16 years ago
  74. b642e6d Rename drivers/cmos.c to drivers/nvram.c (trivial). by Uwe Hermann · 16 years ago
  75. c16d24e Due to popular demand, rename "CMOS" to "NVRAM" (trivial). by Uwe Hermann · 16 years ago
  76. 8cc38d2 Add initial support for some basic CMOS read/write functions and the by Uwe Hermann · 16 years ago
  77. 661e380 Cosmetics, fix typos (trivial). by Uwe Hermann · 16 years ago
  78. 14a3feb Fix code to allow usage of -Wall in libpayload and the sample (trivial). by Uwe Hermann · 16 years ago
  79. dc69e05 Make the list of functions in libpayload.h more complete (trivial). by Uwe Hermann · 16 years ago
  80. f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago