1. f58746b libpayload: Fix default_memmove() implementation by Nico Huber · 9 years ago
  2. 7db6cef libpayload: Fix compile error in time.c if nvram support is disabled by Patrick Georgi · 9 years ago
  3. f61b35d libpayload: store boot media information in sysinfo by Patrick Georgi · 9 years ago
  4. 89f73dc libpayload: Add support for handling fmaps by Patrick Georgi · 9 years ago
  5. 1b4d394 libpayload: Make Kconfig bools use IS_ENABLED() by Stefan Reinauer · 9 years ago
  6. 3cec871 libpayload: Parse MTC and fill mtc_start and mtc_size by Furquan Shaikh · 9 years ago
  7. cacf723 libpayload: retire LAR support by Patrick Georgi · 9 years ago
  8. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  9. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  10. da262a63 libpayload: cros: add serial number from coreboot table by Stephen Barber · 9 years ago
  11. 6addd40 libpayload: Take flash parameters from coreboot by Dan Ehrenberg · 10 years ago
  12. 272afe8 libpayload: Add RAM code to sysinfo_t by David Hendricks · 10 years ago
  13. 6b322cc libpayload: Add support for parsing RAMOOPS range from coreboot by Furquan Shaikh · 10 years ago
  14. 522f9c6 libpayload: make wifi calibration table available through sysinfo by Vadim Bendebury · 10 years ago
  15. e63990e libpayload: provide basic 64bit division implementation by Vadim Bendebury · 10 years ago
  16. 2a0f8cd libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication by Vadim Bendebury · 10 years ago
  17. b7d7412 libpayload: cros: include mac addresses in coreboot table by Vadim Bendebury · 10 years ago
  18. 864ec8c libpayload: Consolidate coreboot table parsing by Vadim Bendebury · 10 years ago
  19. 8dd4f98 libpayload console: Add check for already existing driver by Furquan Shaikh · 10 years ago
  20. 7aebf32 libpayload: UTF-16LE to ASCII conversion by Dan Ehrenberg · 10 years ago
  21. 8bbd04e libpayload: special case large memalign() requests by Aaron Durbin · 9 years ago
  22. 04a5b48 Use ALIGN_UP instead of manual alignment by Patrick Georgi · 9 years ago
  23. 1c5cdad libpayload: improve us timer accuracy by Vadim Bendebury · 10 years ago
  24. dbadb1d libpayload: Reorder default memcpy, speed up memset and memcmp by Julius Werner · 10 years ago
  25. 43e1030 libpayload: Add ability to unregister output driver by Julius Werner · 10 years ago
  26. 79a591f libpayload: Fix pointer related casts by Furquan Shaikh · 10 years ago
  27. 7086ea9 libpayload: fix printf handling of unsigned long long by Patrick Georgi · 10 years ago
  28. 2fe505b libpayload: console: Allow output drivers to print whole strings at once by Julius Werner · 10 years ago
  29. cc47d9d libpayload: hexdump: Use `p` as conversion specifier for pointers by Paul Menzel · 10 years ago
  30. ccf53af libpayload/libc/hexdump.c: Take `const void *memory` as argument by Paul Menzel · 10 years ago
  31. 125a6a2 libpayload: Add a timer_us() function. by Gabe Black · 11 years ago
  32. 7c7b5ff libpayload: Add a new "die" function to fatally signal programming errors. by Gabe Black · 11 years ago
  33. 9665d38 libpayload: dma_malloc: Prevent warm reboot problems and add debugging by Julius Werner · 11 years ago
  34. 509c37e libpayload: Make EHCI driver cache-aware by Julius Werner · 11 years ago
  35. b8fad3d arm: libpayload: Add cache coherent DMA memory definition and management by Julius Werner · 11 years ago
  36. 0f027e4 libpayload: hexdump.c: Change type of length argument to size_t by Paul Menzel · 10 years ago
  37. 9ed8a82 serial: Separate the serial hardware init and the serial console init. by Gabe Black · 11 years ago
  38. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  39. 562db3b libpayload: find source of input characters by Luigi Semenzato · 10 years ago
  40. dcac162 libpayload: Include hexdump.c in the Makefile so it gets built by Gabe Black · 11 years ago
  41. 86545f7 libpayload: Add simple hexdump function by Ronald G. Minnich · 11 years ago
  42. 25dd247 libpayload: Set heap's header size to 64-bit by Nico Huber · 11 years ago
  43. 2d4b4ca libpayload: Make heap code independent of its header size by Nico Huber · 11 years ago
  44. c9246da libpayload: Add strerror by Stefan Tauner · 11 years ago
  45. 3509ad3 libpayload: Fix whitespace errors by Stefan Tauner · 11 years ago
  46. e21f5e1 libpayload: fix size_t handling by Stefan Reinauer · 11 years ago
  47. 5c0b7ab libpayload: Generalize and redistribute timekeeping code by Gabe Black · 11 years ago
  48. 613c0f6 libpayload: Stub out time keeping functions for ARM as well by Gabe Black · 11 years ago
  49. 2cc105c libpayload: get time to compile cross-arch by Ronald G. Minnich · 11 years ago
  50. c1ee864 libpayload: make functions static that are unused outside memory.c by Ronald G. Minnich · 11 years ago
  51. 8af0d03 libpayload: Initial ARMv7 port by Stefan Reinauer · 12 years ago
  52. 4b6be98 Change TARGET_I386 to ARCH_X86 by David Hendricks · 12 years ago
  53. 3665ace libpayload: Remove unused FLAG_USED from memory allocator by Nico Huber · 12 years ago
  54. 7a32e88 libpayload: Fix memalign() for fragmented alignment regions by Nico Huber · 12 years ago
  55. a54b6a6 libpayload: Add support for the CBMEM in memory console. by Gabe Black · 12 years ago
  56. 0af03d2 Refactor the endianness conversion functions and header files. by Gabe Black · 12 years ago
  57. c324794 libpayload: Make the symbols in memory.c weak so they can be overridden. by Gabe Black · 12 years ago
  58. 6efbebd libpayload: avoid excessive casts in printf.c by Mathias Krause · 12 years ago
  59. 67997d3 libpayload: minor cleanups by Mathias Krause · 12 years ago
  60. ccee625 Fix libpayload alloc() size and gcc pointer optimization problems. by Marc Jones · 12 years ago
  61. 987e883 Make libpayload alloc() memory pointers volatile by Marc Jones · 12 years ago
  62. e11835e libpayload: remove trailing whitespace and run dos2unix by Stefan Reinauer · 13 years ago
  63. c643fdd libpayload: Some more compatibility (for flashrom) by Patrick Georgi · 13 years ago
  64. 6de1ee4a libpayload: Add liblzma, libcbfs by Patrick Georgi · 13 years ago
  65. dd3e690 libpayload: Provide dummy getenv() by Patrick Georgi · 13 years ago
  66. 537cacf libpayload: Add qsort() by Patrick Georgi · 13 years ago
  67. c3c827c libpayload: Provide atol(), malloc.h by Patrick Georgi · 13 years ago
  68. 163e220 libpayload: Implement strlcpy by Patrick Georgi · 13 years ago
  69. 7f96583 Reduce warnings/errors in libpayload when using picky compiler options by Patrick Georgi · 13 years ago
  70. b3db79e Use coreboot build system for libpayload, too. by Patrick Georgi · 13 years ago
  71. 13c16cb libpayload: Fix documentation by Patrick Georgi · 13 years ago
  72. 3eb5e4e libpayload: fix string-to-numeric functions for base > 10 by Patrick Georgi · 13 years ago
  73. d08996e libpayload: Implement ffs() by Patrick Georgi · 13 years ago
  74. c977c7d libpayload: Move stdin/stdout/stderr away from headers by Patrick Georgi · 13 years ago
  75. b912289 Use fprintf(stderr, ...) in library by Patrick Georgi · 13 years ago
  76. cd913bd Stub out FILE*, stdout/stdin/stderr and implement fprintf on these by Patrick Georgi · 13 years ago
  77. e914b50 Changes to str*cmp functions. Fixes a couple more corner cases. by Liu Tao · 14 years ago
  78. 154931c Fix strcmp and strncmp. They failed in several important scenarios by Patrick Georgi · 14 years ago
  79. 980a69b Attached patch moves functions out of the huge libpayload.h into headers by Patrick Georgi · 14 years ago
  80. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  81. e5d30b7 by Stefan Reinauer · 14 years ago
  82. 052d591 fix buggy comment in libpayload's strncat function by Stefan Reinauer · 15 years ago
  83. 8f95eda oops, these two were missed in the last cleanup. by Stefan Reinauer · 15 years ago
  84. 5fe6e23 Catch various cases in libpayload where malloc() or memalign() return NULL by Stefan Reinauer · 15 years ago
  85. d385ed2 This change adds PPC support to libpayload, and hooks it up in the build by Patrick Georgi · 15 years ago
  86. 1ff26a7 working memalign version for libpayload. This fixes problems with the USB stack by Stefan Reinauer · 15 years ago
  87. 0ae0bce don't initialize "in" as it is initialized again one line below. by Stefan Reinauer · 15 years ago
  88. 76b5d20 getopt for libpayload. in case someone wants to pass parameters to payloads and by Stefan Reinauer · 15 years ago
  89. 0d348f9 fix strstr. Seems the function never worked before, except the searched by Stefan Reinauer · 15 years ago
  90. ac29d61 fix a potential null pointer reference in strdup (as found by Patrick Georgi) by Stefan Reinauer · 15 years ago
  91. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  92. 6c6e433 [PATCH] Add sysinfo_have_multiboot function by Jordan Crouse · 16 years ago
  93. 657a6dc This patch removes most of the #ifdefs in libc/console.c, and by Patrick Georgi · 16 years ago
  94. c53cdd7 [PATCH] libpayload: Add a strtoul() function by Jordan Crouse · 16 years ago
  95. 4727c07 - reduced memory requirements a lot (from >100kb/controller to by Patrick Georgi · 16 years ago
  96. 4151439 * Add strsep (since strtok is considered obsolete) by Stefan Reinauer · 16 years ago
  97. 5ccfa1a Add memalign(align, size). by Patrick Georgi · 16 years ago
  98. 3153863 Various Doxygen-related fixes in libpayload (trivial). by Uwe Hermann · 16 years ago
  99. fc58b7e [PATCH]: libpayload: Document time functions by Jordan Crouse · 16 years ago
  100. 617120c [PATCH]: libpayload: Document readline by Jordan Crouse · 16 years ago