OpenBIOS: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Initial page, needs more information.)
 
(Initial OpenBIOS build instructions.)
Line 1: Line 1:
See http://openbios.org for details.
'''[http://openbios.org OpenBIOS]''' is an IEEE 1275-1994 compliant firmware which can also be used as a coreboot payload.
 
== Building ==
 
$ svn co svn://openbios.org/openbios/openbios-devel
$ cd openbios-devel
$ config/scripts/switch-arch x86
$ make
 
The file '''obj-x86/openbios-builtin.elf''' is your final OpenBIOS payload to be used with coreboot. Alternatively, you can use '''obj-x86/openbios-plain.elf''', which does not contain a built-in dictionary and is thus a lot smaller.
 
{{PD-self}}

Revision as of 10:43, 29 April 2008

OpenBIOS is an IEEE 1275-1994 compliant firmware which can also be used as a coreboot payload.

Building

$ svn co svn://openbios.org/openbios/openbios-devel
$ cd openbios-devel
$ config/scripts/switch-arch x86
$ make

The file obj-x86/openbios-builtin.elf is your final OpenBIOS payload to be used with coreboot. Alternatively, you can use obj-x86/openbios-plain.elf, which does not contain a built-in dictionary and is thus a lot smaller.

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.