summaryrefslogtreecommitdiff
path: root/util/nvramtool
AgeCommit message (Expand)Author
2016-07-31nvramtool: Don't consider reserved regions to be "out of range"Patrick Georgi
2016-04-11util/nvramtool/cli/nvramtool.c: Add newline to error messagePaul Menzel
2016-02-26nvramtool: Print computed and stored checksum in case of mismatch.Denis 'GNUtoo' Carikli
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-01-13utils: Remove old license text from help & disclaimer fileMartin Roth
2015-12-02util/nvramtool: Use correct virtual address when mapping tablesTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-24util: Update makefiles for junit testingMartin Roth
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-06nvramtool: fix getopt handling with unsigned charStefan Tauner
2014-12-02nvramtool: make sure that strings are 0-terminatedPatrick Georgi
2014-12-02nvramtool: cmos_read(): Use malloc() instead of alloca()Andrew Engelbrecht
2014-08-12nvramtool: plug some memory leaksPatrick Georgi
2014-08-10nvramtool: check for successful seekPatrick Georgi
2014-08-03nvramtool: Close file after usePatrick Georgi
2014-01-31utils: Install man pages as non-executable (chmod 644)Lubomir Rintel
2013-12-21nvramtool: add -MG to makefile to make it pass clangYunlian Jiang
2013-11-19nvramtool: write size field more obviouslyPatrick Georgi
2013-05-04nvramtool: Use CMOS_SIZE for cmos sizePatrick Georgi
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-22nvramtool: reduce memory mappingPatrick Georgi
2013-01-04Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin
2012-11-14nvramtool: fsync for mingw.Zheng Bao
2012-10-22build: build coreboot on mingw.Zheng Bao
2012-09-28nvramtool: uname in NetBSD doesnt take "-o"Zheng Bao
2012-09-28nvramtool: Require no hw access for integrated MakefileZheng Bao
2012-09-25nvramtool: Read/write binary data as binaryPatrick Georgi
2012-09-14Isolate Kconfig host compiler optionsPatrick Georgi
2012-09-11nvramtool: Set build flags for FreeBSDZheng Bao
2012-09-11nvramtool: Remove the building warning on older gccZheng Bao
2012-05-25nvramtool: use C99 PRIx64 / PRId64 for uint64_t variablesStefan Reinauer
2012-05-08Fix build with CMOS support on various platformsPatrick Georgi
2012-04-29nvramtool: Allow build under CygwinRaymond Danks
2012-04-21nvramtool: Unify nvramtool and build_opt_tblVikram Narayanan
2012-04-21nvramtool: Allow spaces in enumeration namesPatrick Georgi
2012-04-07hexdump: fix compiler warningVikram Narayanan
2012-04-03nvramtool: 64bit safe CBFS handlingPatrick Georgi
2012-04-03Add nvramtool to coreboot build systemPatrick Georgi
2012-03-30Fix warnings in coreboot utilities.Stefan Reinauer
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-22nvramtool: Fix CMOS checksum to match coreboot (and /dev/nvram)Stefan Reinauer
2011-04-19Cast arguments to ctype(3) functions through (int)(unsigned char).Jonathan Kollasch
2011-03-18DirectHW fixes for coreboot utilitiesStefan Reinauer
2011-03-10nvramtool: Move code so it has access to the right data structuresMathias Krause
2011-03-08nvramtool: Change precedence order for data sourcesMathias Krause
2011-02-08Add NetBSD support to nvramtool.jakllsch
2011-01-28Separate CMOS layout from lbtable handlingPatrick Georgi
2011-01-28Move CMOS handling into separate files in accessorsPatrick Georgi
2011-01-28Move the parser for cmos.layout text files to accessorsPatrick Georgi