Welcome to coreboot: Difference between revisions

From coreboot
Jump to navigation Jump to search
mNo edit summary
(Replaced content with "{{#externalredirect: https://doc.coreboot.org/}}")
 
(372 intermediate revisions by 30 users not shown)
Line 1: Line 1:
<table width="100%" valign="top"><tr valign="top"><td width="80%">
{{#externalredirect: https://doc.coreboot.org/}}
 
<div style="margin-top: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.
 
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]].
</div>
<!--a compressed Linux kernel that can be booted from a cold start.  -->
<!--The project was started as part of clustering research work in the Cluster Reseach Lab at the Advanced Computing Laboratory at Los Alamos National Laboratory. The primary motivation behind the project was the desire to have the operating system gain control of a cluster node from power on. Other beneficial consequences of using LinuxBIOS include needing only two working motors to boot (cpu fan and power supply), fast boot times (current fastest is 3 seconds), and freedom from proprietary (buggy) BIOS code, to name a few. These secondary benefits are numerous and have helped gain support from many vendors in both the high performance computing as well as embedded computing markets.
 
Note that, on newer systems, there need be no moving parts at all. At LANL, we are building a new 'no moving parts' 16-node cluster to demonstrate this capability. The cluster will fit in a toolbox, run from a battery,  boot in 10 seconds, and be controlled from your laptop (which, sadly, will still have a few moving parts).
-->
{| cellspacing=5 cellpadding=5 border=0 valign="top" width=100%
|-
|style="vertical-align:top"|
=== Benefits ===
<small>There are many reasons for using LinuxBIOS.</small>
<hr />
* 100% Free Software (GPL), no royalties, no license fees!
* Fast boot times (3 seconds from power-on to Linux console)
* Avoids the need for a slow, buggy, proprietary BIOS
* Runs in 32-Bit protected mode almost from the start
* Written in C, contains virtually no assembly code
* Supports a wide variety of [[Supported Chipsets and Devices|hardware]] and [[payloads]]
* Further features: netboot, serial console, remote flashing, ...
|style="vertical-align:top"|
=== Use Cases & Deployments ===
<small>LinuxBIOS can be (and is) deployed in a wide range of scenarios.</small>
<hr />
* Standard desktop computers and servers
* [[Clusters]], high-performance computing
* Embedded solutions, appliances, terminals
* [http://en.wikipedia.org/wiki/Small_form_factor Small form factor computers], [http://en.wikipedia.org/wiki/Home_theater_PC Home-theater PCs] (HTPC)
* No-moving-parts solutions (except for CPU fan & power supply)
* Various non-standard scenarios (e.g. FPGA in Opteron socket)
* [http://wiki.laptop.org/go/LinuxBIOS One Laptop per Child] (OLPC)
|}
 
== Quick Links ==
 
{| cellspacing=5 cellpadding=5 border=0 valign="top" width=100%
| width=50% style="vertical-align:top"|
 
{|
|style="vertical-align:top"|
[[Image:chip_lb.png]]
|style="vertical-align:top"|
'''About'''<br /><small>Find out more about LinuxBIOS.</small><hr />[[News]] | [[Press]] | [[History]] | [[Documentation]] | [[Screenshots]] | [[Contributors]] | [[Sponsors]]
|}
 
|style="vertical-align:top"|
 
{|
|style="vertical-align:top"|
[[Image:chip_devel.png]]
|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]]
|}
 
|-
| width=50% style="vertical-align:top"|
 
{|
|style="vertical-align:top"|
[[Image:chip_status.png]]
|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]
|}
 
|style="vertical-align:top"|
 
{|
|style="vertical-align:top"|
[[Image:chip_vendors.png]]
|style="vertical-align:top"|
'''Vendors & Products'''<br /><small>Do you want to deploy LinuxBIOS? Buy LinuxBIOS solutions?</small><hr />[[Products]] | [[Clusters]] | [[Laptop]] | [[Desktops]]
|}
 
|-
| width=50% style="vertical-align:top"|
 
{|
|style="vertical-align:top"|
[[Image:chip_101.png]]
|style="vertical-align:top"|
'''Getting Started'''<br /><small>Download LinuxBIOS and get started!</small><hr />[[Download LinuxBIOS|Downloads]] | [[Payloads]] | [[Documentation#How-To.27s|Build Tutorials]] | [[Confirmed working svn revisions|Confirmed Working SVN Revisions]] | [[Flashrom]] | [[Misc]]
|}
 
|style="vertical-align:top"|
 
{|
|style="vertical-align:top"|
[[Image:chip_support.png]]
|style="vertical-align:top"|
'''Support'''<br /><small>Learn how to contact us and find help and support.</small><hr />[[Mailinglist]] | [[FAQ]] | [[Glossary]] | [[LinuxBIOS Options]]
|}
 
|}
</td><td width="20%">
 
[[Image:Linuxbios growth.jpg|thumb|More than a million devices already run on LinuxBIOS!]]
<br clear=all />
 
== News ==
<small>
* '''2006/11/02:'''<br />[[News#2006.2F11.2F02_MSI_K9SD_Master-S2R_.28MS-9185.29_supported_in_LinuxBIOS|MSI K9SD Master-S2R (MS-9185) support]]
* '''2006/10/05:'''<br />[[News#2006.2F10.2F05_AMD_Rev_F_supported_in_LinuxBIOS|AMD Rev F support]]
* '''2006/10/01:'''<br />[[LinuxBIOS Symposium 2006]] in Hamburg
* '''2005/06/02:'''<br />[[News#2005.2F06.2F02_AMD_dual_core_supported_in_LinuxBIOS|AMD dual core support]]
* '''2005/05/11:'''<br />[[News#2005.2F05.2F11_Nvidia_CK804_.28NForce4.29_supported_in_LinuxBIOS|Nvidia CK804 (NForce4) support]]
* '''2005/04/22:'''<br />[[News#2005.2F04.2F22_How_Many_People_Are_Using_LinuxBIOS.3F_Would_you_believe_1.2C000.2C000.3F|How Many People Are Using LinuxBIOS? Would you believe 1,000,000?]]
</small>
</td></tr></table>
__NOTOC__
__NOEDITSECTION__

Latest revision as of 12:07, 8 February 2019

This page redirects to an external site: https://doc.coreboot.org/