Add initial support for a CBFS module for coreinfo.
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 7 Jul 2009 15:10:13 +0000 (15:10 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 7 Jul 2009 15:10:13 +0000 (15:10 +0000)
commit941c1fd52a96fd3e238d1798127a137e4c4eb659
treee1c955c516869087df95a4bde873d9aad6bcea35
parent280df106c0711235bfc891abfbab0020d2d0266a
Add initial support for a CBFS module for coreinfo.

Currently it prints a list of components in CBFS and their size/type.
There's a bunch of additional output that could be printed, but that's
for another patch.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4404 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/coreinfo/Kconfig
payloads/coreinfo/Makefile
payloads/coreinfo/cbfs_module.c [new file with mode: 0644]
payloads/coreinfo/coreinfo.c