Add a coreinfo module which can hexdump arbitrary RAM regions and
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 8 Jul 2008 16:18:38 +0000 (16:18 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 8 Jul 2008 16:18:38 +0000 (16:18 +0000)
commit2fbbb29e54ee6a28461ea130e02eeee2984edb22
tree8662718bddb5a012615cae5079256a43c1fcf233
parenta4793182e892c71660e24dbe12198a653f7ec1e6
Add a coreinfo module which can hexdump arbitrary RAM regions and
allows you to scroll through the RAM contents.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3419 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/coreinfo/Kconfig
payloads/coreinfo/Makefile
payloads/coreinfo/coreinfo.c
payloads/coreinfo/ramdump_module.c [new file with mode: 0644]