Welcome to coreboot: Difference between revisions

From coreboot
Jump to navigation Jump to search
(git/gerrit update)
(pipermail url changed)
(7 intermediate revisions by 5 users not shown)
Line 3: Line 3:
<div style="margin-top:0.5em; margin-bottom:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#efefff; align:right; border:1px solid #aabbcc;">
<div style="margin-top:0.5em; margin-bottom:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#efefff; align:right; border:1px solid #aabbcc;">
'''coreboot''' is a Free Software project aimed at replacing the proprietary [http://wikipedia.org/wiki/BIOS BIOS] (firmware) found in most computers. coreboot performs a little bit of hardware initialization and then executes additional boot logic, called a [[Payloads|payload]].
'''coreboot''' is a Free Software project aimed at replacing the proprietary [http://wikipedia.org/wiki/BIOS BIOS] (firmware) found in most computers. coreboot performs a little bit of hardware initialization and then executes additional boot logic, called a [[Payloads|payload]].


With the separation of hardware initialization and later boot logic, coreboot can scale from specialized applications that run directly from firmware, run operating systems in flash, load custom bootloaders, or implement firmware standards, like [[SeaBIOS | PC BIOS services]] or [[TianoCore | UEFI]]. This allows for systems to only include the features necessary in the target application, reducing the amount of code and flash space required.
With the separation of hardware initialization and later boot logic, coreboot can scale from specialized applications that run directly from firmware, run operating systems in flash, load custom bootloaders, or implement firmware standards, like [[SeaBIOS | PC BIOS services]] or [[TianoCore | UEFI]]. This allows for systems to only include the features necessary in the target application, reducing the amount of code and flash space required.


coreboot currently supports over '''[[Supported Motherboards|230]]''' different mainboards. Check the [[Support]] page to see if your system is supported.
coreboot currently supports over '''[[Supported Motherboards|230]]''' different mainboards. Check the [[Support]] page to see if your system is supported.


<small>
<small>
coreboot was formerly known as [http://www.coreboot.org/pipermail/coreboot/2008-January/029133.html LinuxBIOS].  
coreboot was formerly known as [http://www.coreboot.org/pipermail/coreboot/2008-January/029135.html LinuxBIOS].  
</small>
</small>
</div>
</div>


<div style="margin-top:0.5em; margin-bottom:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#efefff; align:right; border:1px solid #aabbcc;">
<div style="margin-top:0.5em; margin-bottom:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#efefff; align:right; border:1px solid #aabbcc;">
coreboot is switching to [[git]] and we will use the [http://review.coreboot.org gerrit] patch review tool.
coreboot recently switched to [[git]] and [http://review.coreboot.org gerrit] is now used as patch review tool.
</div>
</div>


Line 33: Line 30:
<small>
<small>
* 100% Free Software (GPL), no royalties, no license fees!
* 100% Free Software (GPL), no royalties, no license fees!
* Fast boot times (3 seconds to Linux console)
* Fast boot times (500 milliseconds to verified Linux kernel)
<!-- * Avoids the need for a slow/buggy/proprietary BIOS -->
<!-- * Avoids the need for a slow/buggy/proprietary BIOS -->
<!-- * Runs in 32-Bit protected mode almost from the start -->
<!-- * Runs in 32-Bit protected mode almost from the start -->
Line 74: Line 71:
* [[SeaBIOS]] / [[FILO]] / [[GRUB2]] / [[Payloads|...]] <!-- / [[OpenFirmware]] / [[OpenBIOS]] -->
* [[SeaBIOS]] / [[FILO]] / [[GRUB2]] / [[Payloads|...]] <!-- / [[OpenFirmware]] / [[OpenBIOS]] -->
* [[Linux]] / [[Windows]] / [[FreeBSD]] / [[NetBSD]] / [[Payloads|...]] <!-- / [http://openbsd.org/ OpenBSD]-->
* [[Linux]] / [[Windows]] / [[FreeBSD]] / [[NetBSD]] / [[Payloads|...]] <!-- / [http://openbsd.org/ OpenBSD]-->
* [[Etherboot]] / [[GPXE]] / [[Payloads|...]]
* [[Etherboot]] / [[GPXE]] / [[iPXE]] / [[Payloads|...]]
<!--* [[Memtest86]]
<!--* [[Memtest86]]
* [[Bayou]] / [[Coreinfo]] / [[Tint]] / [[Libpayload]]-->
* [[Bayou]] / [[Coreinfo]] / [[Tint]] / [[Libpayload]]-->
Line 98: Line 95:
[[Image:chip_devel.png]]
[[Image:chip_devel.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''<span style="font-variant:small-caps; font-size:150%">Developers</span>'''<br /><small>Get involved! Help us make coreboot better.</small><small><hr />[[Development Guidelines]] | [[Developer Manual]] | [http://qa.coreboot.org/docs/doxygen.php Doxygen] | [http://tracker.coreboot.org/trac/coreboot/browser/trunk Browse Source] | [[GSoC]] | [[Flag Days]] | [[Distributed and Automated Testsystem|Testsystem]]</small>
'''<span style="font-variant:small-caps; font-size:150%">Developers</span>'''<br /><small>Get involved! Help us make coreboot better.</small><small><hr />[[Development Guidelines]] | [[Developer Manual]] | [http://qa.coreboot.org/docs/doxygen.php Doxygen] | [http://review.coreboot.org/gitweb?p=coreboot.git;a=tree Browse Source] | [[GSoC]] | [[Flag Days]] | [[Distributed and Automated Testsystem|Testsystem]]</small>
|}
|}


Line 156: Line 153:
<small>
<small>
<!-- * '''2011/mon/day:''' coreboot event at [[Link]] in somecity -->
<!-- * '''2011/mon/day:''' coreboot event at [[Link]] in somecity -->
* '''2011/05/11-14:''' coreboot and [[Flashrom|flashrom]] booths at [http://www.linuxtag.org/ LinuxTag] in Berlin
* [[GSoC|2011 Google Summer of Code]]
</small>
</small>



Revision as of 12:54, 4 February 2013

coreboot is a Free Software project aimed at replacing the proprietary BIOS (firmware) found in most computers. coreboot performs a little bit of hardware initialization and then executes additional boot logic, called a payload.

With the separation of hardware initialization and later boot logic, coreboot can scale from specialized applications that run directly from firmware, run operating systems in flash, load custom bootloaders, or implement firmware standards, like PC BIOS services or UEFI. This allows for systems to only include the features necessary in the target application, reducing the amount of code and flash space required.

coreboot currently supports over 230 different mainboards. Check the Support page to see if your system is supported.

coreboot was formerly known as LinuxBIOS.

coreboot recently switched to git and gerrit is now used as patch review tool.

  • 100% Free Software (GPL), no royalties, no license fees!
  • Fast boot times (500 milliseconds to verified Linux kernel)
  • Supports many mainboards, chipsets, and payloads

About
Find out more about coreboot.
Press | Logo | History | Screenshots/Videos | Contributors | Sponsors | Products | Vendors

Developers
Get involved! Help us make coreboot better.
Development Guidelines | Developer Manual | Doxygen | Browse Source | GSoC | Flag Days | Testsystem

Status
Find out whether your hardware is already supported.
Supported Boards | Supported Chipsets | Board Status Pages | Build Status

Related Tools
Tools and libraries related to coreboot.
Flashrom | Superiotool | Nvramtool | Buildrom | Mkelfimage | Inteltool | Msrtool | Ectool | Hardware tools | Abuild | SerialICE

Getting Started
Download coreboot and get started.
Build HOWTO | Downloads | Documentation | QEMU | AMD SimNow | Build from Windows

Support
Learn how to contact us and find help and support.
FAQ | Mailinglist | IRC | Issue Tracker | Glossary | coreboot Options
make menuconfig in coreboot


News (blog)

<rss max=5>http://blogs.coreboot.org/feed/</rss>


Upcoming Events



{{#widget:Ohloh Project|id=coreboot|type=partner_badge}} {{#widget:Ohloh Project|id=coreboot|type=cocomo}}