1. d61350c libpayload: malloc: Change memcpy() to memmove() in realloc by Julius Werner · 4 years, 5 months ago
  2. 824b4b8 payloads: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  3. 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 4 years, 9 months ago
  4. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  5. 006eb9d libpayload: refactor fetching cbmem pointers by Patrick Georgi · 4 years, 11 months ago
  6. 3d4923d libpayload: Add fmap_cache to sysinfo_t by Furquan Shaikh · 5 years ago
  7. db7f6fb Add buffer_to/from_fifo32(_prefix) helpers by Julius Werner · 5 years ago
  8. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  9. 5f914dc libpayload/libc: Use size_t for lengths and indices by Jacob Garber · 5 years ago
  10. c3feebb libpayload/libc: Tidy utf16le_to_ascii by Jacob Garber · 5 years ago
  11. 768db4f libpayload/libc: Correct strlcat return value by Jacob Garber · 5 years ago
  12. 5f7b116 libpayload: Enable -Wimplicit-fallthrough by Jacob Garber · 5 years ago
  13. ddf2bc5 coreboot_tables: pass the early_mmc_wake_hw status to payload by Bora Guvendik · 6 years ago
  14. 0de2fa0 libpayload: Deduplicate strtol and strtoull by Julius Werner · 5 years ago
  15. f5b76fe libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archs by Julius Werner · 8 years ago
  16. 78134b0 libpayload: strtoull: Fix edge case bug with *endptr by Julius Werner · 5 years ago
  17. 8d0f599 vboot: make vboot workbuf available to payload by Joel Kitching · 5 years ago
  18. eab2a29 payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  19. b2566f2 libpayload: add memchr to libc by Philipp Hug · 6 years ago
  20. d63627f libpayload/libc/time: Add an arch_ndelay() by Raul E Rangel · 6 years ago
  21. 44cff7a cbtable: remove chromeos_acpi from cbtable by Joel Kitching · 6 years ago
  22. 75b1f76 cbmem: rename vdat to chromeos_acpi by Joel Kitching · 6 years ago
  23. f38a10f libpayload: Add SKU ID coreboot table support by Julius Werner · 7 years ago
  24. 2e029ac libpayload: Minor board ID / RAM code cleanups by Julius Werner · 7 years ago
  25. b016f14 libpayload: add time() by Nicola Corna · 7 years ago
  26. 50ab84f libpayload: Clean up unaligned memset() support by Nico Huber · 7 years ago
  27. 148a7a6 libpayload: Fix unaligned buffer logic in default_memset by Marshall Dawson · 7 years ago
  28. 5b8987a libpayload: Support unaligned pointer for memcpy, memmove and memcmp by Jeremy Compostella · 7 years ago
  29. 54db255 libpayload: Support unaligned pointers for memset by Jeremy Compostella · 7 years ago
  30. e81ce04 payloads: change coreboot to lowercase by Martin Roth · 7 years ago
  31. 342f5f8 libpayload/libc/console: Flush input driver buffer on init by Furquan Shaikh · 7 years ago
  32. b6cadc6 libpayload: Add VPD address into lib_sysinfo by Kan Yan · 8 years ago
  33. 3ab8ce5 libpayload: Fix strtok_r by Jeremy Compostella · 8 years ago
  34. e8c4133 libpayload: Drop superfluous "continue" by Patrick Georgi · 8 years ago
  35. a4fbc38 libpayload/libc: Fix memset/sizeof usage by Jonathan Neuschäfer · 8 years ago
  36. 8fda044 libpayload: Drop CONFIG_LP_CHROMEOS by Stefan Reinauer · 8 years ago
  37. 152e5a0 libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSC by Aaron Durbin · 9 years ago
  38. f58746b libpayload: Fix default_memmove() implementation by Nico Huber · 9 years ago
  39. 7db6cef libpayload: Fix compile error in time.c if nvram support is disabled by Patrick Georgi · 9 years ago
  40. f61b35d libpayload: store boot media information in sysinfo by Patrick Georgi · 9 years ago
  41. 89f73dc libpayload: Add support for handling fmaps by Patrick Georgi · 9 years ago
  42. 1b4d394 libpayload: Make Kconfig bools use IS_ENABLED() by Stefan Reinauer · 9 years ago
  43. 3cec871 libpayload: Parse MTC and fill mtc_start and mtc_size by Furquan Shaikh · 9 years ago
  44. cacf723 libpayload: retire LAR support by Patrick Georgi · 9 years ago
  45. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  46. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  47. da262a63 libpayload: cros: add serial number from coreboot table by Stephen Barber · 9 years ago
  48. 6addd40 libpayload: Take flash parameters from coreboot by Dan Ehrenberg · 10 years ago
  49. 272afe8 libpayload: Add RAM code to sysinfo_t by David Hendricks · 10 years ago
  50. 6b322cc libpayload: Add support for parsing RAMOOPS range from coreboot by Furquan Shaikh · 10 years ago
  51. 522f9c6 libpayload: make wifi calibration table available through sysinfo by Vadim Bendebury · 10 years ago
  52. e63990e libpayload: provide basic 64bit division implementation by Vadim Bendebury · 10 years ago
  53. 2a0f8cd libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication by Vadim Bendebury · 10 years ago
  54. b7d7412 libpayload: cros: include mac addresses in coreboot table by Vadim Bendebury · 10 years ago
  55. 864ec8c libpayload: Consolidate coreboot table parsing by Vadim Bendebury · 10 years ago
  56. 8dd4f98 libpayload console: Add check for already existing driver by Furquan Shaikh · 10 years ago
  57. 7aebf32 libpayload: UTF-16LE to ASCII conversion by Dan Ehrenberg · 10 years ago
  58. 8bbd04e libpayload: special case large memalign() requests by Aaron Durbin · 10 years ago
  59. 04a5b48 Use ALIGN_UP instead of manual alignment by Patrick Georgi · 10 years ago
  60. 1c5cdad libpayload: improve us timer accuracy by Vadim Bendebury · 10 years ago
  61. dbadb1d libpayload: Reorder default memcpy, speed up memset and memcmp by Julius Werner · 10 years ago
  62. 43e1030 libpayload: Add ability to unregister output driver by Julius Werner · 10 years ago
  63. 79a591f libpayload: Fix pointer related casts by Furquan Shaikh · 10 years ago
  64. 7086ea9 libpayload: fix printf handling of unsigned long long by Patrick Georgi · 10 years ago
  65. 2fe505b libpayload: console: Allow output drivers to print whole strings at once by Julius Werner · 10 years ago
  66. cc47d9d libpayload: hexdump: Use `p` as conversion specifier for pointers by Paul Menzel · 11 years ago
  67. ccf53af libpayload/libc/hexdump.c: Take `const void *memory` as argument by Paul Menzel · 10 years ago
  68. 125a6a2 libpayload: Add a timer_us() function. by Gabe Black · 11 years ago
  69. 7c7b5ff libpayload: Add a new "die" function to fatally signal programming errors. by Gabe Black · 11 years ago
  70. 9665d38 libpayload: dma_malloc: Prevent warm reboot problems and add debugging by Julius Werner · 11 years ago
  71. 509c37e libpayload: Make EHCI driver cache-aware by Julius Werner · 11 years ago
  72. b8fad3d arm: libpayload: Add cache coherent DMA memory definition and management by Julius Werner · 11 years ago
  73. 0f027e4 libpayload: hexdump.c: Change type of length argument to size_t by Paul Menzel · 11 years ago
  74. 9ed8a82 serial: Separate the serial hardware init and the serial console init. by Gabe Black · 11 years ago
  75. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  76. 562db3b libpayload: find source of input characters by Luigi Semenzato · 11 years ago
  77. dcac162 libpayload: Include hexdump.c in the Makefile so it gets built by Gabe Black · 11 years ago
  78. 86545f7 libpayload: Add simple hexdump function by Ronald G. Minnich · 11 years ago
  79. 25dd247 libpayload: Set heap's header size to 64-bit by Nico Huber · 11 years ago
  80. 2d4b4ca libpayload: Make heap code independent of its header size by Nico Huber · 11 years ago
  81. c9246da libpayload: Add strerror by Stefan Tauner · 11 years ago
  82. 3509ad3 libpayload: Fix whitespace errors by Stefan Tauner · 11 years ago
  83. e21f5e1 libpayload: fix size_t handling by Stefan Reinauer · 11 years ago
  84. 5c0b7ab libpayload: Generalize and redistribute timekeeping code by Gabe Black · 11 years ago
  85. 613c0f6 libpayload: Stub out time keeping functions for ARM as well by Gabe Black · 12 years ago
  86. 2cc105c libpayload: get time to compile cross-arch by Ronald G. Minnich · 12 years ago
  87. c1ee864 libpayload: make functions static that are unused outside memory.c by Ronald G. Minnich · 12 years ago
  88. 8af0d03 libpayload: Initial ARMv7 port by Stefan Reinauer · 12 years ago
  89. 4b6be98 Change TARGET_I386 to ARCH_X86 by David Hendricks · 12 years ago
  90. 3665ace libpayload: Remove unused FLAG_USED from memory allocator by Nico Huber · 12 years ago
  91. 7a32e88 libpayload: Fix memalign() for fragmented alignment regions by Nico Huber · 12 years ago
  92. a54b6a6 libpayload: Add support for the CBMEM in memory console. by Gabe Black · 12 years ago
  93. 0af03d2 Refactor the endianness conversion functions and header files. by Gabe Black · 12 years ago
  94. c324794 libpayload: Make the symbols in memory.c weak so they can be overridden. by Gabe Black · 12 years ago
  95. 6efbebd libpayload: avoid excessive casts in printf.c by Mathias Krause · 12 years ago
  96. 67997d3 libpayload: minor cleanups by Mathias Krause · 12 years ago
  97. ccee625 Fix libpayload alloc() size and gcc pointer optimization problems. by Marc Jones · 12 years ago
  98. 987e883 Make libpayload alloc() memory pointers volatile by Marc Jones · 12 years ago
  99. e11835e libpayload: remove trailing whitespace and run dos2unix by Stefan Reinauer · 13 years ago
  100. c643fdd libpayload: Some more compatibility (for flashrom) by Patrick Georgi · 13 years ago