blob: 2c25bef8a8fac2f995da4cada648693f3a4fdf13 [file] [log] [blame]
Uwe Hermann10d55b42006-10-20 21:50:01 +00001-------------------------------------------------------------------------------
Uwe Hermann0346c222009-04-17 17:11:39 +00002coreboot README
Uwe Hermann10d55b42006-10-20 21:50:01 +00003-------------------------------------------------------------------------------
4
Stefan Reinauer5eef65b2011-06-10 20:05:53 +02005coreboot is a Free Software project aimed at replacing the proprietary BIOS
6(firmware) found in most computers. coreboot performs a little bit of
7hardware initialization and then executes additional boot logic, called a
8payload.
Uwe Hermann10d55b42006-10-20 21:50:01 +00009
Stefan Reinauer5eef65b2011-06-10 20:05:53 +020010With the separation of hardware initialization and later boot logic,
11coreboot can scale from specialized applications that run directly
12firmware, run operating systems in flash, load custom
13bootloaders, or implement firmware standards, like PC BIOS services or
14UEFI. This allows for systems to only include the features necessary
15in the target application, reducing the amount of code and flash space
16required.
17
18coreboot was formerly known as LinuxBIOS.
Uwe Hermann10d55b42006-10-20 21:50:01 +000019
20
21Payloads
22--------
23
24After the basic initialization of the hardware has been performed, any
Uwe Hermann0346c222009-04-17 17:11:39 +000025desired "payload" can be started by coreboot.
Uwe Hermann10d55b42006-10-20 21:50:01 +000026
Uwe Hermann0346c222009-04-17 17:11:39 +000027See http://www.coreboot.org/Payloads for a list of supported payloads.
Uwe Hermann10d55b42006-10-20 21:50:01 +000028
29
30Supported Hardware
31------------------
32
Uwe Hermann0346c222009-04-17 17:11:39 +000033coreboot supports a wide range of chipsets, devices, and mainboards.
Uwe Hermann10d55b42006-10-20 21:50:01 +000034
35For details please consult:
36
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000037 * http://www.coreboot.org/Supported_Motherboards
38 * http://www.coreboot.org/Supported_Chipsets_and_Devices
Uwe Hermann10d55b42006-10-20 21:50:01 +000039
40
Uwe Hermann0346c222009-04-17 17:11:39 +000041Build Requirements
42------------------
43
44 * gcc / g++
45 * make
Uwe Hermann0346c222009-04-17 17:11:39 +000046
47Optional:
48
49 * doxygen (for generating/viewing documentation)
50 * iasl (for targets with ACPI support)
51 * gdb (for better debugging facilities on some targets)
Stefan Reinauer6acc0a12010-01-18 12:01:10 +000052 * ncurses (for 'make menuconfig')
Patrick Georgi7e8c9aa2010-04-08 11:37:43 +000053 * flex and bison (for regenerating parsers)
Uwe Hermann0346c222009-04-17 17:11:39 +000054
55
56Building coreboot
57-----------------
58
Uwe Hermanndbbecb52010-02-25 16:09:53 +000059Please consult http://www.coreboot.org/Build_HOWTO for details.
Uwe Hermann0346c222009-04-17 17:11:39 +000060
61
62Testing coreboot Without Modifying Your Hardware
Uwe Hermann16db6c32010-09-23 18:48:27 +000063------------------------------------------------
Uwe Hermann0346c222009-04-17 17:11:39 +000064
65If you want to test coreboot without any risks before you really decide
66to use it on your hardware, you can use the QEMU system emulator to run
67coreboot virtually in QEMU.
68
69Please see http://www.coreboot.org/QEMU for details.
70
71
Uwe Hermann10d55b42006-10-20 21:50:01 +000072Website and Mailing List
73------------------------
74
75Further details on the project, a FAQ, many HOWTOs, news, development
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000076guidelines and more can be found on the coreboot website:
Uwe Hermann10d55b42006-10-20 21:50:01 +000077
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000078 http://www.coreboot.org
Uwe Hermann10d55b42006-10-20 21:50:01 +000079
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000080You can contact us directly on the coreboot mailing list:
Uwe Hermann10d55b42006-10-20 21:50:01 +000081
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000082 http://www.coreboot.org/Mailinglist
Uwe Hermann10d55b42006-10-20 21:50:01 +000083
84
85Copyright and License
86---------------------
87
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000088The copyright on coreboot is owned by quite a large number of individual
Uwe Hermann10d55b42006-10-20 21:50:01 +000089developers and companies. Please check the individual source files for details.
90
Uwe Hermann0346c222009-04-17 17:11:39 +000091coreboot is licensed under the terms of the GNU General Public License (GPL).
Uwe Hermann10d55b42006-10-20 21:50:01 +000092Some files are licensed under the "GPL (version 2, or any later version)",
Uwe Hermanndbbecb52010-02-25 16:09:53 +000093and some files are licensed under the "GPL, version 2". For some parts, which
94were derived from other projects, other (GPL-compatible) licenses may apply.
95Please check the individual source files for details.
Uwe Hermann10d55b42006-10-20 21:50:01 +000096
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000097This makes the resulting coreboot images licensed under the GPL, version 2.
Uwe Hermann3f5411c2007-02-27 22:21:59 +000098