1. bbc5231 libpayload: Implement usb_exit by Patrick Georgi · 13 years ago
  2. 01178bb libpayload: Tell EHCI to re-enable USB1 controllers by Patrick Georgi · 13 years ago
  3. 2e768e7 libpayload: Drop usb_fatal() by Patrick Georgi · 13 years ago
  4. c4716b4 libpayload: Reduce verbosity in USB stack by Mathias Krause · 13 years ago
  5. 0805201 libpayload: Put coreboot version into lib_sysinfo by Mathias Krause · 13 years ago
  6. 2d4fece don't scan beyond end of CBFS by Florian Zumbiehl · 13 years ago
  7. e11835e libpayload: remove trailing whitespace and run dos2unix by Stefan Reinauer · 13 years ago
  8. dd69063 libpayload: Fix OHCI some more by Patrick Georgi · 13 years ago
  9. bbfc9c4 Fix libpayload speaker driver by Stefan Reinauer · 13 years ago
  10. d7ecfa7 Fix CMOS checksum calculation in libpayload. by Stefan Reinauer · 13 years ago
  11. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  12. eb7a900 libpayload: fix bulk transfers on OHCI controllers by Patrick Georgi · 13 years ago
  13. 5f145fa Don't do a call as the first instruction in libpayload. by Marc Jones · 13 years ago
  14. c230058 libpayload: Add get_option_from() by Patrick Georgi · 13 years ago
  15. b09e748 libpayload: export get_cbfs_header() by Patrick Georgi · 13 years ago
  16. c643fdd libpayload: Some more compatibility (for flashrom) by Patrick Georgi · 13 years ago
  17. 8bbdb61 libpayload: EHCI registers are volatile by Patrick Georgi · 13 years ago
  18. 6de1ee4a libpayload: Add liblzma, libcbfs by Patrick Georgi · 13 years ago
  19. 3b77b72 libpayload: Add PDCurses and ncurses' libform/libmenu by Patrick Georgi · 13 years ago
  20. 09ea8ea Libpayload: default DESTDIR for 'make install' by Tadas Slotkus · 13 years ago
  21. dd3e690 libpayload: Provide dummy getenv() by Patrick Georgi · 13 years ago
  22. 4c514ae port_enable and port_reset must change atomically. by Steven A. Falco · 13 years ago
  23. f7b3080 libpayload: Improve compatibility by Patrick Georgi · 13 years ago
  24. 25f23f1 Print a warning when an unknow USB controller type is detected. by Steven A. Falco · 13 years ago
  25. 9229af9 EHCI driver missing bus_address assignment. by Steven A. Falco · 13 years ago
  26. 537cacf libpayload: Add qsort() by Patrick Georgi · 13 years ago
  27. 5592908 libpayload: Don't declare mouse support in tinycurses by Patrick Georgi · 14 years ago
  28. c3c827c libpayload: Provide atol(), malloc.h by Patrick Georgi · 13 years ago
  29. 163e220 libpayload: Implement strlcpy by Patrick Georgi · 14 years ago
  30. 23b6c8f libpayload: fix wborder() by Patrick Georgi · 13 years ago
  31. c0458e6 Fixes to the libpayload build system by Patrick Georgi · 13 years ago
  32. 7f96583 Reduce warnings/errors in libpayload when using picky compiler options by Patrick Georgi · 13 years ago
  33. b3db79e Use coreboot build system for libpayload, too. by Patrick Georgi · 13 years ago
  34. 55bf2e4 Libpayload needs to clear the bss region. by Marc Jones · 13 years ago
  35. 4e67731 Allow libpayload to use an OXPCIe 952 card on systems without by Stefan Reinauer · 13 years ago
  36. 528b43d coding style cosmetics. by Stefan Reinauer · 13 years ago
  37. 2633d27 Update repo path in libpayload readme. by Nils Jacobs · 13 years ago
  38. 13c16cb libpayload: Fix documentation by Patrick Georgi · 13 years ago
  39. 3eb5e4e libpayload: fix string-to-numeric functions for base > 10 by Patrick Georgi · 13 years ago
  40. 6eb6a7c libpayload: Add more libpci-compatibility (#defines) by Patrick Georgi · 14 years ago
  41. fb2d29e libpayload: Implement pci_cleanup() by Patrick Georgi · 14 years ago
  42. d08996e libpayload: Implement ffs() by Patrick Georgi · 14 years ago
  43. fa622fc Some more standard types and defines (libpayload) by Patrick Georgi · 14 years ago
  44. b1eab14 Add lib/ to the default library path of lpgcc, so -l works by Patrick Georgi · 14 years ago
  45. c977c7d libpayload: Move stdin/stdout/stderr away from headers by Patrick Georgi · 14 years ago
  46. b912289 Use fprintf(stderr, ...) in library by Patrick Georgi · 14 years ago
  47. cd913bd Stub out FILE*, stdout/stdin/stderr and implement fprintf on these by Patrick Georgi · 14 years ago
  48. a4a022c lpgcc was too noisy in some cases by Patrick Georgi · 14 years ago
  49. 6b5ca4e Some more POSIX compatibility by Patrick Georgi · 14 years ago
  50. 3693266 Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2. by Marc Jones · 14 years ago
  51. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  52. 7f43dc1 Add an EHCI driver to libpayload's USB stack. by Patrick Georgi · 14 years ago
  53. 6b247d3 Only try to beep when speaker support is compiled in. Trivial change. by Patrick Georgi · 14 years ago
  54. e914b50 Changes to str*cmp functions. Fixes a couple more corner cases. by Liu Tao · 14 years ago
  55. 4e1ac83 The AMD CS5536's USB controllers are located at device 0F, functions 4 by Jens Rottmann · 14 years ago
  56. f7b98f5 fix compilation of hello.elf example payload. by Stefan Reinauer · 14 years ago
  57. ca1a762 libpayload: fix garbage on screen with Geode-LX VGA by Jens Rottmann · 14 years ago
  58. 59a1b7f libpayload: Add function to fix CMOS checksum. by Stefan Reinauer · 14 years ago
  59. 154931c Fix strcmp and strncmp. They failed in several important scenarios by Patrick Georgi · 14 years ago
  60. 1457aad Add #define that states the libpci interface version we implement by Patrick Georgi · 14 years ago
  61. 6615ef3 Add support for OHCI controllers and prelimiary support for xHCI (USB3) controllers. by Patrick Georgi · 14 years ago
  62. 9b3cf8e Resolved the bug of filo+libpayload building. The bug is if libpayload is installed before filo load "make -C ../libpayload/Makefile DEST=**", it would not by Cai Bai Yin · 14 years ago
  63. 857a778 become more standard with libpayload headers. PATH_MAX belongs in limits.h, by Stefan Reinauer · 14 years ago
  64. fde6a4c Run doxygen -u on doxygen configuration files by Stefan Reinauer · 14 years ago
  65. 43c970f __i386__ and __powerpc__ are set by the compiler already. by Patrick Georgi · 14 years ago
  66. c9f705b Incomplete implementation of libpci's (of pciutils) interface. by Patrick Georgi · 14 years ago
  67. 980a69b Attached patch moves functions out of the huge libpayload.h into headers by Patrick Georgi · 14 years ago
  68. 815c47f Add __LIBPAYLOAD__ and __i386__/__powerpc__ symbols to lpgcc's build context. by Patrick Georgi · 14 years ago
  69. ccbcc56 Fix libpayload xconfig script to find coreboot utils xgcc. by Cai Bai Yin · 14 years ago
  70. d0bac7e Change the libpayload "make install" default destination to be the source directory. Libpayload is not a runtime library and has many different configurations for different payloads, so doesn't really belong in /opt. by Cai Bai Yin · 14 years ago
  71. cfaa081 Follow up to the USB refactoring patch: Missed setting pid values correctly. by Patrick Georgi · 14 years ago
  72. d78691d Avoid using the name "pid_t", which is used on unixoid systems. by Patrick Georgi · 14 years ago
  73. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  74. 0e5e7c3 install libpayload.ldscript on libpayload "make install" to make coreinfo happy. by Stefan Reinauer · 14 years ago
  75. 97f546c Allow easy libpayload compilation using xcompile. by Stefan Reinauer · 14 years ago
  76. 01c2f5b Copy mingw support for kconfig from coreboot to libpayload by Patrick Georgi · 14 years ago
  77. 723c270 Update libpayload default configuration so a make oldconfig by Stefan Reinauer · 14 years ago
  78. b56f2d0 by Stefan Reinauer · 14 years ago
  79. e5d30b7 by Stefan Reinauer · 14 years ago
  80. b700254 by Stefan Reinauer · 14 years ago
  81. 7208f6e don't hardcode i386 in lpgcc by Stefan Reinauer · 14 years ago
  82. 0350c0f allow libpayload to completely build out of tree. by Stefan Reinauer · 14 years ago
  83. d361308 prevent timer overflows in libpayload by Stefan Reinauer · 14 years ago
  84. 1beabe1 make keyboard reset driver generic (not pc keyboard driver dependent) by Stefan Reinauer · 14 years ago
  85. 128ac91 Trivial fix, use correct define. by Mathias Krause · 15 years ago
  86. 052d591 fix buggy comment in libpayload's strncat function by Stefan Reinauer · 15 years ago
  87. 8f95eda oops, these two were missed in the last cleanup. by Stefan Reinauer · 15 years ago
  88. 5fe6e23 Catch various cases in libpayload where malloc() or memalign() return NULL by Stefan Reinauer · 15 years ago
  89. 131c007 * drop duplicate prototype for lib_get_sysinfo() by Stefan Reinauer · 15 years ago
  90. f23804b This patch fixes payloads on certain Fedora versions by Stefan Reinauer · 15 years ago
  91. 219cece Fix off-by-one bug in libpayload UHCI driver by Stefan Reinauer · 15 years ago
  92. 5429e26 Tell lpgcc about the target architecture directory. This slipped through since by Stefan Reinauer · 15 years ago
  93. d385ed2 This change adds PPC support to libpayload, and hooks it up in the build by Patrick Georgi · 15 years ago
  94. c9a6f0f Add type field to memranges, and fill it from the source data. by Patrick Georgi · 15 years ago
  95. d233f36 Some driver fixes for libpayload: by Stefan Reinauer · 15 years ago
  96. 1ff26a7 working memalign version for libpayload. This fixes problems with the USB stack by Stefan Reinauer · 15 years ago
  97. 2c9617d Mostly cosmetical changes. by Stefan Reinauer · 15 years ago
  98. 0ae0bce don't initialize "in" as it is initialized again one line below. by Stefan Reinauer · 15 years ago
  99. 76b5d20 getopt for libpayload. in case someone wants to pass parameters to payloads and by Stefan Reinauer · 15 years ago
  100. 5f7d506 Add high coreboot table support to libpayload by Stefan Reinauer · 15 years ago