nvramtool: 64bit safe CBFS handling
[coreboot.git] / util / nvramtool /
2012-04-03 Patrick Georginvramtool: 64bit safe CBFS handling
2012-04-03 Patrick GeorgiAdd nvramtool to coreboot build system
2012-03-30 Stefan ReinauerFix warnings in coreboot utilities.
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-22 Stefan Reinauernvramtool: Fix CMOS checksum to match coreboot (and...
2011-04-19 Jonathan KollaschCast arguments to ctype(3) functions through (int)...
2011-03-18 Stefan ReinauerDirectHW fixes for coreboot utilities
2011-03-10 Mathias Krausenvramtool: Move code so it has access to the right...
2011-03-08 Mathias Krausenvramtool: Change precedence order for data sources
2011-02-08 jakllschAdd NetBSD support to nvramtool.
2011-01-28 Patrick GeorgiSeparate CMOS layout from lbtable handling
2011-01-28 Patrick GeorgiMove CMOS handling into separate files in accessors
2011-01-28 Patrick GeorgiMove the parser for cmos.layout text files to accessors
2011-01-28 Patrick GeorgiMove CLI portion of nvramtool into cli/ subdirectory...
2011-01-28 Patrick GeorgiEliminate a couple of 3-line functions that barely...
2011-01-28 Patrick GeorgiNo need to add varargs magic to a simple regex wrapper.
2011-01-24 Stefan ReinauerIf the tool has 64bit issues, we need to find and fix...
2011-01-24 Rudolf MarekAdd CFLAGS when compiling resulting executable. It...
2011-01-21 Patrick GeorgiAdd nvramtool -D option that allows taking cmos data...
2011-01-21 Patrick GeorgiAdd nvramtool -C option that takes a CBFS file as argument.
2011-01-21 Patrick GeorgiAdd support for working on in-memory CMOS data (eg.
2011-01-21 Patrick GeorgiAbstract CMOS accesses a bit more in preparation of...
2011-01-21 Patrick GeorgiThere's another place where nvramtool can look for
2011-01-18 Patrick GeorgiRemove overengineering, part 1/many
2011-01-18 Patrick GeorgiEliminate strict aliasing related warnings.
2010-12-17 Stefan Reinaueradd license headers to some trivial files and pc87427.h
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-01-16 Stefan Reinauernvramtool: Consider a string with non-printable charact...
2010-01-13 Stefan Reinauerindent all of nvramtool to make it fit into coreboot's
2009-11-17 Patrick GeorgiInitialize memory before using it. put_bits wants it...
2009-09-23 Stefan Reinauerfix some wrong occurences of the FSF's address (trivial)
2009-09-01 Stefan Reinauernvramtool:
2009-06-30 Stefan Reinauercommit svn:externals for last commit (what a pain)...
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2008-10-31 Uwe HermannMove the nvramtool manpage to section 8 (as it's only...
2008-10-30 Andriy GaponAllow nvramtool to build and work on FreeBSD. Tested...
2008-09-27 Stefan ReinauerAdd string support to nvramtool.
2008-09-18 Stefan Reinauerfix two minor bugs in nvramtool. (trivial)
2008-03-01 Uwe HermannRename lxbios to nvramtool, step 3 (rename directory).