summaryrefslogtreecommitdiff
path: root/util/cbmem/cbmem.c
AgeCommit message (Expand)Author
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-18util/cbmem: Update cbmem utility to parse the new IMD structuresTimothy Pearson
2015-04-30cbmem: Add FSP timestampsLee Leahy
2015-04-22cbmem: switch over to imd-based cbmemAaron Durbin
2015-04-14timestamps: You can never have enough of them!Julius Werner
2015-04-08timestamp: Add bootblock start and end to timestamp constantsFurquan Shaikh
2015-03-21cbmem: stop assuming 1MiB of memory can be mappedAaron Durbin
2015-01-13cbmem: Add support for new 'coreboot' compatible device tree bindingJulius Werner
2014-12-30cbmem: use a single id to name mapping tableVadim Bendebury
2014-12-03util/cbmem: Print name instead of ID of CBMEM_ID_SMM_SAVE_SPACEPaul Menzel
2014-10-18util/cbmem: Fix CBMEM TOC printingPaul Menzel
2014-10-18util/cbmem/cbmem: Remove obsolete commentPaul Menzel
2014-07-30cbmem: Terminate the cbmem console at the cursor position.Gabe Black
2014-06-20util/cbmem: Workaround for IS_ENABLED()Kyösti Mälkki
2014-04-02util/cbmem: handle larger than 1MiB mappings for consoleAaron Durbin
2013-12-05cbmem: print timestamp namesStefan Reinauer
2013-12-05Fix timestamp output in cbmem utility on ARMStefan Reinauer
2013-12-04cbmem: fix userspace utility to work with dynamic CBMEMStefan Reinauer
2013-12-04cbmem: Implement ARM supportStefan Reinauer
2013-11-25cbmem utility: compatibility with older coreboot versionsStefan Reinauer
2013-06-03util/cbmem: Fix format string in cbmem.cNico Huber
2013-04-16cbmem: map_memory: Use length modifier `j` and cast for an `off_t` argumentPaul Menzel
2013-04-14cbmem: parse_cbtable: Use length modifier `ll` `u64` argumentPaul Menzel
2013-04-09util/cbmem: Don't output trailing garbage for cbmemcVladimir Serbinenko
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2013-01-08cbmem utility: Find actual CBMEM areaStefan Reinauer
2013-01-08cbmem utility: unify debug outputStefan Reinauer
2013-01-08cbmem utility: Add option to dump cbmem consoleStefan Reinauer
2013-01-04cbmem utility: Use mmap instead of fseek/freadStefan Reinauer
2013-01-03cbmem utility: support command line optionsStefan Reinauer
2012-11-12cbmem compilation needs to use the hardened toolchainVadim Bendebury
2012-11-12Utility to dump boot timing tableVadim Bendebury