1. b99bc43 tint requires more heap space for PDCurses. by Marc Jones · 12 years ago
  2. 0864016 libpayload: fix compile error with enabled USB_DEBUG by Mathias Krause · 12 years ago
  3. d6a6eef libpayload: enforce const correctness for CMOS getter/setter by Mathias Krause · 12 years ago
  4. 632ab1f libpayload: fix compiler warning for first_cmos_entry() by Mathias Krause · 12 years ago
  5. 50759ed libpayload: code cosmetics by Mathias Krause · 12 years ago
  6. 9a4114a libpayload: fix possible mem leak in get_option_as_string() by Mathias Krause · 12 years ago
  7. 7627f7f libpayload: Remove workaround for bitfield management in EHCI driver by Patrick Georgi · 13 years ago
  8. 2fd5242 libpayload: Force checking all EHCI ports on power-on by Patrick Georgi · 13 years ago
  9. aff6dc2 Move SeaBIOS output out of coreboot source tree by Stefan Reinauer · 13 years ago
  10. 3e0bd19 libpayload: Fix EHCI driver by Patrick Georgi · 13 years ago
  11. 0a59511 libpayload: Add iterators for CMOS variables by Patrick Georgi · 13 years ago
  12. 56f468d libpayload: Expose options_checksum_valid by Patrick Georgi · 13 years ago
  13. da59f9a libpayload: Provide interpretation of CMOS data structures by Patrick Georgi · 13 years ago
  14. 5febb00 libpayload: Add access to CMOS images in memory space by Patrick Georgi · 13 years ago
  15. 317ca0d libpayload: Refactor highlevel CMOS access by Patrick Georgi · 13 years ago
  16. 409d17d libpayload: Allow using CBFS functions on images in RAM by Patrick Georgi · 13 years ago
  17. db89ec9 libpayload: style: compare null-pointers with NULL, not 0 by Patrick Georgi · 13 years ago
  18. 8fa2787 libpayload: Remove bitfield use from EHCI data structures by Patrick Georgi · 13 years ago
  19. b0b4a52 libpayload: Remove bitfield use from UHCI data structures by Patrick Georgi · 13 years ago
  20. c4348d0 libpayload: Remove bitfield use from OHCI data structures by Patrick Georgi · 13 years ago
  21. 68299ee Eliminate magic numbers by Philip Prindeville · 13 years ago
  22. 9a7c246 Cleanup access to vendor/part # info by Philip Prindeville · 13 years ago
  23. f42fdab libpayload: remove uhci_reg_maskX by Patrick Georgi · 13 years ago
  24. 44bf6fc Let lib_get_sysinfo() pass through the success of get_coreboot_info() by Philip Prindeville · 13 years ago
  25. 7d95b3e Fix missing cast back to void * by Philip Prindeville · 13 years ago
  26. 965dace Fix missing VM mapping by Philip Prindeville · 13 years ago
  27. c10cade Use void pointers for untyped memory by Philip Prindeville · 13 years ago
  28. fe2f6b0 Use convenience function to checksum by Philip Prindeville · 13 years ago
  29. 46404d7 Replace UNPACK_CB64 macro with inline by Philip Prindeville · 13 years ago
  30. 74b6599 Respect linker order by Christian Ruppert · 13 years ago
  31. dbde809 libpayload: add set_option() function by Patrick Georgi · 13 years ago
  32. 45945cf Mirror Fix coreinfo usage of cb_info by QingPei Wang · 13 years ago
  33. ba9b09b libpayload: Enable colors in PDcurses by Patrick Georgi · 13 years ago
  34. 583abc2 libpayload: Fix handling of CAPS LOCK key on PS/2 keyboards by Patrick Georgi · 13 years ago
  35. bbc5231 libpayload: Implement usb_exit by Patrick Georgi · 13 years ago
  36. 01178bb libpayload: Tell EHCI to re-enable USB1 controllers by Patrick Georgi · 13 years ago
  37. 2e768e7 libpayload: Drop usb_fatal() by Patrick Georgi · 13 years ago
  38. c4716b4 libpayload: Reduce verbosity in USB stack by Mathias Krause · 13 years ago
  39. 0805201 libpayload: Put coreboot version into lib_sysinfo by Mathias Krause · 13 years ago
  40. 2d4fece don't scan beyond end of CBFS by Florian Zumbiehl · 13 years ago
  41. e11835e libpayload: remove trailing whitespace and run dos2unix by Stefan Reinauer · 13 years ago
  42. dd69063 libpayload: Fix OHCI some more by Patrick Georgi · 13 years ago
  43. 36c04e8 Run dos2unix on bayou and remove white space at the end of lines. by Stefan Reinauer · 13 years ago
  44. bbfc9c4 Fix libpayload speaker driver by Stefan Reinauer · 13 years ago
  45. fc204c5 FILO: Pass LIBCONFIG_PATH variable to FILOs make by Thomas Gstädtner · 13 years ago
  46. d7ecfa7 Fix CMOS checksum calculation in libpayload. by Stefan Reinauer · 13 years ago
  47. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  48. cc97c56 FILO: Change FILO Makefile.inc from SVN to GIT by Thomas Gstädtner · 13 years ago
  49. eb7a900 libpayload: fix bulk transfers on OHCI controllers by Patrick Georgi · 13 years ago
  50. af2c538 Update "STABLE" SeaBIOS selection to release 1.6.3 by Stefan Reinauer · 13 years ago
  51. 5f145fa Don't do a call as the first instruction in libpayload. by Marc Jones · 13 years ago
  52. c230058 libpayload: Add get_option_from() by Patrick Georgi · 13 years ago
  53. b09e748 libpayload: export get_cbfs_header() by Patrick Georgi · 13 years ago
  54. c643fdd libpayload: Some more compatibility (for flashrom) by Patrick Georgi · 13 years ago
  55. 8bbdb61 libpayload: EHCI registers are volatile by Patrick Georgi · 13 years ago
  56. 6de1ee4a libpayload: Add liblzma, libcbfs by Patrick Georgi · 13 years ago
  57. 3b77b72 libpayload: Add PDCurses and ncurses' libform/libmenu by Patrick Georgi · 13 years ago
  58. 09ea8ea Libpayload: default DESTDIR for 'make install' by Tadas Slotkus · 13 years ago
  59. dd3e690 libpayload: Provide dummy getenv() by Patrick Georgi · 13 years ago
  60. 4c514ae port_enable and port_reset must change atomically. by Steven A. Falco · 13 years ago
  61. f7b3080 libpayload: Improve compatibility by Patrick Georgi · 13 years ago
  62. 25f23f1 Print a warning when an unknow USB controller type is detected. by Steven A. Falco · 13 years ago
  63. 9229af9 EHCI driver missing bus_address assignment. by Steven A. Falco · 13 years ago
  64. 537cacf libpayload: Add qsort() by Patrick Georgi · 13 years ago
  65. 5592908 libpayload: Don't declare mouse support in tinycurses by Patrick Georgi · 13 years ago
  66. c3c827c libpayload: Provide atol(), malloc.h by Patrick Georgi · 13 years ago
  67. 163e220 libpayload: Implement strlcpy by Patrick Georgi · 13 years ago
  68. 23b6c8f libpayload: fix wborder() by Patrick Georgi · 13 years ago
  69. a78d572 Run 'git fetch' in SeaBIOS only when really needed by Cristian Măgherușan-Stanciu · 13 years ago
  70. c0458e6 Fixes to the libpayload build system by Patrick Georgi · 13 years ago
  71. 7f96583 Reduce warnings/errors in libpayload when using picky compiler options by Patrick Georgi · 13 years ago
  72. b3db79e Use coreboot build system for libpayload, too. by Patrick Georgi · 13 years ago
  73. 55bf2e4 Libpayload needs to clear the bss region. by Marc Jones · 13 years ago
  74. 4e67731 Allow libpayload to use an OXPCIe 952 card on systems without by Stefan Reinauer · 13 years ago
  75. e50952f add FILO easy payload option by Stefan Reinauer · 13 years ago
  76. 528b43d coding style cosmetics. by Stefan Reinauer · 13 years ago
  77. 0df0b52 Add build instructions for coreinfo, specially pointing out installing by Yang Hamo Bai · 13 years ago
  78. 2633d27 Update repo path in libpayload readme. by Nils Jacobs · 13 years ago
  79. 13c16cb libpayload: Fix documentation by Patrick Georgi · 13 years ago
  80. 3eb5e4e libpayload: fix string-to-numeric functions for base > 10 by Patrick Georgi · 13 years ago
  81. 6eb6a7c libpayload: Add more libpci-compatibility (#defines) by Patrick Georgi · 13 years ago
  82. fb2d29e libpayload: Implement pci_cleanup() by Patrick Georgi · 13 years ago
  83. d08996e libpayload: Implement ffs() by Patrick Georgi · 13 years ago
  84. fa622fc Some more standard types and defines (libpayload) by Patrick Georgi · 13 years ago
  85. b1eab14 Add lib/ to the default library path of lpgcc, so -l works by Patrick Georgi · 13 years ago
  86. c977c7d libpayload: Move stdin/stdout/stderr away from headers by Patrick Georgi · 13 years ago
  87. f58b63d use git.seabios.org for checking out seabios. by Stefan Reinauer · 13 years ago
  88. b912289 Use fprintf(stderr, ...) in library by Patrick Georgi · 13 years ago
  89. cd913bd Stub out FILE*, stdout/stdin/stderr and implement fprintf on these by Patrick Georgi · 13 years ago
  90. a4a022c lpgcc was too noisy in some cases by Patrick Georgi · 13 years ago
  91. 6b5ca4e Some more POSIX compatibility by Patrick Georgi · 13 years ago
  92. b1d1c4d Reliably build arbitrary Kconfig-based revisions of SeaBIOS by Peter Stuge · 13 years ago
  93. e3509fd Pass all required toolchain parts to SeaBIOS correctly by Stefan Reinauer · 14 years ago
  94. 33ee3ee Fix abuild by Stefan Reinauer · 14 years ago
  95. 4f81e19 Clone a tag rather than SeaBIOS stable branch HEAD by Kevin O'Connor · 14 years ago
  96. f1939bb Per default, use SeaBIOS payload instead of no payload. by Stefan Reinauer · 14 years ago
  97. 3693266 Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2. by Marc Jones · 14 years ago
  98. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  99. 7f43dc1 Add an EHCI driver to libpayload's USB stack. by Patrick Georgi · 14 years ago
  100. 8985ef1 Add default libpayload build, xcompile, and lpgcc setup to tint. by Marc Jones · 14 years ago