Coreinfo: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Initial coreinfo page.)
 
m (Add coreinfo screenshots from QEMU.)
Line 1: Line 1:
'''coreinfo''' is a small informational [[Payloads|payload]] for coreboot. Currently, it can display CPU information, PCI information, and coreboot table information.
'''coreinfo''' is a small informational [[Payloads|payload]] for coreboot. Currently, it can display CPU information, PCI information, and coreboot table information.
== Screenshots ==
<gallery>
Image:Coreinfo cpu.png|<small>CPU info</small>
Image:Coreinfo pci.png|<small>PCI info</small>
Image:Coreinfo coreboot.png|<small>coreboot table</small>
Image:Coreinfo cmos.png|<small>CMOS dump</small>
</gallery>


== Downloading and building coreinfo ==
== Downloading and building coreinfo ==

Revision as of 21:04, 27 March 2008

coreinfo is a small informational payload for coreboot. Currently, it can display CPU information, PCI information, and coreboot table information.

Screenshots

Downloading and building coreinfo

The coreinfo payload uses libpayload, thus you need to get that first and build it:

$ svn://coreboot.org/repos/trunk/payloads/libpayload
$ cd libpayload
$ make menuconfig
$ make

You can then get coreinfo itself and build it:

$ cd ..
$ svn://coreboot.org/repos/trunk/payloads/coreinfo
$ cd coreinfo
$ make menuconfig
$ make

The file build/coreinfo.elf is your final coreinfo payload which you can use with coreboot.


Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.