1. 94f1777 fix inconsistent user interface naming. don't show compile paths to users by Stefan Reinauer · 16 years ago
  2. 26d431a fix coding style (trivial) by Stefan Reinauer · 16 years ago
  3. fc2e8ed Trivial stuff: by Stefan Reinauer · 16 years ago
  4. 90308bb Check the printk format string against the matching arguments. We have by Carl-Daniel Hailfinger · 16 years ago
  5. d0363c3 ouch. never do last minute changes. :-( by Stefan Reinauer · 16 years ago
  6. 269563a First shot at factoring SMM code into generic parts and southbridge specific by Stefan Reinauer · 16 years ago
  7. 0fd183c flashrom: Fix ICH9 locking register address and add important debug output. by FENG yu ning · 16 years ago
  8. d8aaeaa1 The DBM90T code sets bit 10 in _PSS as part of the control value, but by Carl-Daniel Hailfinger · 16 years ago
  9. 734d09e First part of heterogenous dualchannel support. by Carl-Daniel Hailfinger · 16 years ago
  10. 1d72e10 Refactor K8 rev F DDR2 CL timing retrieval. by Carl-Daniel Hailfinger · 16 years ago
  11. abcddcd Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, using by Carl-Daniel Hailfinger · 16 years ago
  12. 6912846 Adds a retry/faildown to SB600 SATA detection logic. by Dan Lykowski · 16 years ago
  13. 0f502c7 amdk8: This patch fixes ram init problems when using the 9W Sempron part. by Dan Lykowski · 16 years ago
  14. 884e1cb flashrom: Add ICH opcode debugging. by Peter Stuge · 16 years ago
  15. d860763 Similarly to flashchips array, this patch intends to make the table by Stephan Guilloux · 16 years ago
  16. 3462462 flashrom: Always print address when verification fails, not only with -V. by Peter Stuge · 16 years ago
  17. e31a8d5c flashrom: Board enable for GIGABYTE GA-MA78G-DS3H by Peter Stuge · 16 years ago
  18. 88ded31 flashrom: IT8718F works just like IT8716F. by Peter Stuge · 16 years ago
  19. 475ac26a flashrom: Check return value of fscanf()/fwrite()/fread() by Peter Stuge · 16 years ago
  20. 6ef8e0f Check to see if K8 processor is capable of changing FIDVID otherwise it will throw a GP# when reading FIDVID_STATUS by Dan Lykowski · 16 years ago
  21. 6fa7e6d flashrom: Update usage in README by Idwer Vollering · 16 years ago
  22. 4dad150 Ignore some more sections, created by newer toolchains by Patrick Georgi · 16 years ago
  23. 0afdea4 Add erase and write functions to the following chip definitions: by Carl-Daniel Hailfinger · 16 years ago
  24. 44b3bf7 The flashrom man page has incomplete author/copyright sections and an by Carl-Daniel Hailfinger · 16 years ago
  25. 901f25a This patch improves machine parseability and human readability of by Stephan Guilloux · 16 years ago
  26. d32b9e6 Add SST49LF020 support. by Sven Schnelle · 16 years ago
  27. f58691f Add AMD-768 chipset support. by Sven Schnelle · 16 years ago
  28. c84ce73 Add i631x LPC support. by Sven Schnelle · 16 years ago
  29. 505aaf5 The ACPI PSS CPU Pstate table was calculating the frequency incorrectly for by Marc Jones · 16 years ago
  30. fdbb8d8 Add support for the Winbond W83627UHG Super I/O. by Dan Lykowski · 16 years ago
  31. 1d7db86 The SB600 RPR documentation does not mention what to do if SATA_BAR0+6 by Carl-Daniel Hailfinger · 16 years ago
  32. 098d590 Fix AMD Pistachio implicit declarations in the same way as with AMD by Zheng Bao · 16 years ago
  33. a2f722a Fix implicit declarations in the AMD DBM690T target by using the right by Carl-Daniel Hailfinger · 16 years ago
  34. 1cced2f This belongs to changeset: 3840 by Rudolf Marek · 16 years ago
  35. da3d5df Following patch fixes error code 12 in Windows XP and Vista. The function field of _PRT entry must be always 0xffff (any function). by Rudolf Marek · 16 years ago
  36. 79e5325 The attached patch adds missing bits to ACPI to make Windows XP and Windows Vista happy. by Rudolf Marek · 16 years ago
  37. 33f9633 Handle RS690 quirks for 1 GHz noncoherent HyperTransport. by Carl-Daniel Hailfinger · 16 years ago
  38. 5a3c846 Remove a unneccessary typedef from acpi_tables.c in the AMD Pistachio by Carl-Daniel Hailfinger · 16 years ago
  39. b96af1e Fix implicit declarations of pci_read_config32 and pci_write_config32 in by Maggie Li · 16 years ago
  40. c589e5a Add verbose debugging output at SPEW level to noncoherent HyperTransport by Carl-Daniel Hailfinger · 16 years ago
  41. a5436c6 Fix implicit declarations of get_bus_conf. by Carl-Daniel Hailfinger · 16 years ago
  42. 29fbb76 If you pass a bogus layout file to the -l option flashrom will segfault. by Uwe Hermann · 16 years ago
  43. fdc5470 Add another board-enable line for the Kontron 986LCD-M/mITX. by Uwe Hermann · 16 years ago
  44. bfa009f Fix implicit declarations of pci_read_config8 and pci_write_config8 in by Carl-Daniel Hailfinger · 16 years ago
  45. eb30bf8 Fix implicit udelay src/southbridge/nvidia/mcp55/mcp55_aza.c by Carl-Daniel Hailfinger · 16 years ago
  46. 3071acf flashrom: Initialize ICH SPI opcodes also for ICH9 and later. by Peter Stuge · 16 years ago
  47. 93159bf In the process of trying to debug some HT sync problems I added lots of by Carl-Daniel Hailfinger · 16 years ago
  48. da416f8 Fix dell/s1850 broken in r3822, and prepare it for implicit declaration by Corey Osgood · 16 years ago
  49. eb390ab This adds register map based on NSC PC87392 datasheet. LDN#2 can be by Michał Mirosław · 16 years ago
  50. 48994e1 This adds a mptable for the VIA pc2500e. I've tested with the devices by Jonathan A. Kollasch · 16 years ago
  51. b1fc0ba Add some comments to make it easier to enable onboard VGA for by Uwe Hermann · 16 years ago
  52. 734acd5 Fix breakage caused by r3822. I should have known not to touch the k8 stuff... by Corey Osgood · 16 years ago
  53. 40e51fd This patch fixes the build for asus/m2v-mx_se. Its hard_reset function is not by Myles Watson · 16 years ago
  54. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  55. 716e567 I honestly have no idea if the previous use of the vt8235's serial functions by Corey Osgood · 16 years ago
  56. fbfdba7 Fix the only implicit declaration before it becomes an error. by Corey Osgood · 16 years ago
  57. 809242a Fix implicit declaration in cn700/vt8237 code by Corey Osgood · 16 years ago
  58. 43bb9cd This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. by Myles Watson · 16 years ago
  59. 845a2eba Add another CPUID to the Via C7's table, the one on my Jetway J7F2. by Corey Osgood · 16 years ago
  60. bb069e1 Add 690G and 690(MT) internal graphics support. by Zheng Bao · 16 years ago
  61. cc44730 Add initial support for the ASUS P2B-DS (dual-CPU) mainboard. by Uwe Hermann · 16 years ago
  62. a8faa2a * add a generic preop-opcode-pair table. by FENG yu ning · 16 years ago
  63. e65dcfa oops. there went a new mainboard into the tree and i missed it. Add mainboard by Stefan Reinauer · 16 years ago
  64. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  65. 42f03e5 Improve comments in early SB600 setup, handle non-LPC strapping and by Carl-Daniel Hailfinger · 16 years ago
  66. 8eaafbf Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards. by Uwe Hermann · 16 years ago
  67. b3b2804 Add 28 flash chips of the MX29 series to the flashrom ID table and by Carl-Daniel Hailfinger · 16 years ago
  68. 19ead96 AMD PISTACHIO mainboard support. by Maggie Li · 16 years ago
  69. 8b643cea Add (parts of the) support for multiple DIMMs on the Intel 440BX chipset. by Uwe Hermann · 16 years ago
  70. 17da8d7 Kill obsolete and misplaced comment. by Carl-Daniel Hailfinger · 16 years ago
  71. 8a07f70 Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI by FENG yu ning · 16 years ago
  72. 60e7eeb Breaks chip info into multiple lines. by FENG yu ning · 16 years ago
  73. baada5e flashrom: Display test status in -L chip listing by Peter Stuge · 16 years ago
  74. ce00f1d Fixes to AMD MCT code, found by Marco Schmidt <mschmidt@dspace.de> by Stefan Reinauer · 16 years ago
  75. f82a077 The TALERT of ADT7461 should be pull back high if the temperature is within the limit. It is done by reading the register whose device address is 0xC. It is not trivial as it looks. by Maggie Li · 16 years ago
  76. c73fca3 Add initial support for the NEC PowerMate 2000 board. by Uwe Hermann · 16 years ago
  77. 2478835 flashrom: Add AMD SB700 flash enable by Niels Ole Salscheider · 16 years ago
  78. 5a0be51 flashrom: Fix compilation of r3797 with gcc-4.3.2 by Peter Stuge · 16 years ago
  79. b4b56e6 flashrom: Check if erase succeeds and exit with error on failure. by Peter Stuge · 16 years ago
  80. e94e2e3 This belongs to changeset 3795. by Rudolf Marek · 16 years ago
  81. 31e52e6 The patch changes the LDTSTOP length as well mostly default content of 0xec, by Rudolf Marek · 16 years ago
  82. 1162f25 Patch to util/inteltool: by Stefan Reinauer · 16 years ago
  83. fcf9be3 Add RDID/REMS IDs for the following flash chips: by Carl-Daniel Hailfinger · 16 years ago
  84. fd5a2df flashrom: gcc thinks base could be used uninitialized, so shut it up. by Peter Stuge · 16 years ago
  85. 9602d1e flashrom: Fix bug in r3790 by Peter Stuge · 16 years ago
  86. d53f3e7 Replace #ifdefs for sc520 systems by run time probing. by Stefan Reinauer · 16 years ago
  87. b9b500f build_opt_tbl: by Stefan Reinauer · 16 years ago
  88. 806def8 I missed the svn add on r3787. These are the additional files. by Joe Bao · 16 years ago
  89. 7c3d3b2 Add AMD dbm690t ACPI support. by Joe Bao · 16 years ago
  90. 40d46ba Add AMD rs690 VID DID reporting and some minor cleanups. by Joe Bao · 16 years ago
  91. 164463c Add AMD sb600 HPET setup and some minor cleanups. by Joe Bao · 16 years ago
  92. 7a51e50 The Winbond Super I/O chips have another indirection of registers. The by Stefan Reinauer · 16 years ago
  93. b4eb4fb ok, another attempt to the build_opt_tbl problem: by Stefan Reinauer · 16 years ago
  94. 70a1f73 Copyright update by Jason Wang for freshly written sb600 code. by Jason WangQingpei.wang · 16 years ago
  95. 8b30d5d Declare special commands to support the Atmel AT25F512A. by Carl-Daniel Hailfinger · 16 years ago
  96. f86f1fe If a chip has any TEST_BAD_* flag set, we don't even list the by Carl-Daniel Hailfinger · 16 years ago
  97. f22ce41 Add support for the AMD/ATI SB600 southbridge SPI functionality. by Jason Wang · 16 years ago
  98. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  99. 38bee3c This patch fixes the ugly race condition created through build_opt_tbl by Stefan Reinauer · 16 years ago
  100. d95e43c Add SST25VF080B flash chip support. by Jason Wang · 16 years ago