aboutsummaryrefslogtreecommitdiff
path: root/src/include/console
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@se-eng.com>2013-10-30 16:25:23 -0600
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-11-10 14:12:31 +0100
commitaf0cd0921a277e0724d75e73271c8dd9ce70c0f9 (patch)
tree82d6328406e036032ff84dca68f3a49f3df8c5ab /src/include/console
parent12785d9601d8fdfe6f12289b4fd7001f304862f5 (diff)
console: Add hexdump32 function
Add a function to display memory locations in the console logfile. Change-Id: Iddb8d2e7a24357075f32c2fdf7916ae7a732247d Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/4013 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/include/console')
-rw-r--r--src/include/console/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h
index 4e9b988aba..9f347adea3 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -76,6 +76,7 @@ void post_code(u8 value);
void mainboard_post(u8 value);
void __attribute__ ((noreturn)) die(const char *msg);
int do_printk(int msg_level, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
+void hexdump32(char LEVEL, const void *d, int len);
#if defined(__BOOT_BLOCK__) && !CONFIG_BOOTBLOCK_CONSOLE || \
(defined(__PRE_RAM__) && !defined(__BOOT_BLOCK__)) && !CONFIG_EARLY_CONSOLE