summaryrefslogtreecommitdiff
path: root/util/cbmem
AgeCommit message (Expand)Author
2021-02-25util/cbmem: Update MakefilesMartin Roth
2020-10-31.gitignore: Ignore .test/.dependencies globallyPatrick Georgi
2020-10-30.gitignore: Split into subdirectory filesPatrick Georgi
2020-10-08rules.h: change verstage name if it starts before bootblockKangheui Won
2020-05-11treewide: 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-01-30util/*: more typo fixesPatrick Georgi
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2020-01-20util/cbmem: simplify include lines in MakefileIdwer Vollering
2019-07-02util/cbmem: Enable -Wmissing-prototypesJacob Garber
2019-07-02util/cbmem: Make internal functions staticJacob Garber
2019-07-02util/cbmem: Enable -WextraJacob Garber
2019-07-02util/cbmem: Use correct integer types for loop indicesJacob Garber
2019-07-01util/cbmem: Update banner string regular expressionYou-Cheng Syu
2019-05-07{src,util}: Remove duplicated includesElyes HAOUAS
2019-03-07security/tpm: Fix TCPA log featurePhilipp Deppenwiese
2019-03-01util/cbmem: Improve utility descriptionKyösti Mälkki
2019-02-01cbmem: use aligned_memcpy for reading cbmem address informationAaron Durbin
2018-12-03cbmem: Enable AArch64 supportAdam Kallai
2018-11-27cbmem: Fix remaining mapped memory accesses to use aligned_memcpy()Julius Werner
2018-11-17treewide: use /usr/bin/env where appropriateYegor Timoshenko
2018-10-09util/cbmem/Makefile: Remove .dependencies on `clean`Nico Huber
2018-10-08Move compiler.h to commonlibNico Huber
2018-08-02util/cbmem: Handle arguments more carefullyArthur Heymans
2018-07-28util/cbmem: Add cbmem TCPA log supportPhilipp Deppenwiese
2018-07-26util: Add description.md to each utilTom Hiller
2018-05-18util/cbmem: Fix compare function for qsortFurquan Shaikh
2018-05-13cbmem: Sort timestamp entriesRaul E Rangel
2018-02-19util/cbmem: Re-order regex for "cbmem -1"Furquan Shaikh
2017-12-12util/cbmem: Print timestamp frequency in verbose modeMartin Roth
2017-10-02util/cbmem: fix feedback for 'be explicit about memory map sizes'Aaron Durbin
2017-09-28util/cbmem: be explicit about memory map sizesAaron Durbin
2017-09-28util/cbmem: make data structure accesses constAaron Durbin
2017-09-06util/cbmem: Pretty print STAGEx_META and _CACHEKyösti Mälkki
2017-08-11util/cbmem, util/cbfstool: resolve macro errors on FreeBSDIdwer Vollering
2017-08-08add __must_check to */compiler.hCaveh Jalali
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-14cbmem: Escape literal asterisks in log banner regexJulius Werner
2017-05-18cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner
2017-05-15util/cbmem: mmap underflow on low addressesAaron Durbin
2017-05-02cbmem: Add new command line flag to dump console for one boot onlyJulius Werner
2017-04-20Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner
2017-04-14cbmem: Add custom aligned memcpy() implementationJulius Werner
2016-09-15cbmem: Exit with an errorlevel of 0 after printing helpMartin Roth
2016-07-31util/cbmem: Initialize variablePatrick Georgi
2016-07-31Remove extra newlines from the end of all coreboot files.Martin Roth
2016-07-20cbmem: share additional time stamps IDsAntonello Dettori
2016-03-14util/cbmem: Scale time stamp values correctlyAaron Durbin