cc47d9dcf8
libpayload: hexdump: Use p
as conversion specifier for pointers
...
Change-Id: Ie5c279ef90bd9ed5e2624bf852dcff1f06531a13
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net >
Reviewed-on: http://review.coreboot.org/4767
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com >
2014-12-19 21:15:05 +01:00
ccf53af8a9
libpayload/libc/hexdump.c: Take const void *memory
as argument
...
`*memory` is not changed in `hexdump()` and just read so make it
`const`.
Change-Id: I9504d25ab5c785f05c39c9a4f48c21f68659a829
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net >
Reviewed-on: http://review.coreboot.org/5403
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com >
Reviewed-by: Patrick Georgi <pgeorgi@google.com >
Tested-by: build bot (Jenkins)
2014-12-19 21:07:22 +01:00
0f027e421a
libpayload: hexdump.c: Change type of length argument to size_t
...
Representing a (non-negative) length with a signed integer is not
optimal, so change its type to `size_t`.
Change-Id: Ic0c2b7e081ba32d917409568ee53007d9ab7f8f3
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net >
Reviewed-on: http://review.coreboot.org/4768
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de >
2014-08-10 08:30:07 +02:00
86545f7978
libpayload: Add simple hexdump function
...
- prints hex and ascii
- detects duplicate all zero lines
Change-Id: I084b3072bc05725b23c5c3ca0dbf1533f164a08c
Signed-off-by: Stefan Reinauer <reinauer@google.com >
Reviewed-on: https://gerrit.chromium.org/gerrit/63660
Reviewed-by: David Hendricks <dhendrix@chromium.org >
Commit-Queue: Stefan Reinauer <reinauer@chromium.org >
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com >
Author: Ronald G. Minnich <rminnich@gmail.com >
Reviewed-on: http://review.coreboot.org/4393
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com >
Tested-by: build bot (Jenkins)
2013-12-16 17:53:58 +01:00