Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31653
Change subject: doc/util: Improve cbmem utility description ......................................................................
doc/util: Improve cbmem utility description
Change-Id: Ieddcf100d8db25f3ae9ac182cd374918e38d4f4c Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M Documentation/util.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/31653/1
diff --git a/Documentation/util.md b/Documentation/util.md index f8fabc1..8f252c4 100644 --- a/Documentation/util.md +++ b/Documentation/util.md @@ -26,7 +26,7 @@ * _fmaptool_ - Converts plaintext fmd files into fmap blobs `C` * _rmodtool_ - Creates rmodules `C` * _ifwitool_ - For manipulating IFWI `C` -* __cbmem__ - Cbmem console log reader `C` +* __cbmem__ - CBMEM parser to read e.g. timestamps and console log `C` * __checklist__ - Board implementation checklist generator `Make` * __chromeos__ - These scripts can be used to extract System Agent reference code and other blobs (e.g. mrc.bin, refcode, VGA option roms)