summaryrefslogtreecommitdiffstats
path: root/util/cbmem/cbmem.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbmem: Handle EC_VBOOT_DONE timestampShawn Nematbakhsh2015-10-291-0/+3
* util/cbmem: Fix failure with certain cbmem base alignmentsTimothy Pearson2015-10-161-23/+38
* coreboot: introduce commonlibAaron Durbin2015-09-221-6/+3
* 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-211-1/+1
* 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
* 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
* cbmem: Implement ARM supportStefan Reinauer2013-12-041-4/+27
* cbmem utility: compatibility with older coreboot versionsStefan Reinauer2013-11-251-2/+22
* util/cbmem: Fix format string in cbmem.cNico Huber2013-06-031-1/+2
* cbmem: map_memory: Use length modifier `j` and cast for an `off_t` argumentPaul Menzel2013-04-161-1/+1
* cbmem: parse_cbtable: Use length modifier `ll` `u64` argumentPaul Menzel2013-04-141-1/+1
* util/cbmem: Don't output trailing garbage for cbmemcVladimir Serbinenko2013-04-091-1/+11
* Implement GCC code coverage analysisStefan Reinauer2013-01-121-7/+129
* cbmem utility: Find actual CBMEM areaStefan Reinauer2013-01-081-1/+83
* cbmem utility: unify debug outputStefan Reinauer2013-01-081-2/+3
* cbmem utility: Add option to dump cbmem consoleStefan Reinauer2013-01-081-3/+58
* cbmem utility: Use mmap instead of fseek/freadStefan Reinauer2013-01-041-85/+123
* cbmem utility: support command line optionsStefan Reinauer2013-01-031-1/+52
* cbmem compilation needs to use the hardened toolchainVadim Bendebury2012-11-121-1/+1
* Utility to dump boot timing tableVadim Bendebury2012-11-121-0/+274