Bios extract: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Undo revision 11747 by Idwer (talk))
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
'''Manual installation'''
'''Manual installation'''


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


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


== Development guidelines ==
== Development guidelines ==


We use the same [[Development Guidelines#Coding_style|coding style as coreboot]] (which is basically the Linux kernel coding style).
We use the same [[Development Guidelines#Coding_style|coding style as coreboot]] (which is basically the Linux kernel coding style).

Latest revision as of 15:02, 22 September 2020

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/bios_extract
$ cd bios_extract
$ make
$ sudo make install

You can view sources via cgit.

Development guidelines

We use the same coding style as coreboot (which is basically the Linux kernel coding style).