Coreinfo

From coreboot
Revision as of 20:06, 25 March 2008 by Uwe (talk | contribs) (Initial coreinfo page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The wiki is being retired!

Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!

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

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.