1. 33ee3ee Fix abuild by Stefan Reinauer · 14 years ago
  2. 4f81e19 Clone a tag rather than SeaBIOS stable branch HEAD by Kevin O'Connor · 14 years ago
  3. f1939bb Per default, use SeaBIOS payload instead of no payload. by Stefan Reinauer · 14 years ago
  4. 3693266 Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2. by Marc Jones · 14 years ago
  5. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  6. 7f43dc1 Add an EHCI driver to libpayload's USB stack. by Patrick Georgi · 14 years ago
  7. 8985ef1 Add default libpayload build, xcompile, and lpgcc setup to tint. by Marc Jones · 14 years ago
  8. 6b247d3 Only try to beep when speaker support is compiled in. Trivial change. by Patrick Georgi · 14 years ago
  9. e914b50 Changes to str*cmp functions. Fixes a couple more corner cases. by Liu Tao · 14 years ago
  10. 4e1ac83 The AMD CS5536's USB controllers are located at device 0F, functions 4 by Jens Rottmann · 14 years ago
  11. f7b98f5 fix compilation of hello.elf example payload. by Stefan Reinauer · 14 years ago
  12. ca1a762 libpayload: fix garbage on screen with Geode-LX VGA by Jens Rottmann · 14 years ago
  13. 59a1b7f libpayload: Add function to fix CMOS checksum. by Stefan Reinauer · 14 years ago
  14. 154931c Fix strcmp and strncmp. They failed in several important scenarios by Patrick Georgi · 14 years ago
  15. 1457aad Add #define that states the libpci interface version we implement by Patrick Georgi · 14 years ago
  16. 6615ef3 Add support for OHCI controllers and prelimiary support for xHCI (USB3) controllers. by Patrick Georgi · 14 years ago
  17. 29ee873 Change default path and configuration for Coreinfo. by Myles Watson · 14 years ago
  18. 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
  19. 857a778 become more standard with libpayload headers. PATH_MAX belongs in limits.h, by Stefan Reinauer · 14 years ago
  20. fde6a4c Run doxygen -u on doxygen configuration files by Stefan Reinauer · 14 years ago
  21. 43c970f __i386__ and __powerpc__ are set by the compiler already. by Patrick Georgi · 14 years ago
  22. c9f705b Incomplete implementation of libpci's (of pciutils) interface. by Patrick Georgi · 14 years ago
  23. 980a69b Attached patch moves functions out of the huge libpayload.h into headers by Patrick Georgi · 14 years ago
  24. 815c47f Add __LIBPAYLOAD__ and __i386__/__powerpc__ symbols to lpgcc's build context. by Patrick Georgi · 14 years ago
  25. ccbcc56 Fix libpayload xconfig script to find coreboot utils xgcc. by Cai Bai Yin · 14 years ago
  26. 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
  27. cfaa081 Follow up to the USB refactoring patch: Missed setting pid values correctly. by Patrick Georgi · 14 years ago
  28. d78691d Avoid using the name "pid_t", which is used on unixoid systems. by Patrick Georgi · 14 years ago
  29. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  30. 7b76912 bayou compile fixes by Stefan Reinauer · 14 years ago
  31. 0e5e7c3 install libpayload.ldscript on libpayload "make install" to make coreinfo happy. by Stefan Reinauer · 14 years ago
  32. 97f546c Allow easy libpayload compilation using xcompile. by Stefan Reinauer · 14 years ago
  33. 01c2f5b Copy mingw support for kconfig from coreboot to libpayload by Patrick Georgi · 14 years ago
  34. 723c270 Update libpayload default configuration so a make oldconfig by Stefan Reinauer · 14 years ago
  35. b56f2d0 by Stefan Reinauer · 14 years ago
  36. e5d30b7 by Stefan Reinauer · 14 years ago
  37. b700254 by Stefan Reinauer · 14 years ago
  38. 7208f6e don't hardcode i386 in lpgcc by Stefan Reinauer · 14 years ago
  39. 0350c0f allow libpayload to completely build out of tree. by Stefan Reinauer · 14 years ago
  40. d361308 prevent timer overflows in libpayload by Stefan Reinauer · 14 years ago
  41. 1beabe1 make keyboard reset driver generic (not pc keyboard driver dependent) by Stefan Reinauer · 14 years ago
  42. 128ac91 Trivial fix, use correct define. by Mathias Krause · 14 years ago
  43. 30b90fe Add Doxyfile to bayou by Stefan Reinauer · 15 years ago
  44. 20d6265 drop svn:externals in the tree and add it locally. by Stefan Reinauer · 15 years ago
  45. 44163f7 Update Coreinfo to use TAG_FORWARD in tables. by Myles Watson · 15 years ago
  46. 052d591 fix buggy comment in libpayload's strncat function by Stefan Reinauer · 15 years ago
  47. 8f95eda oops, these two were missed in the last cleanup. by Stefan Reinauer · 15 years ago
  48. 5fe6e23 Catch various cases in libpayload where malloc() or memalign() return NULL by Stefan Reinauer · 15 years ago
  49. 131c007 * drop duplicate prototype for lib_get_sysinfo() by Stefan Reinauer · 15 years ago
  50. f23804b This patch fixes payloads on certain Fedora versions by Stefan Reinauer · 15 years ago
  51. 219cece Fix off-by-one bug in libpayload UHCI driver by Stefan Reinauer · 15 years ago
  52. 941c1fd Add initial support for a CBFS module for coreinfo. by Uwe Hermann · 15 years ago
  53. 5429e26 Tell lpgcc about the target architecture directory. This slipped through since by Stefan Reinauer · 15 years ago
  54. d385ed2 This change adds PPC support to libpayload, and hooks it up in the build by Patrick Georgi · 15 years ago
  55. c9a6f0f Add type field to memranges, and fill it from the source data. by Patrick Georgi · 15 years ago
  56. d233f36 Some driver fixes for libpayload: by Stefan Reinauer · 15 years ago
  57. 1ff26a7 working memalign version for libpayload. This fixes problems with the USB stack by Stefan Reinauer · 15 years ago
  58. 2c9617d Mostly cosmetical changes. by Stefan Reinauer · 15 years ago
  59. 0ae0bce don't initialize "in" as it is initialized again one line below. by Stefan Reinauer · 15 years ago
  60. 76b5d20 getopt for libpayload. in case someone wants to pass parameters to payloads and by Stefan Reinauer · 15 years ago
  61. 5f7d506 Add high coreboot table support to libpayload by Stefan Reinauer · 15 years ago
  62. 0d348f9 fix strstr. Seems the function never worked before, except the searched by Stefan Reinauer · 15 years ago
  63. c5a2ec6 libpayload: Fix build when both USB and PS/2 keyboard support is disabled by Mart Raudsepp · 15 years ago
  64. 142cad1 by Ulf Jordan · 16 years ago
  65. b575d67 This is a safety measure, since the shipping buildrom fails badly at present. by Ronald G. Minnich · 16 years ago
  66. 6818a32 Fix bayou payload execution. by Ulf Jordan · 16 years ago
  67. 3ba0ce5 Fix bayou payload execution. by Ulf Jordan · 16 years ago
  68. ac29d61 fix a potential null pointer reference in strdup (as found by Patrick Georgi) by Stefan Reinauer · 16 years ago
  69. 58edecd libpayload: Fix immediate rebuild after a clean by Mart Raudsepp · 16 years ago
  70. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  71. c1f404f by Robert Millan · 16 years ago
  72. 39ebf2f by Robert Millan · 16 years ago
  73. 5cb4d9d [PATCH] coreinfo: Add multiboot parsing support by Jordan Crouse · 16 years ago
  74. 6c6e433 [PATCH] Add sysinfo_have_multiboot function by Jordan Crouse · 16 years ago
  75. 8c95338 Update bayou to use ACS_ macros for line drawing characters. by Ulf Jordan · 16 years ago
  76. 54c5276 Get the lzma/ directory from v3 via svn:externals, for use with Bayou. by Uwe Hermann · 16 years ago
  77. 7eb845e Import a slightly modified Bayou version into svn. This is based by Uwe Hermann · 16 years ago
  78. c4f294f make escape code handling for serial terminal more robust by Patrick Georgi · 16 years ago
  79. ea87245 Fix ordering problem in the libpayload Makefile. The include of by Uwe Hermann · 16 years ago
  80. ac43150 add multiboot support to defconfig (trivial) by Stefan Reinauer · 16 years ago
  81. 1b57f1c ouch. something went wrong with applying that old patch by Stefan Reinauer · 16 years ago
  82. 734427e This has been sitting here since a looong time. by Stefan Reinauer · 16 years ago
  83. 6ec8285 [PATCH] fix video console init by Jordan Crouse · 16 years ago
  84. 657a6dc This patch removes most of the #ifdefs in libc/console.c, and by Patrick Georgi · 16 years ago
  85. f2433a9 [PATCH] libpayload: Fix overflow in _delay function by Jordan Crouse · 16 years ago
  86. c53cdd7 [PATCH] libpayload: Add a strtoul() function by Jordan Crouse · 16 years ago
  87. ec6363d [PATCH] libpayload: Bail if the keyboard controller isn't there by Jordan Crouse · 16 years ago
  88. 6744231 [PATCH] libpayload: Fix the PCI search function by Jordan Crouse · 16 years ago
  89. 20c9cf1 [PATCH] libpayload: Add multiboot support by Jordan Crouse · 16 years ago
  90. 369a5f6 [PATCH] libpayload: Add pci_set_bus_master() function by Jordan Crouse · 16 years ago
  91. 17f6a87 [PATCH] libpayload: Use gcc to compile assembly files by Jordan Crouse · 16 years ago
  92. 4727c07 - reduced memory requirements a lot (from >100kb/controller to by Patrick Georgi · 16 years ago
  93. 4b1971c libpayload: Rename Geode video driver to Geode LX video driver. by Peter Stuge · 16 years ago
  94. ff9350b move variable declaration to where it is used, to prevent gcc failure. by Patrick Georgi · 16 years ago
  95. 94c1bd8 Do not try to display non-printable characters on the bootlog and by Ulf Jordan · 16 years ago
  96. c753926 accidently backed out r3598. Sorry Ulf, will pay more attention next time. by Stefan Reinauer · 16 years ago
  97. 4151439 * Add strsep (since strtok is considered obsolete) by Stefan Reinauer · 16 years ago
  98. bc9cb27 Use a block cursor on VGA console :-) by Stefan Reinauer · 16 years ago
  99. 71c006f fix option handling in libpayload by Stefan Reinauer · 16 years ago
  100. d84ef1e * add keyboard layout support to libpayload by Stefan Reinauer · 16 years ago