summaryrefslogtreecommitdiffstats
path: root/util/nvramtool
Commit message (Expand)AuthorAgeFilesLines
* nvramtool: Fix building on Linux systems with musl libcEvgeny Zinoviev2022-06-231-1/+1
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-011-9/+9
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-142-29/+7
* .gitignore: Ignore .test/.dependencies globallyPatrick Georgi2020-10-311-2/+0
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+3
* util: Allow overriding gcc as default host compilerPatrick Georgi2020-06-041-1/+1
* util/nvramtool: Remove license boiler plate from DISCLAIMER file, tooPatrick Georgi2020-05-111-8/+1
* util: Use SPDX headersPatrick Georgi2020-05-1124-428/+24
* util/nvramtool: Remove "this file is part of" linesPatrick Georgi2020-05-1125-94/+0
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-093-28/+3
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-0926-162/+0
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-062-4/+2
* util/nvramtool: Remove 2nd initializationElyes HAOUAS2020-04-101-1/+0
* util/nvramtool: fix building on OpenBSDEvgeny Zinoviev2020-03-102-2/+8
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-242-2/+2
* util/*: more typo fixesPatrick Georgi2020-01-302-2/+2
* util/nvramtool: Create nvramtool object directories earlierPatrick Georgi2020-01-201-2/+1
* util/*/Makefile: Rename -W to -WextraJacob Garber2019-07-231-1/+1
* 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