summaryrefslogtreecommitdiff
path: root/util/nvramtool
AgeCommit message (Expand)Author
2020-10-31.gitignore: Ignore .test/.dependencies globallyPatrick Georgi
2020-10-30.gitignore: Split into subdirectory filesPatrick Georgi
2020-06-04util: Allow overriding gcc as default host compilerPatrick Georgi
2020-05-11util/nvramtool: Remove license boiler plate from DISCLAIMER file, tooPatrick Georgi
2020-05-11util: Use SPDX headersPatrick Georgi
2020-05-11util/nvramtool: Remove "this file is part of" linesPatrick Georgi
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-10util/nvramtool: Remove 2nd initializationElyes HAOUAS
2020-03-10util/nvramtool: fix building on OpenBSDEvgeny Zinoviev
2020-02-24treewide: Capitalize 'CMOS'Elyes HAOUAS
2020-01-30util/*: more typo fixesPatrick Georgi
2020-01-20util/nvramtool: Create nvramtool object directories earlierPatrick Georgi
2019-07-23util/*/Makefile: Rename -W to -WextraJacob Garber
2019-07-07util/nvramtool: Mark out_of_memory() as noreturnJacob Garber
2019-07-07util/nvramtool: Enable -Wmissing-prototypesJacob Garber
2019-07-07util/nvramtool: Make internal function staticJacob Garber
2019-07-07util/nvramtool: Include missing headerJacob Garber
2018-11-17treewide: use /usr/bin/env where appropriateYegor Timoshenko
2018-08-27util/nvramtool: Fix typos & remove unneeded whitespaceElyes HAOUAS
2018-07-26util: Add description.md to each utilTom Hiller
2018-06-15util/cbfstool: Support FIT payloadsPatrick Rudolph
2018-05-04cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph
2018-04-16nvramtool: Fix build with OpenBSDPiotr Kubaj
2018-02-06nvramtool: Fix message when option table is not foundArthur Heymans
2017-12-09nvramtool: Add dummy cmos-hw-unix accessor implementation for non-x86Paul Kocialkowski
2017-10-29util/*: don't strip executablesPatrick Georgi
2017-06-27util: change coreboot to lowercaseMartin Roth
2017-06-07Use www.coreboot.org over coreboot.orgPaul Menzel
2017-06-07Use more secure HTTPS URLs for coreboot sitesPaul Menzel
2017-06-06util/nvramtool: Bail out on unaligned multi-byte entriesNico Huber
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