Welcome to coreboot: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
(Remove depreciated tools from mainpage)
(62 intermediate revisions by 15 users not shown)
Line 2: Line 2:


<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''' (formerly known as LinuxBIOS) is a Free Software project aimed at replacing the proprietary BIOS (firmware) you can find in most of today's computers. It performs just a little bit of hardware initialization and then executes a so-called [[Payloads|payload]].
'''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]].
 
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>
<small>
With this separation of hardware initialization and later boot logic, coreboot can scale from specialized applications run directly from firmware, operating systems in flash, and custom bootloaders to implementations of firmware standards like PCBIOS and EFI without having to carry features not necessary in the target application, reducing the amount of code and flash space required.
coreboot was formerly known as [http://www.coreboot.org/pipermail/coreboot/2008-January/029135.html LinuxBIOS].  
</small>
</small>
We currently support '''[[Supported Motherboards|230]]''' different mainboards.
</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;">
Is your PC / server / laptop / mainboard supported? Check out our [[Support]] page to find out.
</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 now has a [[git]] mirror.
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/cgit/coreboot.git/plain/Documentation/gerrit_guidelines.md gerrit etiquette & guidelines] document before submitting or reviewing patches.
</div>
</div>


Line 32: 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 73: 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 97: 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]]</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]] | [[Where to start]] | [[Lesson1| Lesson 1]] | [[Distributed and Automated Testsystem|Testsystem]] | [https://coreboot.org/git-docs git-docs]</small>
|}
|}


Line 107: Line 105:
[[Image:chip_status.png]]
[[Image:chip_status.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''<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]] | [http://qa.coreboot.org Build Status]</small>
'''<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 116: Line 114:
[[Image:chip_tools.png]]
[[Image:chip_tools.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''<span style="font-variant:small-caps; font-size:150%">Related Tools</span>'''<br /><small>Tools and libraries related to coreboot.</small><small><hr />[[Flashrom]] | [[Superiotool]] | [[Nvramtool]] | [[Buildrom]] | [[Mkelfimage]] | [[Inteltool]] | [[Msrtool]] | [[Ectool]] | [[Developer_Manual/Tools|Hardware tools]] | [[Abuild]] | [[SerialICE]]</small>
'''<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]] | [[Inteltool]] | [[Msrtool]] | [[Ectool]] | [[Developer_Manual/Tools|Hardware tools]] | [[Abuild]] | [http://serialice.com SerialICE]</small>
|}
|}


Line 135: Line 133:
[[Image:chip_support.png]]
[[Image:chip_support.png]]
|style="vertical-align:top"|
|style="vertical-align:top"|
'''<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]] | [http://tracker.coreboot.org/trac/coreboot/ Issue Tracker] | [[Glossary]] | [[coreboot Options|coreboot Options]]</small>
'''<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 144: Line 142:


<br clear=all />
<br clear=all />
 
<!-- Blog feed isn't currently working - commenting out for now.
'''<span style="font-variant:small-caps; font-size:120%">[[News]]</span>'''<hr />
'''<span style="font-variant:small-caps; font-size:120%">[http://blogs.coreboot.org News (blog)]</span>'''<hr />
<!-- Please always make this list 7 items long (7 most recent news items). -->
<small>
<small>
* '''2011/02/14:''' [[News#2011.2F2.2F14_AMD_submits_coreboot_support_for_AMD_Embedded_G-Series_Platforms|AMD submits coreboot support for AMD Embedded G-Series Platforms]]
<rss max=5>https://blogs.coreboot.org/feed/</rss>
* '''2010/12/18:''' [[News#2010.2F12.2F18_Intel_Poulsbo.2FSCH.2FAtom_and_iWave_iW-RainboW-G6_now_supported|Intel Poulsbo/SCH/Atom & iWave iW-RainboW-G6 support]]
* '''2010/12/13:''' [[News#2010.2F12.2F13_ASUS_M2N-E_now_supported|ASUS M2N-E support]]
* '''2010/12/06:''' [[News#2010.2F12.2F06_ASUS_M4A78-EM_now_supported|ASUS M4A78-EM support]]
* '''2010/11/11:''' [[News#2010.2F11.2F11_ASUS_M2V_now_supported|ASUS M2V support]]
* '''2010/09/13:''' [[News#2010.2F09.2F13_ASUS_M4A785-M_now_supported|ASUS M4A785-M support]]
* '''2010/09/10:''' [[News#2010.2F09.2F10_LiPPERT_LiteRunner-LX_and_Hurricane-LX_now_supported|LiPPERT LiteRunner-LX and Hurricane-LX support]]
</small>
</small>
-->


 
'''<span style="font-variant:small-caps; font-size:120%">[[Current events|Events]]</span>'''<hr />
'''<span style="font-variant:small-caps; font-size:120%">[[Current events|Upcoming Events]]</span>'''<hr />
<!-- List of upcoming events (remove events after they have taken place). -->
<!-- List of upcoming events (remove events after they have taken place). -->
<small>
<small>
<!-- * '''2011/mon/day:''' coreboot event at [[Link]] in somecity -->
 
* 2011/02/05 [[FOSDEM 2011]]
* June 5 - 7, 2017- [[Denver2017 | North American coreboot conference]]
* Oct 26 - 29, 2017 - [https://ecc2017.coreboot.org European coreboot conference]
* [[coreboot_community_meeting | Bi-weekly community meeting]]
* [https://www.google.com/maps/place/Finowstra%C3%9Fe+2A,+10247+Berlin,+Germany Monthly coreboot users group meeting Berlin]
<!-- * Currently none -->
<!--* '''2015/mon/day:''' coreboot event at [[Link]] in somecity -->
[https://www.coreboot.org/calendar.html Full calendar]
</small>
</small>
<br clear=all />


</td></tr></table>
</td></tr></table>

Revision as of 00:31, 11 May 2017

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 & guidelines 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 | Lesson 1 | Testsystem | git-docs

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 | 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


Events

Full calendar