Age | Commit message (Expand) | Author |
2018-02-06 | nvramtool: Fix message when option table is not found | Arthur Heymans |
2017-12-09 | nvramtool: Add dummy cmos-hw-unix accessor implementation for non-x86 | Paul Kocialkowski |
2017-10-29 | util/*: don't strip executables | Patrick Georgi |
2017-06-27 | util: change coreboot to lowercase | Martin Roth |
2017-06-07 | Use www.coreboot.org over coreboot.org | Paul Menzel |
2017-06-07 | Use more secure HTTPS URLs for coreboot sites | Paul Menzel |
2017-06-06 | util/nvramtool: Bail out on unaligned multi-byte entries | Nico Huber |
2016-07-31 | nvramtool: Don't consider reserved regions to be "out of range" | Patrick Georgi |
2016-04-11 | util/nvramtool/cli/nvramtool.c: Add newline to error message | Paul Menzel |
2016-02-26 | nvramtool: Print computed and stored checksum in case of mismatch. | Denis 'GNUtoo' Carikli |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |
2016-01-13 | utils: Remove old license text from help & disclaimer file | Martin Roth |
2015-12-02 | util/nvramtool: Use correct virtual address when mapping tables | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-24 | util: Update makefiles for junit testing | Martin Roth |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-06 | nvramtool: fix getopt handling with unsigned char | Stefan Tauner |
2014-12-02 | nvramtool: make sure that strings are 0-terminated | Patrick Georgi |
2014-12-02 | nvramtool: cmos_read(): Use malloc() instead of alloca() | Andrew Engelbrecht |
2014-08-12 | nvramtool: plug some memory leaks | Patrick Georgi |
2014-08-10 | nvramtool: check for successful seek | Patrick Georgi |
2014-08-03 | nvramtool: Close file after use | Patrick Georgi |
2014-01-31 | utils: Install man pages as non-executable (chmod 644) | Lubomir Rintel |
2013-12-21 | nvramtool: add -MG to makefile to make it pass clang | Yunlian Jiang |
2013-11-19 | nvramtool: write size field more obviously | Patrick Georgi |
2013-05-04 | nvramtool: Use CMOS_SIZE for cmos size | Patrick Georgi |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-22 | nvramtool: reduce memory mapping | Patrick Georgi |
2013-01-04 | Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". | Hung-Te Lin |
2012-11-14 | nvramtool: fsync for mingw. | Zheng Bao |
2012-10-22 | build: build coreboot on mingw. | Zheng Bao |
2012-09-28 | nvramtool: uname in NetBSD doesnt take "-o" | Zheng Bao |
2012-09-28 | nvramtool: Require no hw access for integrated Makefile | Zheng Bao |
2012-09-25 | nvramtool: Read/write binary data as binary | Patrick Georgi |
2012-09-14 | Isolate Kconfig host compiler options | Patrick Georgi |
2012-09-11 | nvramtool: Set build flags for FreeBSD | Zheng Bao |
2012-09-11 | nvramtool: Remove the building warning on older gcc | Zheng Bao |
2012-05-25 | nvramtool: use C99 PRIx64 / PRId64 for uint64_t variables | Stefan Reinauer |
2012-05-08 | Fix build with CMOS support on various platforms | Patrick Georgi |
2012-04-29 | nvramtool: Allow build under Cygwin | Raymond Danks |
2012-04-21 | nvramtool: Unify nvramtool and build_opt_tbl | Vikram Narayanan |
2012-04-21 | nvramtool: Allow spaces in enumeration names | Patrick Georgi |
2012-04-07 | hexdump: fix compiler warning | Vikram Narayanan |
2012-04-03 | nvramtool: 64bit safe CBFS handling | Patrick Georgi |
2012-04-03 | Add nvramtool to coreboot build system | Patrick Georgi |
2012-03-30 | Fix warnings in coreboot utilities. | Stefan Reinauer |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-10-22 | nvramtool: Fix CMOS checksum to match coreboot (and /dev/nvram) | Stefan Reinauer |
2011-04-19 | Cast arguments to ctype(3) functions through (int)(unsigned char). | Jonathan Kollasch |
2011-03-18 | DirectHW fixes for coreboot utilities | Stefan Reinauer |
2011-03-10 | nvramtool: Move code so it has access to the right data structures | Mathias Krause |
2011-03-08 | nvramtool: Change precedence order for data sources | Mathias Krause |
2011-02-08 | Add NetBSD support to nvramtool. | jakllsch |
2011-01-28 | Separate CMOS layout from lbtable handling | Patrick Georgi |
2011-01-28 | Move CMOS handling into separate files in accessors | Patrick Georgi |
2011-01-28 | Move the parser for cmos.layout text files to accessors | Patrick Georgi |
2011-01-28 | Move CLI portion of nvramtool into cli/ subdirectory as first step towards li... | Patrick Georgi |
2011-01-28 | Eliminate a couple of 3-line functions that barely wrap *printf calls | Patrick Georgi |
2011-01-28 | No need to add varargs magic to a simple regex wrapper. | Patrick Georgi |
2011-01-24 | If the tool has 64bit issues, we need to find and fix them. No papering over ... | Stefan Reinauer |
2011-01-24 | Add CFLAGS when compiling resulting executable. It broke 64bit systems, becau... | Rudolf Marek |
2011-01-21 | Add nvramtool -D option that allows taking cmos data from | Patrick Georgi |
2011-01-21 | Add nvramtool -C option that takes a CBFS file as argument. | Patrick Georgi |
2011-01-21 | Add support for working on in-memory CMOS data (eg. | Patrick Georgi |
2011-01-21 | Abstract CMOS accesses a bit more in preparation of using | Patrick Georgi |
2011-01-21 | There's another place where nvramtool can look for | Patrick Georgi |
2011-01-18 | Remove overengineering, part 1/many | Patrick Georgi |
2011-01-18 | Eliminate strict aliasing related warnings. | Patrick Georgi |
2010-12-17 | add license headers to some trivial files and pc87427.h | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-01-16 | nvramtool: Consider a string with non-printable characters a "bad value". | Stefan Reinauer |
2010-01-13 | indent all of nvramtool to make it fit into coreboot's | Stefan Reinauer |
2009-11-17 | Initialize memory before using it. put_bits wants it that way. | Patrick Georgi |
2009-09-23 | fix some wrong occurences of the FSF's address (trivial) | Stefan Reinauer |
2009-09-01 | nvramtool: | Stefan Reinauer |
2009-06-30 | commit svn:externals for last commit (what a pain) (1/2) | Stefan Reinauer |
2009-03-17 | This patch adds "high coreboot table support" to coreboot version 2. | Stefan Reinauer |
2008-10-31 | Move the nvramtool manpage to section 8 (as it's only really usable as root), | Uwe Hermann |
2008-10-30 | Allow nvramtool to build and work on FreeBSD. Tested on FreeBSD 7. | Andriy Gapon |
2008-09-27 | Add string support to nvramtool. | Stefan Reinauer |
2008-09-18 | fix two minor bugs in nvramtool. (trivial) | Stefan Reinauer |
2008-03-01 | Rename lxbios to nvramtool, step 3 (rename directory). | Uwe Hermann |