summaryrefslogtreecommitdiffstats
path: root/util/nvramtool
Commit message (Expand)AuthorAgeFilesLines
* util/nvramtool: Mark out_of_memory() as noreturnJacob Garber2019-07-072-2/+2
* util/nvramtool: Enable -Wmissing-prototypesJacob Garber2019-07-071-1/+1
* util/nvramtool: Make internal function staticJacob Garber2019-07-071-1/+1
* util/nvramtool: Include missing headerJacob Garber2019-07-071-0/+2
* treewide: use /usr/bin/env where appropriateYegor Timoshenko2018-11-171-1/+1
* util/nvramtool: Fix typos & remove unneeded whitespaceElyes HAOUAS2018-08-271-49/+49
* util: Add description.md to each utilTom Hiller2018-07-261-0/+2
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-0/+1
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-1/+1
* nvramtool: Fix build with OpenBSDPiotr Kubaj2018-04-162-2/+6
* nvramtool: Fix message when option table is not foundArthur Heymans2018-02-061-1/+1
* nvramtool: Add dummy cmos-hw-unix accessor implementation for non-x86Paul Kocialkowski2017-12-091-1/+29
* util/*: don't strip executablesPatrick Georgi2017-10-291-2/+0
* util: change coreboot to lowercaseMartin Roth2017-06-272-2/+2
* Use www.coreboot.org over coreboot.orgPaul Menzel2017-06-071-1/+1
* Use more secure HTTPS URLs for coreboot sitesPaul Menzel2017-06-0727-28/+28
* util/nvramtool: Bail out on unaligned multi-byte entriesNico Huber2017-06-064-0/+16
* nvramtool: Don't consider reserved regions to be "out of range"Patrick Georgi2016-07-311-1/+4
* util/nvramtool/cli/nvramtool.c: Add newline to error messagePaul Menzel2016-04-111-1/+1
* nvramtool: Print computed and stored checksum in case of mismatch.Denis 'GNUtoo' Carikli2016-02-261-0/+2
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-0/+1
* utils: Remove old license text from help & disclaimer fileMartin Roth2016-01-132-7/+0
* util/nvramtool: Use correct virtual address when mapping tablesTimothy Pearson2015-12-021-0/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3125-79/+0
* util: Update makefiles for junit testingMartin Roth2015-10-241-1/+1
* Remove empty lines at end of fileElyes HAOUAS2015-06-089-10/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2126-48/+26
* nvramtool: fix getopt handling with unsigned charStefan Tauner2015-04-061-2/+1
* nvramtool: make sure that strings are 0-terminatedPatrick Georgi2014-12-021-1/+1
* nvramtool: cmos_read(): Use malloc() instead of alloca()Andrew Engelbrecht2014-12-021-1/+4
* nvramtool: plug some memory leaksPatrick Georgi2014-08-122-3/+8
* nvramtool: check for successful seekPatrick Georgi2014-08-101-2/+2
* 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