1. 2ac37ca Fix my last commit. I looked at the wrong dead laptop. by Uwe Hermann · 15 years ago
  2. 0dae44c Support for detecting the SMSC FDC37N869 (trivial). by Uwe Hermann · 15 years ago
  3. f95b49e This patch removes these warnings: by Myles Watson · 15 years ago
  4. 88e71e8 Run dos2unix on all files: by Stefan Reinauer · 15 years ago
  5. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  6. 6388d49 Flashrom is now moved over to its own repository. by Patrick Georgi · 15 years ago
  7. 79cba77 Trivial: allow "," in filenames by Patrick Georgi · 15 years ago
  8. baa4374 The flashrom makefile wants to redirect both stdout and stderr to by Stephan Guilloux · 15 years ago
  9. 72631a0 The master cbfs record was located at the end of the flash and overwrote by Myles Watson · 15 years ago
  10. fe62016 Enable cbfs payload compression (the "l" flag) if payloads are by Patrick Georgi · 15 years ago
  11. a5de85c MAX may already be defined. Also, fix smaller cosmetics (trivial). by Uwe Hermann · 15 years ago
  12. 6a30a5f flashrom: Support MX25L3235D by Stephan Guilloux · 15 years ago
  13. 424638e Add 'install' target for ectool (trivial). by Uwe Hermann · 15 years ago
  14. 06db2c4 Fix an uninitialized variable. If it didn't end up being zero it sometimes by Myles Watson · 15 years ago
  15. 436b9de This patch cleans up Makefile generation. It removes the by Myles Watson · 15 years ago
  16. a44228c Don't duplicate option description in README, the manpage already has by Uwe Hermann · 15 years ago
  17. 4760533 Instead of just by Stefan Reinauer · 15 years ago
  18. f182456 mini fix to reliably compile inteltool on darwin, and on Linux both on x86/x86_64. by Stefan Reinauer · 15 years ago
  19. 6315274 This patch fixes the parser. '|' has special meaning so [|] is used. by Myles Watson · 15 years ago
  20. e5b44ab All "unknown xy SPI chip" entries claim to have status UNTESTED for by Carl-Daniel Hailfinger · 15 years ago
  21. 257ae3f Quick 'indent' run on ectool with some additional manual cosmetic fixes. by Uwe Hermann · 15 years ago
  22. 0408bdd don't ignore return values (trivial) by Stefan Reinauer · 15 years ago
  23. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  24. 18d7320 Remove the requirement for payload.sh files to be executable. This by Patrick Georgi · 15 years ago
  25. b5ab323 A small utility to dump the RAM of a laptop's Embedded/Environmental by Stefan Reinauer · 15 years ago
  26. c6236ed flashrom: Add support for Gigabyte GA-MA790FX-DQ6. This board uses by Carl-Daniel Hailfinger · 15 years ago
  27. 2d3e712 Add an "-l <num>" argument to abuild that sets the LOGLEVEL variables by Patrick Georgi · 15 years ago
  28. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  29. 5cda45d scan-build prefers -include over --includes=, gcc knows both. by Patrick Georgi · 15 years ago
  30. 7bd6588 flashrom: Support Macronix MX2512805D flash chip by Stephan Guilloux · 15 years ago
  31. b9ceb65 flashrom: Trivial indent fix by Stephan Guilloux · 15 years ago
  32. 1089509 After verification in datasheets, all MX25 accept the same opcodes by Stephan Guilloux · 15 years ago
  33. feaaedc This patch adds by Myles Watson · 15 years ago
  34. caf884c flashrom: board_enables: reconstruct table. by Luc Verhaegen · 15 years ago
  35. 4399d3c flashrom: Trivial README change Flashrom->flashrom by Peter Stuge · 15 years ago
  36. f5f0c69 flashrom: MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7 by Stephan Guilloux · 15 years ago
  37. 15bbfb8 Add MX25L1635D support, as discussed on #coreboot. by Stephan Guilloux · 15 years ago
  38. b1ec2ac flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC. by Peter Stuge · 15 years ago
  39. d1be3ba Add include to config.g by Myles Watson · 15 years ago
  40. 1eb1a61 There are two identical cfgfile rules in config.g. Remove one of them. by Myles Watson · 15 years ago
  41. a80a610 This patch allows you to add lines of the form by Myles Watson · 15 years ago
  42. 4e00640 Add -r|--remove option to force abuild to remove the output directory by Uwe Hermann · 15 years ago
  43. d086e5d Some coding style and consistency fixes (trivial). by Uwe Hermann · 15 years ago
  44. 45ae92ff util/cbfstool/tools/rom-mk*->cbfs-mk* rename by Peter Stuge · 15 years ago
  45. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  46. ef4d7d4 util: romfs->cbfs rename by Peter Stuge · 15 years ago
  47. 1d862de v2/util: romfs -> cbfs rename by Peter Stuge · 15 years ago
  48. 5c4f839 Fix typo. Add missing copyright year. by Uwe Hermann · 15 years ago
  49. 4eb3705 Mention a few more flash chip packages in README/manpage. by Uwe Hermann · 15 years ago
  50. 1da9a79 move architecture override before cross compiler detection, or the Sandpoint by Stefan Reinauer · 15 years ago
  51. 708ccac Add a note that 'modprobe msr' might be required. by Uwe Hermann · 15 years ago
  52. cd2cbf7 Fix typo. by Uwe Hermann · 15 years ago
  53. a0eeef3 Various manpage / README fixes: by Uwe Hermann · 15 years ago
  54. 712f325 Fixed the typo should indeed be a 0x2e. Tested on an iWILL DK8-HTX board. by Mondrian nuessle · 15 years ago
  55. d40f7db Only build romfs on those target that have CONFIG_ROMFS enabled. by Stefan Reinauer · 15 years ago
  56. a73fc4b Makefile includes were mixed up. by Stefan Reinauer · 15 years ago
  57. 14ad50e This fixes a race condition (revealed by my other check-in r4067) in the by Stefan Reinauer · 15 years ago
  58. e6cc67b build romtool in mainboard target directory. by Stefan Reinauer · 15 years ago
  59. 8e304e6 fix cross compilation in abuild for certain scenarios by Stefan Reinauer · 15 years ago
  60. be84b01 fix some warnings by casting safely. (trivial) by Stefan Reinauer · 15 years ago
  61. 962242a use $(MAKE) instead of hardcoded "make".. (trivial) by Stefan Reinauer · 15 years ago
  62. 2d2589e Fix the concurrency issue of building romtool. by Patrick Georgi · 15 years ago
  63. f16fb73 I thought that romfs infrastructure is done now, but there were some by Patrick Georgi · 15 years ago
  64. 1b9a5c6 This patch implements --include=file.h for romcc. by Stefan Reinauer · 15 years ago
  65. aed1f92 the attached patch is the last infrastructure change necessary for by Patrick Georgi · 15 years ago
  66. e729846 Ronald Hoogenboom writes: by Ronald Hoogenboom · 15 years ago
  67. 5d01ec0 This patch adds Jordan's romtool support for v2. by Ronald G. Minnich · 15 years ago
  68. 0f0f9bb flashrom: Board enable support for HP DL145 G3. by Mondrian Nuessle · 15 years ago
  69. 83da8dc - List SMSC LPC47N227 runtime register block as supported. by Uwe Hermann · 15 years ago
  70. 5f28c09 msrtool: If an MSR name lookup fails in msraddrbyname(), return the strtoul() conversion result. by Peter Stuge · 15 years ago
  71. 5182f67 Move the Atmel AT45 comments about block and page sizes from the end of by Carl-Daniel Hailfinger · 15 years ago
  72. 927377f by Stefan Reinauer · 15 years ago
  73. 764fe40 This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  74. 3f72e32 This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  75. 8f556be abuild: Don't forget CROSS_COMPILE anymore. by Stefan Reinauer · 15 years ago
  76. 2f110a8 trivial patch for abuild: allow powerpc-elf-gcc, too. by Stefan Reinauer · 15 years ago
  77. 84a1f4e this commit should fix Ticket #122 (proper log files for all builds) by Stefan Reinauer · 15 years ago
  78. d229677 20090310-3-scanbuild: by Patrick Georgi · 15 years ago
  79. cc44b06 abuild: by Stefan Reinauer · 15 years ago
  80. 6df0c62 Add support for the LPC47M182 to superiotool by Stefan Reinauer · 15 years ago
  81. 8f21076 Add some basic K8 MSRs. by Marc Jones · 15 years ago
  82. 3b1a955 FreeBSD definitions of (read|write)[bwl] collide with our own. Before we by Carl-Daniel Hailfinger · 15 years ago
  83. 59c36f9 During the conversion of flash chip accesses to helper functions, I by Carl-Daniel Hailfinger · 15 years ago
  84. ac12ecd flashrom: Use helper functions to access flash chips. by Carl-Daniel Hailfinger · 15 years ago
  85. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  86. 9987ad8 This is a small fix for the last checkin (does not fix those two boards) that by Stefan Reinauer · 15 years ago
  87. 21c8b5a With this patch the v2 build system will create a directory hierarchy by Stefan Reinauer · 15 years ago
  88. a85c005 flashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ by Zheng Bao · 15 years ago
  89. bc8744e flashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  90. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 15 years ago
  91. 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 15 years ago
  92. cd7e9b5 flashrom: Fix broken flash chip base address logic by Peter Stuge · 15 years ago
  93. 1588426 flashrom: MSI MS-7046 board enable by Peter Stuge · 16 years ago
  94. e66c258 Following patch fixes VIA SPI (VT8237S). It needs to have opcodes by Rudolf Marek · 16 years ago
  95. b6dc723 Factor out read and erase functions from flashrom main(). by Carl-Daniel Hailfinger · 16 years ago
  96. 3108a12 msrtool: Allow MSR symbols (names) to also be used as addresses. by Peter Stuge · 16 years ago
  97. c1d6ed9 msrtool: Linux /dev/cpu/*/msr returns the low 32 bits before the high 32 bits. by Peter Stuge · 16 years ago
  98. a886624 flashrom: Add VT8237A PCI ID by Peter Stuge · 16 years ago
  99. 726c16d flashrom: Fix one dead increment and one dead assignment as found by clang. by Peter Stuge · 16 years ago
  100. c39cb14 flashrom: Driver for ST M29F002T/NT/B. T/NT TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago