| 1 | ------------------------------------------------------------------------------- |
|---|
| 2 | Coreboot README |
|---|
| 3 | ------------------------------------------------------------------------------- |
|---|
| 4 | |
|---|
| 5 | Coreboot is a Free Software project aimed at replacing the proprietary |
|---|
| 6 | BIOS you can find in most of today's computers. |
|---|
| 7 | |
|---|
| 8 | It performs just a little bit of hardware initialization and then executes |
|---|
| 9 | one of many possible payloads, e.g. a Linux kernel. |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | Payloads |
|---|
| 13 | -------- |
|---|
| 14 | |
|---|
| 15 | After the basic initialization of the hardware has been performed, any |
|---|
| 16 | desired "payload" can be started by coreboot. Examples include: |
|---|
| 17 | |
|---|
| 18 | * A Linux kernel |
|---|
| 19 | * FILO (a simple bootloader with filesystem support) |
|---|
| 20 | * GRUB2 (a free bootloader; support is in development) |
|---|
| 21 | * OpenBIOS (a free IEEE1275-1994 Open Firmware implementation) |
|---|
| 22 | * Open Firmware (a free IEEE1275-1994 Open Firmware implementation) |
|---|
| 23 | * SmartFirmware (a free IEEE1275-1994 Open Firmware implementation) |
|---|
| 24 | * GNUFI (a free, UEFI-compatible firmware) |
|---|
| 25 | * Etherboot (for network booting and booting from raw IDE or FILO) |
|---|
| 26 | * ADLO (for booting Windows 2000 or OpenBSD) |
|---|
| 27 | * Plan 9 (a distributed operating system) |
|---|
| 28 | * memtest86 (for testing your RAM) |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | Supported Hardware |
|---|
| 32 | ------------------ |
|---|
| 33 | |
|---|
| 34 | Coreboot supports a wide range of chipsets, devices, and mainboards. |
|---|
| 35 | |
|---|
| 36 | For details please consult: |
|---|
| 37 | |
|---|
| 38 | * http://www.coreboot.org/Supported_Motherboards |
|---|
| 39 | * http://www.coreboot.org/Supported_Chipsets_and_Devices |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | Website and Mailing List |
|---|
| 43 | ------------------------ |
|---|
| 44 | |
|---|
| 45 | Further details on the project, a FAQ, many HOWTOs, news, development |
|---|
| 46 | guidelines and more can be found on the coreboot website: |
|---|
| 47 | |
|---|
| 48 | http://www.coreboot.org |
|---|
| 49 | |
|---|
| 50 | You can contact us directly on the coreboot mailing list: |
|---|
| 51 | |
|---|
| 52 | http://www.coreboot.org/Mailinglist |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | Copyright and License |
|---|
| 56 | --------------------- |
|---|
| 57 | |
|---|
| 58 | The copyright on coreboot is owned by quite a large number of individual |
|---|
| 59 | developers and companies. Please check the individual source files for details. |
|---|
| 60 | |
|---|
| 61 | Coreboot is licensed under the terms of the GNU General Public License (GPL). |
|---|
| 62 | Some files are licensed under the "GPL (version 2, or any later version)", |
|---|
| 63 | and some files (mostly those derived from the Linux kernel) are licensed under |
|---|
| 64 | the "GPL, version 2". For some parts, which were derived from other projects, |
|---|
| 65 | other (GPL-compatible) licenses may apply. Please check the individual |
|---|
| 66 | source files for details. |
|---|
| 67 | |
|---|
| 68 | This makes the resulting coreboot images licensed under the GPL, version 2. |
|---|