1. 1571dc9 Cast arguments to ctype(3) functions through (int)(unsigned char). by Jonathan Kollasch · 13 years ago
  2. cff573d DirectHW fixes for coreboot utilities by Stefan Reinauer · 13 years ago
  3. 155c379 nvramtool: Move code so it has access to the right data structures by Mathias Krause · 13 years ago
  4. 943b8b5 nvramtool: Change precedence order for data sources by Mathias Krause · 13 years ago
  5. b0c94a1 Add NetBSD support to nvramtool. by jakllsch · 14 years ago
  6. 36ade67 Separate CMOS layout from lbtable handling by Patrick Georgi · 14 years ago
  7. 1e916e0 Move CMOS handling into separate files in accessors by Patrick Georgi · 14 years ago
  8. 49a7443 Move the parser for cmos.layout text files to accessors by Patrick Georgi · 14 years ago
  9. c6d2b09 Move CLI portion of nvramtool into cli/ subdirectory as first step towards librarization. by Patrick Georgi · 14 years ago
  10. c7ca3e5 Eliminate a couple of 3-line functions that barely wrap *printf calls by Patrick Georgi · 14 years ago
  11. bf64985 No need to add varargs magic to a simple regex wrapper. by Patrick Georgi · 14 years ago
  12. a595058 If the tool has 64bit issues, we need to find and fix them. No papering over them. by Stefan Reinauer · 14 years ago
  13. 6e29665 Add CFLAGS when compiling resulting executable. It broke 64bit systems, because the rest uses -m32 now. by Rudolf Marek · 14 years ago
  14. 202be7b Add nvramtool -D option that allows taking cmos data from by Patrick Georgi · 14 years ago
  15. 269e932 Add nvramtool -C option that takes a CBFS file as argument. by Patrick Georgi · 14 years ago
  16. 9cd7eba Add support for working on in-memory CMOS data (eg. as loaded from a file). by Patrick Georgi · 14 years ago
  17. be5a178 Abstract CMOS accesses a bit more in preparation of using files for CMOS data. by Patrick Georgi · 14 years ago
  18. 0d4f653 There's another place where nvramtool can look for by Patrick Georgi · 14 years ago
  19. 024ec85 Remove overengineering, part 1/many by Patrick Georgi · 14 years ago
  20. 2601697 Eliminate strict aliasing related warnings. by Patrick Georgi · 14 years ago
  21. 6559f43 add license headers to some trivial files and pc87427.h by Stefan Reinauer · 14 years ago
  22. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  23. 42944c3 nvramtool: Consider a string with non-printable characters a "bad value". by Stefan Reinauer · 15 years ago
  24. 90b96b6 indent all of nvramtool to make it fit into coreboot's coding style by Stefan Reinauer · 15 years ago
  25. 61c6aec Initialize memory before using it. put_bits wants it that way. Trivial. by Patrick Georgi · 15 years ago
  26. ac7a2d2 fix some wrong occurences of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  27. 4db6cbd by Stefan Reinauer · 15 years ago
  28. 775c04e commit svn:externals for last commit (what a pain) (1/2) by Stefan Reinauer · 15 years ago
  29. 764fe40 This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  30. 50f37b0 Move the nvramtool manpage to section 8 (as it's only really usable as root), by Uwe Hermann · 16 years ago
  31. 6a4bf98 Allow nvramtool to build and work on FreeBSD. Tested on FreeBSD 7. by Andriy Gapon · 16 years ago
  32. a67aab7 Add string support to nvramtool. by Stefan Reinauer · 16 years ago
  33. 297b91c fix two minor bugs in nvramtool. (trivial) by Stefan Reinauer · 16 years ago
  34. cbb5ba8 Rename lxbios to nvramtool, step 3 (rename directory). by Uwe Hermann · 16 years ago