Welcome to coreboot: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Added link to LinuxTag news entry)
No edit summary
(321 intermediate revisions by 25 users not shown)
Line 1: Line 1:
<table width="100%" valign="top"><tr valign="top"><td width="80%">
<table width="100%" valign="top"><tr valign="top"><td width="80%">


<div style="margin-top: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;">
'''LinuxBIOS''' is a Free Software project aimed at replacing the proprietary BIOS (firmware) you can find in most of today's computers.
'''coreboot''' is an Open Source 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]].


It performs just a little bit of hardware initialization and then executes a so-called [[Payloads|payload]], for example a [[Linux]] kernel, [[FILO]], [[GRUB2]], [http://www.openbios.org/ OpenBIOS], [http://www.openbios.org/Open_Firmware Open Firmware], [http://www.openbios.org/SmartFirmware SmartFirmware], [http://www.gnu.org/software/gnufi/ GNUFI] (UEFI), [[Etherboot]], [[ADLO]] (for booting [http://en.wikipedia.org/wiki/Windows_2000 Windows 2000] and [http://openbsd.org/ OpenBSD]), [[Plan 9]], or [[memtest86]].
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.
 
<small>
coreboot was formerly known as [http://www.coreboot.org/pipermail/coreboot/2008-January/029135.html LinuxBIOS].  
</small>
</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;">
coreboot uses [[git]] for source control and [http://review.coreboot.org gerrit] as the patch review tool.  Please read the [https://review.coreboot.org/gitweb?p=coreboot.git;a=blob;f=Documentation/gerrit_guidelines.md;hb=HEAD gerrit etiquette] document before submitting or reviewing patches.
</div>
</div>
{| cellspacing=5 cellpadding=5 border=0 valign="top" width=100%
 
{| cellspacing=0 cellpadding=8 border=0 margin=0 padding=0 align="top" width=100%
|-
|-
|style="vertical-align:top"|
|style="vertical-align:top"|
'''<span style="font-variant:small-caps;">Benefits</span>''' &mdash;
 
<small>There are many reasons for using LinuxBIOS.</small>
{{Box|
<hr />
BORDER = #8898bf|
BACKGROUND = yellow|
WIDTH = 100%|
ICON = <small>[[Benefits|More...]]</small>|
HEADING = <span style="font-variant:small-caps; font-size:120%">[[Benefits]]</span>|
CONTENT =
<small>
* 100% Free Software (GPL), no royalties, no license fees!
* 100% Free Software (GPL), no royalties, no license fees!
* Fast boot times (3 seconds from power-on 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 -->
* Written in C, contains virtually no assembly code
<!-- * Written in C, contains virtually no assembly code -->
* Supports a wide variety of [[Supported Chipsets and Devices|hardware]] and [[payloads]]
* Supports many [[Supported Motherboards|mainboards]], [[Supported Chipsets and Devices|chipsets]], and [[payloads]]
* Further features: netboot, serial console, remote flashing, ...
<!-- * Further features: netboot, serial console, remote flashing, ... -->
</small>
}}
 
|style="vertical-align:top"|
|style="vertical-align:top"|
'''<span style="font-variant:small-caps;">[[Use Cases]]</span>''' &mdash;
 
<small>LinuxBIOS can be deployed in a wide range of scenarios.</small>
{{Box|
<hr />
BORDER = #8898bf|
* Standard desktop computers and servers
BACKGROUND = #d1adf6|
* [[Clusters]], high-performance computing
WIDTH = 100%|
* Embedded solutions, appliances, terminals
ICON = <small>[[Use Cases|More...]]</small>|
* [http://en.wikipedia.org/wiki/Small_form_factor Small form factor computers], [http://en.wikipedia.org/wiki/Home_theater_PC Home-theater PCs] (HTPC)
HEADING = <span style="font-variant:small-caps; font-size:120%">[[Use Cases]]</span>|
* No-moving-parts solutions (except for CPU fan & power supply)
CONTENT =
* Various non-standard scenarios (e.g. FPGA in Opteron socket)
<small>
* [http://wiki.laptop.org/go/LinuxBIOS One Laptop per Child] (OLPC)
* Desktop PCs, servers, [[Laptop|laptops]]
* [[Clusters]]
<!-- * Set-Top-Boxes, thin clients -->
* Embedded solutions
<!-- * [http://en.wikipedia.org/wiki/Small_form_factor Small form factor computers], [http://en.wikipedia.org/wiki/Home_theater_PC Home-theater PCs] -->
<!-- * No-moving-parts solutions (ROM chip as "disk") -->
<!-- * Non-standard scenarios (e.g. FPGA in Opteron socket) -->
</small>
}}
 
|style="vertical-align:top"|
 
{{Box|
BORDER = #8898bf|
BACKGROUND = lime|
WIDTH = 100%|
ICON = <small>[[Payloads|More...]]</small>|
HEADING = <span style="font-variant:small-caps; font-size:120%">[[Payloads]]</span>|
CONTENT =
<small>
* [[SeaBIOS]] / [[FILO]] / [[GRUB2]] / [[Payloads|...]] <!-- / [[OpenFirmware]] / [[OpenBIOS]] -->
* [[Linux]] / [[Windows]] / [[FreeBSD]] / [[NetBSD]] / [[Payloads|...]] <!-- / [http://openbsd.org/ OpenBSD]-->
* [[Etherboot]] / [[GPXE]] / [[iPXE]] / [[Payloads|...]]
<!--* [[Memtest86]]
* [[Bayou]] / [[Coreinfo]] / [[Tint]] / [[Libpayload]]-->
</small>
}}
 
|}
|}


'''<span style="font-variant:small-caps;">Quick-Links</span>'''<hr />
{| cellspacing=5 cellpadding=15 border=0 valign="top" width=100%
 
{| cellspacing=5 cellpadding=5 border=0 valign="top" width=100%
| width=50% style="vertical-align:top"|
| width=50% style="vertical-align:top"|


{|
{|
|style="vertical-align:top"|
|style="vertical-align:top"|
[[Image:chip_lb.png]]
[[Image:chip_cb.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''About'''<br /><small>Find out more about LinuxBIOS.</small><hr />[[News]] | [[Press]] | [[History]] | [[Documentation]] | [[Screenshots|Screenshots & Videos]] | [[Contributors]] | [[Sponsors]]
'''<span style="font-variant:small-caps; font-size:150%">About</span>'''<br /><small>Find out more about coreboot.</small><small><hr />[[Press]] | [[Logo]] | [[History]] | [[Screenshots|Screenshots/Videos]] | [[Contributors]] | [[Sponsors]] | [[Products]] | [[Vendors]]</small>
|}
|}


Line 50: Line 95:
[[Image:chip_devel.png]]
[[Image:chip_devel.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''Developers'''<br /><small>Get involved! Help us make LinuxBIOS better!</small><hr />[[Development Guidelines]] | [http://tracker.linuxbios.org/trac/LinuxBIOS/ Issue Tracker] | [http://qa.linuxbios.org/docs/doxygen.php Doxygen] | [http://tracker.linuxbios.org/trac/LinuxBIOS/browser/trunk/LinuxBIOSv2 Browse Source] | [[JTAG/BSDL Guide|JTAG]] | [[EHCI Debug Port]] | [[Distributed and Automated Testsystem|Testsystem]] | [[GSoC]]
'''<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]] | [[Where to start]] | [[Distributed and Automated Testsystem|Testsystem]]</small>
|}
|}


Line 60: Line 105:
[[Image:chip_status.png]]
[[Image:chip_status.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''Status'''<br /><small>Find out whether your hardware is already supported.</small><hr />[[Supported Motherboards]] | [[Supported Chipsets and Devices|Supported Chipsets & Devices]] | [http://qa.linuxbios.org Build Status]
'''<span style="font-variant:small-caps; font-size:150%">Status</span>'''<br /><small>Find out whether your hardware is already supported.</small><small><hr />[[Supported Motherboards|Supported Boards]] | [[Supported Chipsets and Devices|Supported Chipsets]] | [[:Category:Tutorials|Board Status Pages]] | [[Blob Matrix|Blob Matrix]] | [http://qa.coreboot.org Build Status]</small>
|}
|}


Line 67: Line 112:
{|
{|
|style="vertical-align:top"|
|style="vertical-align:top"|
[[Image:chip_vendors.png]]
[[Image:chip_tools.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''Vendors & Products'''<br /><small>Do you want to deploy LinuxBIOS? Buy LinuxBIOS solutions?</small><hr />[[Products]] | [[Clusters]] | [[Laptop]] | [[Desktops]]
'''<span style="font-variant:small-caps; font-size:150%">Related Tools</span>'''<br /><small>Tools and libraries related to coreboot.</small><small><hr />[http://www.flashrom.org flashrom] | [[Superiotool]] | [[Nvramtool]] | [[Buildrom]] | [[Mkelfimage]] | [[Inteltool]] | [[Msrtool]] | [[Ectool]] | [[Developer_Manual/Tools|Hardware tools]] | [[Abuild]] | [http://serialice.com SerialICE]</small>
|}
|}


Line 79: Line 124:
[[Image:chip_101.png]]
[[Image:chip_101.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''Getting Started'''<br /><small>Download LinuxBIOS and get started!</small><hr />[[Download LinuxBIOS|Downloads]] | [[Payloads]] | [[QEMU]] | [[Documentation#How-To.27s|Build Tutorials]] | [[Confirmed working svn revisions|Confirmed Working SVN Revisions]] | [[Buildrom]] | [[Flashrom]] | [[Misc]]
'''<span style="font-variant:small-caps; font-size:150%">Getting Started</span>'''<br /><small>Download coreboot and get started.</small><small><hr />[[Build HOWTO]] | [[Download coreboot|Downloads]] | [[Documentation]] | [[QEMU]] | [[AMD SimNow]] | [[Build from Windows]]</small>
|}
|}


Line 88: Line 133:
[[Image:chip_support.png]]
[[Image:chip_support.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''Support'''<br /><small>Learn how to contact us and find help and support.</small><hr />[[Mailinglist]] | [[FAQ]] | [[Glossary]] | [[LinuxBIOS Options]]
'''<span style="font-variant:small-caps; font-size:150%">Support</span>'''<br /><small>Learn how to contact us and find help and support.</small><small><hr />[[FAQ]] | [[Mailinglist]] | [[IRC]] | [[Glossary]] | [[coreboot Options|coreboot Options]]</small>
|}
|}


Line 94: Line 139:
</td><td width="20%">
</td><td width="20%">


[[Image:Post card1.jpg|thumb|A BIOS POST card for PCI, used for early hardware debugging in LinuxBIOS.]]
[[File:Coreboot menuconfig.png|center|thumb|[[Build HOWTO|make menuconfig]] in coreboot]]
 
<br clear=all />
<br clear=all />


'''<span style="font-variant:small-caps;">News</span>'''<hr />
'''<span style="font-variant:small-caps; font-size:120%">[http://blogs.coreboot.org News (blog)]</span>'''<hr />
<small>
<small>
* '''2007/05/23:''' [[News#2007.2F05.2F23_LinuxBIOS_booth_at_LinuxTag_in_Berlin.2C_29.2F5-2.2F6|LinuxBIOS booth at LinuxTag in Berlin 29/5-2/6]]
<rss max=5>http://blogs.coreboot.org/feed/</rss>
* '''2007/05/05:''' [[News#2007.2F05.2F05_DIGITAL-LOGIC_MSM800SEV_now_supported|DIGITAL-LOGIC MSM800SEV now supported]]
</small>
* '''2007/05/04:''' [[News#2007.2F05.2F04_AMD_Norwich_support_and_generally_improved_AMD_Geode_LX_support|AMD Norwich support and generally improved AMD Geode LX support]]
 
* '''2007/03/14:''' [[News#2007.2F03.2F14_LinuxBIOS_participating_in_Google_Summer_of_Code_2007|LinuxBIOS participating in Google Summer of Code 2007]]
 
* '''2007/02/24:''' [[News#2007.2F02.2F24_LinuxBIOS_talk_at_FOSDEM_2007|LinuxBIOS talk (video) at FOSDEM 2007]]
'''<span style="font-variant:small-caps; font-size:120%">[[Current events|Events]]</span>'''<hr />
* '''2007/02/09:''' [[News#2007.2F02.2F09_MSI_K9ND_Master_Series_.28MS-9282.29_supported_in_LinuxBIOS|MSI K9ND Master Series (MS-9282) support]]
<!-- List of upcoming events (remove events after they have taken place). -->
* '''2006/11/02:''' [[News#2006.2F11.2F02_MSI_K9SD_Master-S2R_.28MS-9185.29_supported_in_LinuxBIOS|MSI K9SD Master-S2R (MS-9185) support]]
<small>
* '''2006/10/05:''' [[News#2006.2F10.2F05_AMD_Rev_F_supported_in_LinuxBIOS|AMD Rev F support]]
 
* '''2016/01''' coreboot booth at [https://fosdem.org/2016/ Fosdem 2016] in Brussels, Belgium
 
* '''2016/??''' Hackathon Paris
 
<!-- * '''2016/06''' coreboot convention in Mountain View, USA -->
 
<!-- * '''2016/09''' coreboot convention in Berlin, Germany -->
 
<!-- * Currently none -->
<!--* '''2015/mon/day:''' coreboot event at [[Link]] in somecity -->
</small>
</small>
<br clear=all />
{{#widget:Ohloh Project|id=coreboot|type=partner_badge}}
{{#widget:Ohloh Project|id=coreboot|type=cocomo}}
</td></tr></table>
</td></tr></table>
__NOTOC__
__NOTOC__
__NOEDITSECTION__
__NOEDITSECTION__

Revision as of 00:35, 27 November 2015

coreboot is an Open Source 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 uses git for source control and gerrit as the patch review tool. Please read the gerrit etiquette document before submitting or reviewing patches.

  • 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 | Where to start | Testsystem

Status
Find out whether your hardware is already supported.
Supported Boards | Supported Chipsets | Board Status Pages | Blob Matrix | 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 | Glossary | coreboot Options
make menuconfig in coreboot


News (blog)

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


Events

  • 2016/01 coreboot booth at Fosdem 2016 in Brussels, Belgium
  • 2016/?? Hackathon Paris




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