summaryrefslogtreecommitdiffstats
path: root/util/cbmem
Commit message (Expand)AuthorAgeFilesLines
* util/cbmem: Enable -Wmissing-prototypesJacob Garber2019-07-021-1/+1
* util/cbmem: Make internal functions staticJacob Garber2019-07-021-4/+4
* util/cbmem: Enable -WextraJacob Garber2019-07-021-1/+1
* util/cbmem: Use correct integer types for loop indicesJacob Garber2019-07-021-16/+8
* util/cbmem: Update banner string regular expressionYou-Cheng Syu2019-07-011-1/+3
* {src,util}: Remove duplicated includesElyes HAOUAS2019-05-071-1/+0
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-7/+4
* util/cbmem: Improve utility descriptionKyösti Mälkki2019-03-011-1/+1
* cbmem: use aligned_memcpy for reading cbmem address informationAaron Durbin2019-02-011-1/+1
* cbmem: Enable AArch64 supportAdam Kallai2018-12-031-3/+3
* cbmem: Fix remaining mapped memory accesses to use aligned_memcpy()Julius Werner2018-11-271-2/+2
* treewide: use /usr/bin/env where appropriateYegor Timoshenko2018-11-171-1/+1
* util/cbmem/Makefile: Remove .dependencies on `clean`Nico Huber2018-10-091-2/+1
* Move compiler.h to commonlibNico Huber2018-10-082-33/+1
* util/cbmem: Handle arguments more carefullyArthur Heymans2018-08-021-0/+5
* util/cbmem: Add cbmem TCPA log supportPhilipp Deppenwiese2018-07-281-6/+70
* util: Add description.md to each utilTom Hiller2018-07-261-0/+1
* util/cbmem: Fix compare function for qsortFurquan Shaikh2018-05-181-1/+6
* cbmem: Sort timestamp entriesRaul E Rangel2018-05-131-3/+21
* util/cbmem: Re-order regex for "cbmem -1"Furquan Shaikh2018-02-191-3/+3
* util/cbmem: Print timestamp frequency in verbose modeMartin Roth2017-12-121-5/+5
* util/cbmem: fix feedback for 'be explicit about memory map sizes'Aaron Durbin2017-10-021-5/+2
* util/cbmem: be explicit about memory map sizesAaron Durbin2017-09-281-227/+285
* util/cbmem: make data structure accesses constAaron Durbin2017-09-281-38/+39
* util/cbmem: Pretty print STAGEx_META and _CACHEKyösti Mälkki2017-09-061-1/+15
* util/cbmem, util/cbfstool: resolve macro errors on FreeBSDIdwer Vollering2017-08-111-0/+4
* add __must_check to */compiler.hCaveh Jalali2017-08-081-0/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-1/+29
* cbmem: Escape literal asterisks in log banner regexJulius Werner2017-06-141-1/+1
* cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner2017-05-181-1/+4
* util/cbmem: mmap underflow on low addressesAaron Durbin2017-05-151-1/+3
* cbmem: Add new command line flag to dump console for one boot onlyJulius Werner2017-05-021-4/+37
* Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner2017-04-201-24/+39
* cbmem: Add custom aligned memcpy() implementationJulius Werner2017-04-141-1/+31
* cbmem: Exit with an errorlevel of 0 after printing helpMartin Roth2016-09-151-4/+5
* util/cbmem: Initialize variablePatrick Georgi2016-07-311-1/+1
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-311-1/+0
* cbmem: share additional time stamps IDsAntonello Dettori2016-07-201-98/+0
* util/cbmem: Scale time stamp values correctlyAaron Durbin2016-03-141-2/+3
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-0/+2
* util/cbmem: Add new depthcharge timestampsJulius Werner2016-02-041-6/+11
* chromeos: Add timestamps to measure VPD read timesJulius Werner2016-01-271-0/+4
* utils: Remove old license text from help & disclaimer fileMartin Roth2016-01-131-3/+1
* cbmem: Makefile: Add install targetDenis 'GNUtoo' Carikli2015-12-291-5/+11
* util/cbmem: Add --rawdump <cbtable ID> and extend -l outputPratik Prajapati2015-11-201-3/+72
* util/cbmem: Fix out of bounds accessAaron Durbin2015-11-201-3/+1
* util/cbmem: remove duplicated cbmem data structure logic.Aaron Durbin2015-11-041-123/+80
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* util/cbmem: Handle EC_VBOOT_DONE timestampShawn Nematbakhsh2015-10-291-0/+3
* util: Update makefiles for junit testingMartin Roth2015-10-241-18/+1