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