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