1. e173f99 Add the Intel 6300ESB as known chipset to the chipset struct enables. by Claus Gindhart · 16 years ago
  2. 42aab08 Fix crash caused by division by zero for unknown flash chips. by Carl-Daniel Hailfinger · 16 years ago
  3. 68db3a2 Check the JEDEC vendor ID for correct parity. Flash chips which can be by Carl-Daniel Hailfinger · 16 years ago
  4. b69e46b Example on how to add other chipsets to inteltool. ICH/ICH0, ICH4(-M) and ICH7 by Stefan Reinauer · 16 years ago
  5. 1984067 Add lots of ATMEL SPI flash chips to flash.h. by Carl-Daniel Hailfinger · 16 years ago
  6. b77fb6b flashrom: Move all IT87xx specific SPI routines from spi.c to a separate by Carl-Daniel Hailfinger · 16 years ago
  7. 03646be Add new revised inteltool that dumps all kinds of chipset information and drop old by Stefan Reinauer · 16 years ago
  8. 56cc34a This is a trivial patch which fixes the tint build by removing the extra by Myles Watson · 16 years ago
  9. 967214d flashrom: Move the SPI #defines from spi.c to spi.h by Carl-Daniel Hailfinger · 16 years ago
  10. a2e7c48 Change the SPI parts of flashrom to prepare for a merge of by Carl-Daniel Hailfinger · 16 years ago
  11. 6d3fdf9 MX25L3205 and W25x40 have been confirmed to probe/read/erase/write OK by Carl-Daniel Hailfinger · 16 years ago
  12. c95f2a7 Add SST39VF512, SST39VF010, SST39VF040 support to flashrom. The SST39LF by Carl-Daniel Hailfinger · 16 years ago
  13. d0e687a Fix the build when serial console support is disabled (trivial). by Uwe Hermann · 16 years ago
  14. 134aaae Quickfix to repair 'make clean; make menuconfig' (trivial). by Uwe Hermann · 16 years ago
  15. cd0b563 Improve flashrom SPI abstraction, second step. by Carl-Daniel Hailfinger · 16 years ago
  16. 31ab031 flashrom: Rename generic_spi_*() functions to spi_*() by Peter Stuge · 16 years ago
  17. fa36f50 coreboot-v2: Disable second serial port on Norwich by Jordan Crouse · 16 years ago
  18. bbd337e Add support for dumping ITE IT8718F EC registers (trivial). by Uwe Hermann · 16 years ago
  19. 8cb2458 Don't split up register list in two blocks, otherwise "Register dump:" by Uwe Hermann · 16 years ago
  20. 15da8ed flashrom: Probe for up to 3 flash chips. by Claus Gindhart · 16 years ago
  21. 83a965d Implement GPIO configuration routines for the Intel 3100 southbridge, by Ed Swierk · 16 years ago
  22. aa6e378 coreinfo: Add a module for browsing the boot LAR by Jordan Crouse · 16 years ago
  23. 681ec27 libpayload: Add LAR walking support by Jordan Crouse · 16 years ago
  24. 35993a2 Fix a typo in lbtdump output (trivial). by Ed Swierk · 16 years ago
  25. 1933786 coreinfo: Show the current time and date in the menu by Jordan Crouse · 16 years ago
  26. de7fc55 We were in the risk of running out of space in the option menu at by Jordan Crouse · 16 years ago
  27. 7ce2666 The previous commit had more in it then I wanted - so I am reverting by Jordan Crouse · 16 years ago
  28. 646ee3e coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO by Jordan Crouse · 16 years ago
  29. 9d9518f cs5536 IDE PWB flag was not getting set since it is 1<<14 and it was only doing a by Marc Jones · 16 years ago
  30. c314b2f This patch changes Config-lab.lb for qemu to use lzma like the other targets. by Myles Watson · 16 years ago
  31. 2342f8b This patch adds pc keyboard init function call for qemu in v2 since some payloads assume by Aaron Lwe · 16 years ago
  32. 4f91417 Fix various issues on MSI MS-7135 board. by Jonathan A. Kollasch · 16 years ago
  33. 33c57f8 by Ward Vandewege · 16 years ago
  34. 4934fc0 flashrom: Add a tested bitmap field to the flash chip table. by Peter Stuge · 16 years ago
  35. a9a5f49 By default, the Intel 3100 LPC interface enables only I/O range 0x3f8 by Ed Swierk · 16 years ago
  36. e21f836 flashrom: Enable ROM decode range to 1MB for vt8237r by Bari Ari · 16 years ago
  37. b19973e The generic jedec.c does not work for the ST M50FLW flash by Claus Gindhart · 16 years ago
  38. 26e08b5 flashrom: Handle NULL probe, erase and write function pointers in the by Peter Stuge · 16 years ago
  39. e227143 libpayload: Add gettimeofday() and friends by Jordan Crouse · 16 years ago
  40. d772e1e libpayload: Fix a small but aggressive bug in printf() by Jordan Crouse · 16 years ago
  41. 63f181f libpayload: Enable keyboard translation so that we can use scancode set 1 by Jordan Crouse · 16 years ago
  42. 24a0404 libpayload: Fix malloc allocation by Jordan Crouse · 16 years ago
  43. c781584 libpayload: Add the null terminator to the end of the duplicated string by Jordan Crouse · 16 years ago
  44. 20ce60c Change abuild ROM_IMAGE_SIZE to match the standard s_c_fam10 Config.lb. by Marc Jones · 16 years ago
  45. 65e0804 Remove inline from FAM10 CPU initialization functions. by Marc Jones · 16 years ago
  46. 7ca3ec2 Fix so pci device memory allocation does not use memory base address at 0xfec00000, this is reserved for APIC. by Aaron Lwe · 16 years ago
  47. 6fd385d Payload location fix for buildrom (trivial). by Uwe Hermann · 16 years ago
  48. c1cbff2 Add CPUID processor name string support for Fam10 CPUs. by Marc Jones · 16 years ago
  49. 403b89a On APs the ClLinesToNbDis was being left enabled from CAR setup. by Marc Jones · 16 years ago
  50. 202625e This board (http://www.ieiworld.com/en/product_IPC.asp?model=PCISA-LX) by Nikolay Petukhov · 16 years ago
  51. 20ba8eb Flash pages, which where excluded from updating using the exclude or the by Claus Gindhart · 16 years ago
  52. a149131 Same old story: Fam10 needs more space again. My calculations say it by Carl-Daniel Hailfinger · 16 years ago
  53. e3e4981 Trivial payload location changes for buildrom. by Myles Watson · 16 years ago
  54. e4c98d2 These config files are so that buildrom can use these two boards. by Myles Watson · 16 years ago
  55. 3d1d3b2 by Myles Watson · 16 years ago
  56. 0eec1a8 by Myles Watson · 16 years ago
  57. bb33e4a Detect SMSC SCH5027 (trivial). by Uwe Hermann · 16 years ago
  58. c4a4116 by Ward Vandewege · 16 years ago
  59. a74a8ff Clean up and remove late initialization code that is no longer needed. by Marc Jones · 16 years ago
  60. f0174b5 Find matching settings for each CPUs FID, VID, and P-state registers and initialize them. by Marc Jones · 16 years ago
  61. 8127dc4 Update the FAM10 microcode to current versions. by Marc Jones · 16 years ago
  62. c74e362 Missed this file in the previous check-in, r3248. by Marc Jones · 16 years ago
  63. da4ce6b Add early MSR and PCI register initialization. by Marc Jones · 16 years ago
  64. 0ab8cdd Add support for a 'bootlog' module to coreinfo. by Uwe Hermann · 16 years ago
  65. 16acf8b Show index numbers in the NVRAM dump, similar to the PCI config space dump. by Uwe Hermann · 16 years ago
  66. 5f4410b libpayload: Fix keyboard buglet by Jordan Crouse · 16 years ago
  67. 7bc63fd This trivial patch adds the SMSC SCH3112 Super I/O chip ID to the by Christopher Kilgour · 16 years ago
  68. 5971121 Replace buildtarget's check for --build-id with something by Ed Swierk · 16 years ago
  69. 68aab26 Alter buildtarget to invoke the cross-compiler when by Ed Swierk · 16 years ago
  70. 8d0a12a Change default payload location for easier buildrom support (trivial). by Uwe Hermann · 16 years ago
  71. 0b53ec3d Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). by Uwe Hermann · 16 years ago
  72. 5369303 Add the patch for building tint as payload, as well as a small README, by Uwe Hermann · 16 years ago
  73. 50eff21 Correct upper boundary for isxdigit. by Ulf Jordan · 16 years ago
  74. be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
  75. 72199bc Rewrite and filling of libc/ctype.c (thus adjusting copyright line). by Uwe Hermann · 16 years ago
  76. b103345 Convert BIN2HEX/HEX2BIN to functions and add the abs() family by Uwe Hermann · 16 years ago
  77. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  78. 5431553 libpayload: Add a Geode video driver by Jordan Crouse · 16 years ago
  79. e3aeb93 Bring Fam10 memory controller init up to date with the latest AMD BKDG by Marc Jones (marc.jones · 16 years ago
  80. 234e87f libpayload: Support functions for Geode by Jordan Crouse · 16 years ago
  81. 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago
  82. bac89d0 libpayload: Avoid .svn files in the header install by Jordan Crouse · 16 years ago
  83. 1cb92bc coreinfo: Make coreinfo use the gcc-wrappers from libpayload by Jordan Crouse · 16 years ago
  84. 804f4df Make the sample Makefile a bit more generic, so it can be adapted more by Uwe Hermann · 16 years ago
  85. c3e728f libpayload: Implement gcc wrappers for libpayload by Jordan Crouse · 16 years ago
  86. c5a78ac Add missing prototypes for libc/rand.c functions (trivial). by Uwe Hermann · 16 years ago
  87. ea72559 Small curses fixes/additions for libpayload (trivial). by Uwe Hermann · 16 years ago
  88. 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 16 years ago
  89. 4eb5089 Add rand/rand_r/srand functions for generating pseudo-random bytes. by Uwe Hermann · 16 years ago
  90. c6092c0 ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec. by Ed Swierk · 16 years ago
  91. 78f59f8 Re-add files I deleted by mistake in r3219. They are meant for a different by Marc Jones (marc.jones · 16 years ago
  92. df22f78 Don't check exclusive IRQ fieldin the PIR table. by Marc Jones(marc.jones · 16 years ago
  93. 0dc5697 This patch halts the tco timer early in the boot process on all ICH series southbridges. by Joseph Smith · 16 years ago
  94. 3860404 libpayload: remove unneeded stack stuff by Jordan Crouse · 16 years ago
  95. 6c44dfb Fix the case where the user selects no modules in Kconfig at all. by Uwe Hermann · 16 years ago
  96. 4afb7fb Add a workaround for a bug in some binutils version which strictly by Carl-Daniel Hailfinger · 16 years ago
  97. a697721 Document a rough estimate of how much space in the ELF file each of the by Uwe Hermann · 16 years ago
  98. 1bee6f9 Add BIN2HEX and HEX2BIN macros (trivial). by Uwe Hermann · 16 years ago
  99. 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 16 years ago
  100. c758227 Doing another 'make' after a 'make clean' was broken until now. Fix it by Uwe Hermann · 16 years ago