summaryrefslogtreecommitdiffstats
path: root/util/cbmem
Commit message (Expand)AuthorAgeFilesLines
* 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
* cbmem: Implement ARM supportStefan Reinauer2013-12-041-4/+27
* cbmem utility: compatibility with older coreboot versionsStefan Reinauer2013-11-251-2/+22
* cbmem: Fix makefileStefan Tauner2013-07-011-1/+1
* 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: Makefile: Allow to override `CC` variablePaul Menzel2013-04-151-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: drop obsolete python based implementationStefan Reinauer2013-01-081-259/+0
* 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-122-9/+8
* Utility to dump boot timing tableVadim Bendebury2012-11-122-0/+319
* Get more informative output from cbmem.pyVadim Bendebury2012-11-081-0/+6
* Fix cbmem to work on 64 bit platformsVadim Bendebury2012-11-081-1/+1
* Revamp cbmem.py to use the coreboot tables.Gabe Black2012-03-301-109/+158
* Introduce utility for parsing CBMEM contents.Vadim Bendebury2012-03-291-0/+204
OpenPOWER on IntegriCloud