Bios extract

From coreboot
Revision as of 06:35, 4 December 2012 by XVilka (talk | contribs) (Added page for bios_extract utility)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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!

bios_extract is a GPL tool for extracting individual modules from proprietary BIOS/UEFI images.

This utility should work on most modern UNIX-like operating systems; it has been tested on at least Linux and FreeBSD. It is very useful for extracting PCI Expansion ROMs from onboard devices, like IGP graphics, raid controllers, nic boot roms, etc, for inclusion in a coreboot image.

Installation

Manual installation

$ git clone http://review.coreboot.org/p/bios_extract
$ cd bios_extract
$ make
$ sudo make install

You can view sources via gitweb - http://review.coreboot.org/gitweb?p=bios_extract.git