1. 202be7b Add nvramtool -D option that allows taking cmos data from by Patrick Georgi · 14 years ago
  2. 269e932 Add nvramtool -C option that takes a CBFS file as argument. by Patrick Georgi · 14 years ago
  3. 9cd7eba Add support for working on in-memory CMOS data (eg. as loaded from a file). by Patrick Georgi · 14 years ago
  4. be5a178 Abstract CMOS accesses a bit more in preparation of using files for CMOS data. by Patrick Georgi · 14 years ago
  5. 0d4f653 There's another place where nvramtool can look for by Patrick Georgi · 14 years ago
  6. fb2b584 Add Geode GX2 memmory descriptors. by Nils Jacobs · 14 years ago
  7. 3ad0851 Fix fwrite tests. by Patrick Georgi · 14 years ago
  8. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  9. 024ec85 Remove overengineering, part 1/many by Patrick Georgi · 14 years ago
  10. 2601697 Eliminate strict aliasing related warnings. by Patrick Georgi · 14 years ago
  11. 441426b cbfstool: When extracting, refer to files in CBFS as file instead of payload by Peter Stuge · 14 years ago
  12. b347e0d cbfstool: Trivial move of newline after commands in usage by Peter Stuge · 14 years ago
  13. a865b17 Allow coreboot to initialize CMOS if checksum is invalid. by Patrick Georgi · 14 years ago
  14. fe7d6b9 Add "cbfstool extract" function. by Aurelien Guillaume · 14 years ago
  15. 355632b fix compilation of mconf on some systems. by Stefan Reinauer · 14 years ago
  16. f9bd9ae Add detection support for the ITE IT8721F. by Uwe Hermann · 14 years ago
  17. 6d81646 Add detection of Nuvoton WPCM450. by Zheng Bao · 14 years ago
  18. f1939bb Per default, use SeaBIOS payload instead of no payload. by Stefan Reinauer · 14 years ago
  19. d7ce71d superiotool: Don't skip probing on a port if a a chip was detected on another port. by Stefan Reinauer · 14 years ago
  20. d43498d Various Winbond/Nuvoton W83527HG fixes as per datasheet. by Uwe Hermann · 14 years ago
  21. bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 14 years ago
  22. 312fc96 inteltool: Model 0xf2x, ICH5, i865 support. by Idwer Vollering · 14 years ago
  23. 5411e71 Update reference toolchain due to some inlining bugs in 4.5.1 by Stefan Reinauer · 14 years ago
  24. f726602 This was accidently not svn added when the compiler was updated. by Marc Jones · 14 years ago
  25. 6559f43 add license headers to some trivial files and pc87427.h by Stefan Reinauer · 14 years ago
  26. ca466b2 Add dump support for the Winbond/Nuvoton W83527HG. by Zheng Bao · 14 years ago
  27. cb6c9e0 Add detection support for the Winbond W83527HG Super I/O. by Zheng Bao · 14 years ago
  28. e7a30ee Don't skip already built targets anymore, because a recent change could have by Stefan Reinauer · 14 years ago
  29. 89ec376 Allow user to define location for Kconfig config via by Patrick Georgi · 14 years ago
  30. e55eb97 ACPI table dumping wrapper script by Stefan Reinauer · 14 years ago
  31. 3693266 Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2. by Marc Jones · 14 years ago
  32. b97030d Add Fintek F71889 detection and dump support. by David Hendricks · 14 years ago
  33. 3645e61 - Add support for Intel Pentium III MSRs by Tobias Diedrich · 14 years ago
  34. 0cda959 USBDEBUG by default in abuild was committed by mistake and by Patrick Georgi · 14 years ago
  35. e882630 Add test to check for up-to-date GPL license headers to lint. by Patrick Georgi · 14 years ago
  36. 911e2ac drop temp file from coreboot tree by Stefan Reinauer · 14 years ago
  37. 17e5266 Make lint script executable, otherwise invocation fails. by Uwe Hermann · 14 years ago
  38. 302993f lint tests can now describe what they do (for the benefit of make lint users) by Patrick Georgi · 14 years ago
  39. 558362f Set locale to POSIX to avoid problems with invalid 8bit character by Patrick Georgi · 14 years ago
  40. e85e0c7c Consensus seems that this is wanted, integrated into the tree somehow. by Patrick Georgi · 14 years ago
  41. 0e40e6b Add detection support for the Fintek F81865/F81865-I. by Zheng Bao · 14 years ago
  42. f9892166 Remove incorrect IOAPIC lines from some mptable.c files. by Uwe Hermann · 14 years ago
  43. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  44. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  45. 11abcc0a Make ectool -i work; add missing break by Peter Stuge · 14 years ago
  46. 7015989 Add small comment about LDN 5 on F71872F/FG / F71806F/FG. by Uwe Hermann · 14 years ago
  47. 760498f Fix superiotool build on non-NetBSD x86_64. by Jonathan Kollasch · 14 years ago
  48. 51ac838 Provide for I/O space access on NetBSD. by Jonathan Kollasch · 14 years ago
  49. 3f91d81 Add inteltool support for FreeBSD. by Idwer Vollering · 14 years ago
  50. a4d77dc Update superiotool support for FreeBSD, Makefile fixes. by Idwer Vollering · 14 years ago
  51. d74c774 Teach superiotool about the registers in a Fintek F71806 (and F71872). by Jonathan Kollasch · 14 years ago
  52. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  53. aa8612e fix typo in minilzma.cc, found by Idwer. by Stefan Reinauer · 14 years ago
  54. a5a7761 mkelfImage: set kernel_alignment so 2.6.31+ work by Eric W. Biederman · 14 years ago
  55. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  56. 0e8f204 The commandline parsing for abuild doing a couple of buggy things: by Warren Turkal · 14 years ago
  57. 2dd1ded minor include cleanups by Stefan Reinauer · 14 years ago
  58. 64b2600 the utility is called dumpmmcr, not dump_mmcr by Stefan Reinauer · 14 years ago
  59. e079ce3 update license header for dumpmmcr utility according to svn history. by Stefan Reinauer · 14 years ago
  60. 10ec0fe - Fix race condition in option_table.h generation by moving the include by Stefan Reinauer · 14 years ago
  61. 8fa90ec Cut the crap. by Uwe Hermann · 14 years ago
  62. 3cf287d Add support for dumping ACPI registers for i7 by Warren Turkal · 14 years ago
  63. f3d3ced Add support for dumping RCBA registers for i7 by Warren Turkal · 14 years ago
  64. 5329195 Remove some errant spaces by Warren Turkal · 14 years ago
  65. 3235eea Add DMIBAR support for Intel X58 southbridge by Warren Turkal · 14 years ago
  66. ba3b0eb The current workaround for binutils on mingw (or any non texinfo system) failed. by Patrick Georgi · 14 years ago
  67. 7f072fe Fix abuild to build all boards. Revision 5754 changed the way vendors and by Myles Watson · 14 years ago
  68. 70679a0 Simplify last_dev_p so that it matches comments. by Myles Watson · 14 years ago
  69. a7f2b0e Add support for dumping GPIOS on Intel ICH10R. This information comes from the Intel ICH10 Family Datasheet. by Warren Turkal · 14 years ago
  70. 28e4af5 Add suport for normal register dumping on ite8510E/TE/G by Anders Juel Jensen · 14 years ago
  71. 3d0ff91 Add another port to find ite8510 on. by Anders Juel Jensen · 14 years ago
  72. 4fd7df9 Add support for non LDN register/device naming. by Anders Juel Jensen · 14 years ago
  73. 280275d The LDFLAGS = -lz is needed to compile on slackware. by Anders Juel Jensen · 14 years ago
  74. acc3749 image parsing for getpir by Marc Bertens · 14 years ago
  75. f366ce0 Add support for the Intel NM10 (a variant of ICH7) and ICH8 southbridges. by Corey Osgood · 14 years ago
  76. e7b7ae2 Add support for Fintek F81216D/DG/AD by Stefan Reinauer · 14 years ago
  77. a6f000c Add support for the Nuvoton NCT5571D. This chip acts nothing like the other by Corey Osgood · 14 years ago
  78. 7c1f6b8 sconfig parser: by Stefan Reinauer · 14 years ago
  79. 03e54de Superiotool support for the IT8500 embedded controller. by Donald Huang · 14 years ago
  80. 2ad6d55 Some chips do not require enter/exit sequences. This causes them to be by David Hendricks · 14 years ago
  81. 9bf7810 make sconfig parser regeneration menu selectable by Stefan Reinauer · 14 years ago
  82. 35d346f Fix build error introduced in r5868. by Patrick Georgi · 14 years ago
  83. df61dd2 non-root devices are not supposed to be accessed outside of static.c except by by Stefan Reinauer · 14 years ago
  84. 25bf69a Adds id for ITE IT8707F to superiotool. by Mattias Mattsson · 14 years ago
  85. 2d33dc4 add i945GSE to inteltool by Björn Busse · 14 years ago
  86. 23d98c7 Add support for the Intel Atom D400/500- and N400-series integrated by Corey Osgood · 14 years ago
  87. e1822d9 Superiotool support for Nuvoton WPCE775x/NPCE781x. by David Hendricks · 14 years ago
  88. 7fc9e29 Trivial: Improve error reporting of sconfig slightly by reporting the line number. by Patrick Georgi · 14 years ago
  89. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  90. 106f7ff Add support to IT85xx series by Anton Kochkov · 14 years ago
  91. 7e59f769 Add support to extended EC series by Anton Kochkov · 14 years ago
  92. 9bb04385 fix return value checks of cbfstool's writerom by Stefan Reinauer · 14 years ago
  93. e10757e This patch adds inteltool support for i810E and ICH2. by Joseph Smith · 14 years ago
  94. 1965a23 Check for NULL before calling device_match() by Myles Watson · 14 years ago
  95. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  96. 74cd5698 inteltool: basic poulsbo sch support. by Stefan Reinauer · 14 years ago
  97. 1c60c88 whitespace cleanup inteltool cpu.c by Stefan Reinauer · 14 years ago
  98. da0b456 Added support to ICH9 chipset family by Anton Kochkov · 14 years ago
  99. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  100. ace2dc3 The AMD Fam10 code breaks with coreboot 4.5.0. by Stefan Reinauer · 14 years ago