summaryrefslogtreecommitdiffstats
path: root/util/nvramtool
Commit message (Expand)AuthorAgeFilesLines
...
* nvramtool: Close file after usePatrick Georgi2014-08-031-0/+1
* utils: Install man pages as non-executable (chmod 644)Lubomir Rintel2014-01-311-1/+1
* nvramtool: add -MG to makefile to make it pass clangYunlian Jiang2013-12-211-1/+1
* nvramtool: write size field more obviouslyPatrick Georgi2013-11-191-2/+4
* nvramtool: Use CMOS_SIZE for cmos sizePatrick Georgi2013-05-041-3/+3
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-012-2/+2
* nvramtool: reduce memory mappingPatrick Georgi2013-02-221-43/+47
* Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin2013-01-041-1/+1
* nvramtool: fsync for mingw.Zheng Bao2012-11-141-0/+5
* build: build coreboot on mingw.Zheng Bao2012-10-227-2/+84
* nvramtool: uname in NetBSD doesnt take "-o"Zheng Bao2012-09-282-2/+2
* nvramtool: Require no hw access for integrated MakefileZheng Bao2012-09-281-4/+0
* nvramtool: Read/write binary data as binaryPatrick Georgi2012-09-251-2/+2
* Isolate Kconfig host compiler optionsPatrick Georgi2012-09-141-4/+0
* nvramtool: Set build flags for FreeBSDZheng Bao2012-09-111-0/+4
* nvramtool: Remove the building warning on older gccZheng Bao2012-09-111-0/+1
* nvramtool: use C99 PRIx64 / PRId64 for uint64_t variablesStefan Reinauer2012-05-251-4/+6
* Fix build with CMOS support on various platformsPatrick Georgi2012-05-083-3/+10
* nvramtool: Allow build under CygwinRaymond Danks2012-04-292-2/+11
* nvramtool: Unify nvramtool and build_opt_tblVikram Narayanan2012-04-2111-9/+304
* nvramtool: Allow spaces in enumeration namesPatrick Georgi2012-04-211-1/+1
* hexdump: fix compiler warningVikram Narayanan2012-04-071-9/+9
* nvramtool: 64bit safe CBFS handlingPatrick Georgi2012-04-031-9/+9
* Add nvramtool to coreboot build systemPatrick Georgi2012-04-031-0/+48
* Fix warnings in coreboot utilities.Stefan Reinauer2012-03-301-1/+5
* remove trailing whitespaceStefan Reinauer2011-11-012-3/+3
* nvramtool: Fix CMOS checksum to match coreboot (and /dev/nvram)Stefan Reinauer2011-10-221-1/+1
* Cast arguments to ctype(3) functions through (int)(unsigned char).Jonathan Kollasch2011-04-192-3/+3
* DirectHW fixes for coreboot utilitiesStefan Reinauer2011-03-182-2/+2
* nvramtool: Move code so it has access to the right data structuresMathias Krause2011-03-103-22/+16
* nvramtool: Change precedence order for data sourcesMathias Krause2011-03-081-11/+26
* Add NetBSD support to nvramtool.jakllsch2011-02-082-0/+50
* Separate CMOS layout from lbtable handlingPatrick Georgi2011-01-284-420/+462
* Move CMOS handling into separate files in accessorsPatrick Georgi2011-01-286-151/+168
* Move the parser for cmos.layout text files to accessorsPatrick Georgi2011-01-284-4/+4
* Move CLI portion of nvramtool into cli/ subdirectory as first step towards li...Patrick Georgi2011-01-285-7/+10
* Eliminate a couple of 3-line functions that barely wrap *printf callsPatrick Georgi2011-01-282-72/+9
* No need to add varargs magic to a simple regex wrapper.Patrick Georgi2011-01-284-56/+27
* If the tool has 64bit issues, we need to find and fix them. No papering over ...Stefan Reinauer2011-01-241-1/+1
* Add CFLAGS when compiling resulting executable. It broke 64bit systems, becau...Rudolf Marek2011-01-241-1/+1
* Add nvramtool -D option that allows taking cmos data fromPatrick Georgi2011-01-214-6/+43
* Add nvramtool -C option that takes a CBFS file as argument.Patrick Georgi2011-01-219-16/+378
* Add support for working on in-memory CMOS data (eg.Patrick Georgi2011-01-212-1/+60
* Abstract CMOS accesses a bit more in preparation of usingPatrick Georgi2011-01-211-28/+63
* There's another place where nvramtool can look forPatrick Georgi2011-01-211-0/+4
* Remove overengineering, part 1/manyPatrick Georgi2011-01-184-62/+7
* Eliminate strict aliasing related warnings.Patrick Georgi2011-01-182-4/+7
* add license headers to some trivial files and pc87427.hStefan Reinauer2010-12-171-6/+19
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-278-14/+14
* nvramtool: Consider a string with non-printable characters a "bad value".Stefan Reinauer2010-01-161-5/+21