Age | Commit message (Expand) | Author |
2020-10-31 | .gitignore: Ignore .test/.dependencies globally | Patrick Georgi |
2020-10-30 | .gitignore: Split into subdirectory files | Patrick Georgi |
2020-06-04 | util: Allow overriding gcc as default host compiler | Patrick Georgi |
2020-05-11 | util/nvramtool: Remove license boiler plate from DISCLAIMER file, too | Patrick Georgi |
2020-05-11 | util: Use SPDX headers | Patrick Georgi |
2020-05-11 | util/nvramtool: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | util/: Replace GPLv2 boiler plate with SPDX header | Patrick Georgi |
2020-05-09 | AUTHORS, util/: Drop individual copyright notices | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-04-10 | util/nvramtool: Remove 2nd initialization | Elyes HAOUAS |
2020-03-10 | util/nvramtool: fix building on OpenBSD | Evgeny Zinoviev |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-01-30 | util/*: more typo fixes | Patrick Georgi |
2020-01-20 | util/nvramtool: Create nvramtool object directories earlier | Patrick Georgi |
2019-07-23 | util/*/Makefile: Rename -W to -Wextra | Jacob Garber |
2019-07-07 | util/nvramtool: Mark out_of_memory() as noreturn | Jacob Garber |
2019-07-07 | util/nvramtool: Enable -Wmissing-prototypes | Jacob Garber |
2019-07-07 | util/nvramtool: Make internal function static | Jacob Garber |
2019-07-07 | util/nvramtool: Include missing header | Jacob Garber |
2018-11-17 | treewide: use /usr/bin/env where appropriate | Yegor Timoshenko |
2018-08-27 | util/nvramtool: Fix typos & remove unneeded whitespace | Elyes HAOUAS |
2018-07-26 | util: Add description.md to each util | Tom Hiller |
2018-06-15 | util/cbfstool: Support FIT payloads | Patrick Rudolph |
2018-05-04 | cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF | Patrick Rudolph |
2018-04-16 | nvramtool: Fix build with OpenBSD | Piotr Kubaj |
2018-02-06 | nvramtool: Fix message when option table is not found | Arthur Heymans |
2017-12-09 | nvramtool: Add dummy cmos-hw-unix accessor implementation for non-x86 | Paul Kocialkowski |
2017-10-29 | util/*: don't strip executables | Patrick Georgi |
2017-06-27 | util: change coreboot to lowercase | Martin Roth |
2017-06-07 | Use www.coreboot.org over coreboot.org | Paul Menzel |
2017-06-07 | Use more secure HTTPS URLs for coreboot sites | Paul Menzel |
2017-06-06 | util/nvramtool: Bail out on unaligned multi-byte entries | Nico Huber |
2016-07-31 | nvramtool: Don't consider reserved regions to be "out of range" | Patrick Georgi |
2016-04-11 | util/nvramtool/cli/nvramtool.c: Add newline to error message | Paul Menzel |
2016-02-26 | nvramtool: Print computed and stored checksum in case of mismatch. | Denis 'GNUtoo' Carikli |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |
2016-01-13 | utils: Remove old license text from help & disclaimer file | Martin Roth |
2015-12-02 | util/nvramtool: Use correct virtual address when mapping tables | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-24 | util: Update makefiles for junit testing | Martin Roth |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-06 | nvramtool: fix getopt handling with unsigned char | Stefan Tauner |
2014-12-02 | nvramtool: make sure that strings are 0-terminated | Patrick Georgi |
2014-12-02 | nvramtool: cmos_read(): Use malloc() instead of alloca() | Andrew Engelbrecht |
2014-08-12 | nvramtool: plug some memory leaks | Patrick Georgi |
2014-08-10 | nvramtool: check for successful seek | Patrick Georgi |
2014-08-03 | nvramtool: Close file after use | Patrick Georgi |
2014-01-31 | utils: Install man pages as non-executable (chmod 644) | Lubomir Rintel |
2013-12-21 | nvramtool: add -MG to makefile to make it pass clang | Yunlian Jiang |