1. 72199bc Rewrite and filling of libc/ctype.c (thus adjusting copyright line). by Uwe Hermann · 16 years ago
  2. b103345 Convert BIN2HEX/HEX2BIN to functions and add the abs() family by Uwe Hermann · 16 years ago
  3. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  4. 5431553 libpayload: Add a Geode video driver by Jordan Crouse · 16 years ago
  5. e3aeb93 Bring Fam10 memory controller init up to date with the latest AMD BKDG by Marc Jones (marc.jones · 16 years ago
  6. 234e87f libpayload: Support functions for Geode by Jordan Crouse · 16 years ago
  7. 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago
  8. bac89d0 libpayload: Avoid .svn files in the header install by Jordan Crouse · 16 years ago
  9. 1cb92bc coreinfo: Make coreinfo use the gcc-wrappers from libpayload by Jordan Crouse · 16 years ago
  10. 804f4df Make the sample Makefile a bit more generic, so it can be adapted more by Uwe Hermann · 16 years ago
  11. c3e728f libpayload: Implement gcc wrappers for libpayload by Jordan Crouse · 16 years ago
  12. c5a78ac Add missing prototypes for libc/rand.c functions (trivial). by Uwe Hermann · 16 years ago
  13. ea72559 Small curses fixes/additions for libpayload (trivial). by Uwe Hermann · 16 years ago
  14. 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 16 years ago
  15. 4eb5089 Add rand/rand_r/srand functions for generating pseudo-random bytes. by Uwe Hermann · 16 years ago
  16. c6092c0 ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec. by Ed Swierk · 16 years ago
  17. 78f59f8 Re-add files I deleted by mistake in r3219. They are meant for a different by Marc Jones (marc.jones · 16 years ago
  18. df22f78 Don't check exclusive IRQ fieldin the PIR table. by Marc Jones(marc.jones · 16 years ago
  19. 0dc5697 This patch halts the tco timer early in the boot process on all ICH series southbridges. by Joseph Smith · 16 years ago
  20. 3860404 libpayload: remove unneeded stack stuff by Jordan Crouse · 16 years ago
  21. 6c44dfb Fix the case where the user selects no modules in Kconfig at all. by Uwe Hermann · 16 years ago
  22. 4afb7fb Add a workaround for a bug in some binutils version which strictly by Carl-Daniel Hailfinger · 16 years ago
  23. a697721 Document a rough estimate of how much space in the ELF file each of the by Uwe Hermann · 16 years ago
  24. 1bee6f9 Add BIN2HEX and HEX2BIN macros (trivial). by Uwe Hermann · 16 years ago
  25. 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 16 years ago
  26. c758227 Doing another 'make' after a 'make clean' was broken until now. Fix it by Uwe Hermann · 16 years ago
  27. 0a89625 Add missing snprintf() to libc/printf.c (trivial). by Uwe Hermann · 16 years ago
  28. 2b85b63 Setting an integrated southbridge device (like SATA or USB2.0) to by Ed Swierk · 16 years ago
  29. 23cd49a Remove i82801DB files that I meant to delete in r3206. by Joseph Smith · 16 years ago
  30. 06ae639 Tiny style fix for consistency (trivial). by Ed Swierk · 16 years ago
  31. 868de98 Removal of i82801DB (ICH4) by Joseph Smith · 16 years ago
  32. c4e052c The early init code of several Intel southbridge chipsets calls by Ed Swierk · 16 years ago
  33. 2c6b33c Libpayload fixes to prevent triple-faults when running in QEMU. by Klaus Schnass · 16 years ago
  34. ab5b3e0 Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for by Uwe Hermann · 16 years ago
  35. 30d789b Fix the NVRAM access functions to work correctly for the by Uwe Hermann · 16 years ago
  36. 2d758b8 Whitespace fixes (trivial). by Uwe Hermann · 16 years ago
  37. b642e6d Rename drivers/cmos.c to drivers/nvram.c (trivial). by Uwe Hermann · 16 years ago
  38. c16d24e Due to popular demand, rename "CMOS" to "NVRAM" (trivial). by Uwe Hermann · 16 years ago
  39. 71f846c Like other Intel chipsets, the Intel 3100 has a TCO timer that reboots by Ed Swierk · 16 years ago
  40. 1e185e8 Add support for the TeleVideo TC7020. by Kenji Noguchi · 16 years ago
  41. 9c2255c Now coreboot performs IRQ routing for some boards. by Nikolay Petukhov · 16 years ago
  42. 0e122af [libpayload] Work around sign-extending issue by Jordan Crouse · 16 years ago
  43. 42cccdf Make a few array entries only as big as they absolutely need to be (trivial). by Uwe Hermann · 16 years ago
  44. da0efc4 Fix for irq routing issues. by Joseph Smith · 16 years ago
  45. 8cc38d2 Add initial support for some basic CMOS read/write functions and the by Uwe Hermann · 16 years ago
  46. a0c0093 Various tiny fixes (trivial): by Uwe Hermann · 16 years ago
  47. 408c4e1 Drop -Os in libpayload for now, it causes run-time problems for some by Uwe Hermann · 16 years ago
  48. c88b537 Make the getpir output compile (Closes #70). by Jon Dufresne · 16 years ago
  49. 2216d1b Add a recent kconfig version to coreinfo, in order to make the by Uwe Hermann · 16 years ago
  50. 0bfb5c4 Make functions static (where possible) to reduce code size (trivial). by Uwe Hermann · 16 years ago
  51. b0e3f39 Make cursor positioning work by using both halves of the by Jonathan A. Kollasch · 16 years ago
  52. 661e380 Cosmetics, fix typos (trivial). by Uwe Hermann · 16 years ago
  53. 2901405 Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial). by Uwe Hermann · 16 years ago
  54. 316e07f Following patch adds K8M890 support. It initializes the AGP and graphics UMA. by Rudolf Marek · 16 years ago
  55. 14a3feb Fix code to allow usage of -Wall in libpayload and the sample (trivial). by Uwe Hermann · 16 years ago
  56. 35845a2 Smaller fixes to allow using -Wall (trivial). by Uwe Hermann · 16 years ago
  57. 6a441bf Cosmetics, coding style fixes (trivial). by Uwe Hermann · 16 years ago
  58. 5f4c8ab Change kconfig references from 'buildrom' to 'libpayload'. by Christopher Kilgour · 16 years ago
  59. 0c1cea2 Allow 'make menuconfig' to function within libpayload. by Christopher Kilgour · 16 years ago
  60. dc69e05 Make the list of functions in libpayload.h more complete (trivial). by Uwe Hermann · 16 years ago
  61. 5aa66da Add -Os to the CFLAGS for size improvements. by Jordan Crouse · 16 years ago
  62. 2c7bb9e libpayload: Add -Os to the CFLAGS by Jordan Crouse · 16 years ago
  63. 3a406fe Cosmetic changes and coding style fixes by running 'indent', with some by Uwe Hermann · 16 years ago
  64. 7249f79 corinfo: Inital release of the coreinfo code by Jordan Crouse · 16 years ago
  65. c52761b libpayload: BSD solutions contributed by Uwe by Uwe Hermann · 16 years ago
  66. f3029a8 libpayload: External code by Jordan Crouse · 16 years ago
  67. f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago
  68. c221349 Following patch will setup KT890 HT automatically. It will find the by Rudolf Marek · 16 years ago
  69. cfcc9ca * split model_centaur into model_c3 and model_c7 by Stefan Reinauer · 16 years ago
  70. e98edfa Add ICH9 detection to flashrom. Straight from the datasheet, untested. by Carl-Daniel Hailfinger · 16 years ago
  71. 470d365 oops. forgot to add the file. by Stefan Reinauer · 16 years ago
  72. 012ed48 Support for the Winbond W39V080FA series of chips. by Stefan Reinauer · 16 years ago
  73. 2ce4e4c by Ward Vandewege · 16 years ago
  74. 969a9f6 Various smaller fixes in superiotool: by Uwe Hermann · 16 years ago
  75. a2ccf9f Add support for the MSI MS-6119 mainboard. by Uwe Hermann · 16 years ago
  76. fa510c7 Clarify LZMA code license. by Carl-Daniel Hailfinger · 16 years ago
  77. 4f83d7e oops. sorry, wrong checkin. This patch backs out r3155 and instead contains the by Ed Swierk · 16 years ago
  78. 354e2d3 This patch implements support for the Intel 3100 Development Kit by Ed Swierk · 16 years ago
  79. a9faea8 This patch implements support for the Intel 3100 integrated by Ed Swierk · 16 years ago
  80. aaea11b Here is an updated patch addressing most of Uwe's and Peter's by Ed Swierk · 16 years ago
  81. 62eee3f This patch implements support for the Intel 3100 integrated SuperIO and UART. by Ed Swierk · 16 years ago
  82. 791265a This patch updates the PCI IDs for Intel 3100 devices. by Ed Swierk · 16 years ago
  83. a4b901e give the fam10 code a little more space until we have the time to debug this by Stefan Reinauer · 16 years ago
  84. dd6877a check whether SST FWH chip was successfully erased on flashchip -E, too by Stefan Reinauer · 16 years ago
  85. 568667d Sort list of flash chips alphabetically, add comment (trivial). by Uwe Hermann · 16 years ago
  86. 582ce71 remove nasty warning that happened due to our vendor detection by Stefan Reinauer · 16 years ago
  87. 9dcfc00 fix typo by Stefan Reinauer · 16 years ago
  88. e989be2 BIOS_SPEW is log level 9. There is nothing beyound that line. by Stefan Reinauer · 16 years ago
  89. 5671787 Following patch extends the ROM decoding to last 1MB, allowing to use larger by Rudolf Marek · 16 years ago
  90. dd52e17 Following patch fixes the retrain/reset sequence which caused problem with some by Rudolf Marek · 16 years ago
  91. 1ce6377 Re-add code erroneously removed in r3140. by Uwe Hermann · 16 years ago
  92. 937ae9d Changes M50FW080 to use 82802ab.c instead of jedec.c. This fixes the problem of not being able to erase the chip. by Joseph Smith · 16 years ago
  93. ae8a08d Prepare for ICH7/ICH8 SPI support by adding some debugging for all by Carl-Daniel Hailfinger · 16 years ago
  94. 0b202d0 Add a Config-abuild.lb for the rca/rm4100 (trivial) by Corey Osgood · 16 years ago
  95. c843636 Fix broken flashrom build. by Uwe Hermann · 16 years ago
  96. 4b0a41b Fix up one forgotten revert in r3140. by Carl-Daniel Hailfinger · 16 years ago
  97. 8729de4 Revert the delete of 82802ab.c in r3137. by Carl-Daniel Hailfinger · 16 years ago
  98. 912ee57 Also print the chip vendor name in --list-supported output (trivial). by Uwe Hermann · 16 years ago
  99. ee2bb3a Also print the required -m option in --list-supported output (trivial). by Uwe Hermann · 16 years ago
  100. b7b22e3 Drop 82802ab.c as it is identical to sharplhf00l04.c. by Carl-Daniel Hailfinger · 16 years ago