index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cbmem
Age
Commit message (
Expand
)
Author
2014-07-30
cbmem: Terminate the cbmem console at the cursor position.
Gabe Black
2014-06-20
util/cbmem: Workaround for IS_ENABLED()
Kyösti Mälkki
2014-04-02
util/cbmem: handle larger than 1MiB mappings for console
Aaron Durbin
2014-01-11
util/cbmem/Makfile: Add rule `junit.xml` for Jenkins
Paul Menzel
2013-12-05
cbmem: print timestamp names
Stefan Reinauer
2013-12-05
Fix timestamp output in cbmem utility on ARM
Stefan Reinauer
2013-12-04
cbmem: fix userspace utility to work with dynamic CBMEM
Stefan Reinauer
2013-12-04
cbmem: Implement ARM support
Stefan Reinauer
2013-11-25
cbmem utility: compatibility with older coreboot versions
Stefan Reinauer
2013-07-01
cbmem: Fix makefile
Stefan Tauner
2013-06-03
util/cbmem: Fix format string in cbmem.c
Nico Huber
2013-04-16
cbmem: map_memory: Use length modifier `j` and cast for an `off_t` argument
Paul Menzel
2013-04-15
cbmem: Makefile: Allow to override `CC` variable
Paul Menzel
2013-04-14
cbmem: parse_cbtable: Use length modifier `ll` `u64` argument
Paul Menzel
2013-04-09
util/cbmem: Don't output trailing garbage for cbmemc
Vladimir Serbinenko
2013-01-12
Implement GCC code coverage analysis
Stefan Reinauer
2013-01-08
cbmem utility: Find actual CBMEM area
Stefan Reinauer
2013-01-08
cbmem utility: unify debug output
Stefan Reinauer
2013-01-08
cbmem utility: Add option to dump cbmem console
Stefan Reinauer
2013-01-08
cbmem utility: drop obsolete python based implementation
Stefan Reinauer
2013-01-04
cbmem utility: Use mmap instead of fseek/fread
Stefan Reinauer
2013-01-03
cbmem utility: support command line options
Stefan Reinauer
2012-11-12
cbmem compilation needs to use the hardened toolchain
Vadim Bendebury
2012-11-12
Utility to dump boot timing table
Vadim Bendebury
2012-11-08
Get more informative output from cbmem.py
Vadim Bendebury
2012-11-08
Fix cbmem to work on 64 bit platforms
Vadim Bendebury
2012-03-30
Revamp cbmem.py to use the coreboot tables.
Gabe Black
2012-03-29
Introduce utility for parsing CBMEM contents.
Vadim Bendebury