1. 6818a32 Fix bayou payload execution. by Ulf Jordan · 15 years ago
  2. 3ba0ce5 Fix bayou payload execution. by Ulf Jordan · 15 years ago
  3. 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 15 years ago
  4. cd7e9b5 flashrom: Fix broken flash chip base address logic by Peter Stuge · 15 years ago
  5. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  6. 4505948 Use the correct device for switching on HDA. by Dan Lykowski · 15 years ago
  7. 8db0cfe Following patch converts the run-time SSDT patching via update_ssdt funtion to by Rudolf Marek · 15 years ago
  8. 742655b Following patch adds missing CPU names. Please check by Rudolf Marek · 15 years ago
  9. 1588426 flashrom: MSI MS-7046 board enable by Peter Stuge · 15 years ago
  10. e66c258 Following patch fixes VIA SPI (VT8237S). It needs to have opcodes by Rudolf Marek · 15 years ago
  11. 293b5f5 Following patch adds dynamic ACPI AML code generator which can be used to by Rudolf Marek · 15 years ago
  12. 1c49bc9 Bring AMD K8 ACPI mangling more in line with Fam10 ACPI mangling. No by Carl-Daniel Hailfinger · 15 years ago
  13. b6dc723 Factor out read and erase functions from flashrom main(). by Carl-Daniel Hailfinger · 15 years ago
  14. fe53c76 Correct FDAT->FADT typo. by Carl-Daniel Hailfinger · 15 years ago
  15. 3108a12 msrtool: Allow MSR symbols (names) to also be used as addresses. by Peter Stuge · 15 years ago
  16. c1d6ed9 msrtool: Linux /dev/cpu/*/msr returns the low 32 bits before the high 32 bits. by Peter Stuge · 15 years ago
  17. a886624 flashrom: Add VT8237A PCI ID by Peter Stuge · 15 years ago
  18. 726c16d flashrom: Fix one dead increment and one dead assignment as found by clang. by Peter Stuge · 15 years ago
  19. c39cb14 flashrom: Driver for ST M29F002T/NT/B. T/NT TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  20. f3bc765 flashrom: Fix copypaste error in r3913. by Peter Stuge · 15 years ago
  21. fbda0d3 msrtool: AMD CS5536 probe implementation. by Peter Stuge · 15 years ago
  22. 279cdbb msrtool: Make configure work with zsh, the default shell in Darwin. by Peter Stuge · 15 years ago
  23. c800eeb flashrom: SST25VF040B using 0x90 identification and AAI write. by Peter Stuge · 15 years ago
  24. 9ee4415 flashrom: Decode SST25VF040B status register, also from July 2008. by Peter Stuge · 15 years ago
  25. 37c4a96 flashrom: Intel Desktop Board D201GLY by Peter Stuge · 15 years ago
  26. 36b3932 flashrom: Winbond SuperIO SPI driver. by Peter Stuge · 15 years ago
  27. 8991302 flashrom: Export Winbond SuperIO register access functions in board_enable.c. by Peter Stuge · 15 years ago
  28. 732a229 flashrom: Document exit() codes introduced in r3907. by Peter Stuge · 15 years ago
  29. 800621e flashrom: exit(2) on /dev/mem open() failure and exit(3) on mmap() failure. by Peter Stuge · 15 years ago
  30. 0860215 flashrom: Add license header to physmap.c so everyone is happy. :) by Peter Stuge · 15 years ago
  31. 713ee92 flashrom: Darwin / Mac OS X by Stefan Reinauer · 15 years ago
  32. d48091a flashrom: Small cleanup in Makefile. by Peter Stuge · 15 years ago
  33. 53ac394 flashrom: Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call. by Stefan Reinauer · 15 years ago
  34. ac29d61 fix a potential null pointer reference in strdup (as found by Patrick Georgi) by Stefan Reinauer · 15 years ago
  35. 8c4421d flashrom: Change flashrom.c:map_flash_registers() from int to void. by Peter Stuge · 15 years ago
  36. 8dec57f flashrom: Forgot some things in r3899. by Peter Stuge · 15 years ago
  37. e03d84a flashrom: Little readability improvement in cbtable.c:coreboot_init() by Peter Stuge · 15 years ago
  38. 09c0b7c flashrom: Change FreeBSD #ifdef into #if defined() by Stefan Reinauer · 15 years ago
  39. bb79ba4 flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n. by Peter Stuge · 15 years ago
  40. 68c0cec flashrom: Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets. by Peter Stuge · 15 years ago
  41. 2450419 flashrom: Beautify flash chip ID verbose printout a little, always use %02x. by Peter Stuge · 15 years ago
  42. 7e6ff8b flashrom: Fix stupid off-by-one error in erase verification. by Peter Stuge · 15 years ago
  43. 269e1bd flashrom: ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  44. 6f77eeb flashrom: SST25VF080B TEST_OK_PROBE by Peter Stuge · 15 years ago
  45. cab81c0 Fix rs690 bug about GPPSB configuration. by Maggie Li · 15 years ago
  46. 2e54813 flashrom: Check all mmap() calls and print helpful Linux error message. by Peter Stuge · 15 years ago
  47. 8a681b1 flashrom: Provide some hints for the user in case /dev/mem mmap fails. by Peter Stuge · 15 years ago
  48. df2eb8e Now that x86emu debugging is actually working, it should be switched off per by Stefan Reinauer · 16 years ago
  49. 679c9f9 forgot to svn add by Stefan Reinauer · 16 years ago
  50. 54309d6 Update Kontron board by Stefan Reinauer · 16 years ago
  51. 977ed2d fix small TOLUD issue in i945 raminit (trivial) by Stefan Reinauer · 16 years ago
  52. ebb763f put in a little comment (trivial) by Stefan Reinauer · 16 years ago
  53. 23b655f some brown paperbag please. fix build. by Stefan Reinauer · 16 years ago
  54. 9ab2160 fix compiler warnings (trivial) by Stefan Reinauer · 16 years ago
  55. a829bfe add a header file for i8259.h (trivial) by Stefan Reinauer · 16 years ago
  56. 5833f7c Backport all x86emu fixes from Pattrick Hueper to coreboot v2 (acked in v2, by Stefan Reinauer · 16 years ago
  57. 20b261d Fix register typo for core 2 cpus (trivial) by Stefan Reinauer · 16 years ago
  58. c598330 fix compiler warnings (trivial) by Stefan Reinauer · 16 years ago
  59. 8c4af2b This fine work by Jon Dufresne was awkwardly rotting on the mailing list for by Jon Dufresne · 16 years ago
  60. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  61. 94f1777 fix inconsistent user interface naming. don't show compile paths to users by Stefan Reinauer · 16 years ago
  62. 26d431a fix coding style (trivial) by Stefan Reinauer · 16 years ago
  63. fc2e8ed Trivial stuff: by Stefan Reinauer · 16 years ago
  64. 90308bb Check the printk format string against the matching arguments. We have by Carl-Daniel Hailfinger · 16 years ago
  65. d0363c3 ouch. never do last minute changes. :-( by Stefan Reinauer · 16 years ago
  66. 269563a First shot at factoring SMM code into generic parts and southbridge specific by Stefan Reinauer · 16 years ago
  67. 0fd183c flashrom: Fix ICH9 locking register address and add important debug output. by FENG yu ning · 16 years ago
  68. d8aaeaa1 The DBM90T code sets bit 10 in _PSS as part of the control value, but by Carl-Daniel Hailfinger · 16 years ago
  69. 734d09e First part of heterogenous dualchannel support. by Carl-Daniel Hailfinger · 16 years ago
  70. 1d72e10 Refactor K8 rev F DDR2 CL timing retrieval. by Carl-Daniel Hailfinger · 16 years ago
  71. abcddcd Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, using by Carl-Daniel Hailfinger · 16 years ago
  72. 6912846 Adds a retry/faildown to SB600 SATA detection logic. by Dan Lykowski · 16 years ago
  73. 0f502c7 amdk8: This patch fixes ram init problems when using the 9W Sempron part. by Dan Lykowski · 16 years ago
  74. 884e1cb flashrom: Add ICH opcode debugging. by Peter Stuge · 16 years ago
  75. d860763 Similarly to flashchips array, this patch intends to make the table by Stephan Guilloux · 16 years ago
  76. 3462462 flashrom: Always print address when verification fails, not only with -V. by Peter Stuge · 16 years ago
  77. e31a8d5c flashrom: Board enable for GIGABYTE GA-MA78G-DS3H by Peter Stuge · 16 years ago
  78. 88ded31 flashrom: IT8718F works just like IT8716F. by Peter Stuge · 16 years ago
  79. 475ac26a flashrom: Check return value of fscanf()/fwrite()/fread() by Peter Stuge · 16 years ago
  80. 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
  81. 6fa7e6d flashrom: Update usage in README by Idwer Vollering · 16 years ago
  82. 4dad150 Ignore some more sections, created by newer toolchains by Patrick Georgi · 16 years ago
  83. 0afdea4 Add erase and write functions to the following chip definitions: by Carl-Daniel Hailfinger · 16 years ago
  84. 44b3bf7 The flashrom man page has incomplete author/copyright sections and an by Carl-Daniel Hailfinger · 16 years ago
  85. 901f25a This patch improves machine parseability and human readability of by Stephan Guilloux · 16 years ago
  86. d32b9e6 Add SST49LF020 support. by Sven Schnelle · 16 years ago
  87. f58691f Add AMD-768 chipset support. by Sven Schnelle · 16 years ago
  88. c84ce73 Add i631x LPC support. by Sven Schnelle · 16 years ago
  89. 505aaf5 The ACPI PSS CPU Pstate table was calculating the frequency incorrectly for by Marc Jones · 16 years ago
  90. fdbb8d8 Add support for the Winbond W83627UHG Super I/O. by Dan Lykowski · 16 years ago
  91. 1d7db86 The SB600 RPR documentation does not mention what to do if SATA_BAR0+6 by Carl-Daniel Hailfinger · 16 years ago
  92. 098d590 Fix AMD Pistachio implicit declarations in the same way as with AMD by Zheng Bao · 16 years ago
  93. a2f722a Fix implicit declarations in the AMD DBM690T target by using the right by Carl-Daniel Hailfinger · 16 years ago
  94. 1cced2f This belongs to changeset: 3840 by Rudolf Marek · 16 years ago
  95. 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
  96. 79e5325 The attached patch adds missing bits to ACPI to make Windows XP and Windows Vista happy. by Rudolf Marek · 16 years ago
  97. 33f9633 Handle RS690 quirks for 1 GHz noncoherent HyperTransport. by Carl-Daniel Hailfinger · 16 years ago
  98. 5a3c846 Remove a unneccessary typedef from acpi_tables.c in the AMD Pistachio by Carl-Daniel Hailfinger · 16 years ago
  99. b96af1e Fix implicit declarations of pci_read_config32 and pci_write_config32 in by Maggie Li · 16 years ago
  100. c589e5a Add verbose debugging output at SPEW level to noncoherent HyperTransport by Carl-Daniel Hailfinger · 16 years ago