summaryrefslogtreecommitdiffstats
path: root/util/cbmem
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* util/cbmem: Fix failure with certain cbmem base alignmentsTimothy Pearson2015-10-161-23/+38
* coreboot: introduce commonlibAaron Durbin2015-09-222-7/+4
* util/cbmem: add -T option for machine parseable timestampsAaron Durbin2015-08-311-18/+61
* timestamp: add tick frequency to exported tableAaron Durbin2015-08-311-25/+32
* util/cbmem: accumulate total time for all entriesAaron Durbin2015-08-141-3/+14
* cbmem: export base_time in timestamp tableAaron Durbin2015-07-141-3/+15
* cbmem: convert x86 timestamps on OpenBSDPatrick Georgi2015-07-141-1/+18
* cbmem: Break out CBMEM_ID to a separate header fileMarc Jones2015-06-091-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-212-2/+2
* util/cbmem: Update cbmem utility to parse the new IMD structuresTimothy Pearson2015-05-181-15/+43
* cbmem: Add FSP timestampsLee Leahy2015-04-301-1/+14
* cbmem: switch over to imd-based cbmemAaron Durbin2015-04-221-0/+4
* timestamps: You can never have enough of them!Julius Werner2015-04-141-22/+30
* timestamp: Add bootblock start and end to timestamp constantsFurquan Shaikh2015-04-081-0/+2
* cbmem: stop assuming 1MiB of memory can be mappedAaron Durbin2015-03-211-20/+33
* cbmem: Add support for new 'coreboot' compatible device tree bindingJulius Werner2015-01-131-17/+158
* cbmem: use a single id to name mapping tableVadim Bendebury2014-12-301-29/+1
* util/cbmem: Print name instead of ID of CBMEM_ID_SMM_SAVE_SPACEPaul Menzel2014-12-031-0/+1
* util/cbmem: Fix CBMEM TOC printingPaul Menzel2014-10-181-1/+1
* util/cbmem/cbmem: Remove obsolete commentPaul Menzel2014-10-181-1/+0
* cbmem: Terminate the cbmem console at the cursor position.Gabe Black2014-07-301-2/+3
* util/cbmem: Workaround for IS_ENABLED()Kyösti Mälkki2014-06-201-0/+1
* util/cbmem: handle larger than 1MiB mappings for consoleAaron Durbin2014-04-021-14/+36
* util/cbmem/Makfile: Add rule `junit.xml` for JenkinsPaul Menzel2014-01-111-0/+18
* cbmem: print timestamp namesStefan Reinauer2013-12-051-10/+78
* Fix timestamp output in cbmem utility on ARMStefan Reinauer2013-12-051-5/+30
* cbmem: fix userspace utility to work with dynamic CBMEMStefan Reinauer2013-12-041-35/+210