Whitespace/typo/cosmetic fixes (trivial).
[coreboot.git] / README
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 or a bootloader.
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.
17
18 See http://www.coreboot.org/Payloads for a list of supported payloads.
19
20
21 Supported Hardware
22 ------------------
23
24 coreboot supports a wide range of chipsets, devices, and mainboards.
25
26 For details please consult:
27
28  * http://www.coreboot.org/Supported_Motherboards
29  * http://www.coreboot.org/Supported_Chipsets_and_Devices
30
31
32 Build Requirements
33 ------------------
34
35  * gcc / g++
36  * make
37
38 Optional:
39
40  * doxygen (for generating/viewing documentation)
41  * iasl (for targets with ACPI support)
42  * gdb (for better debugging facilities on some targets)
43  * ncurses (for 'make menuconfig')
44  * flex and bison (for regenerating parsers)
45
46
47 Building coreboot
48 -----------------
49
50 Please consult http://www.coreboot.org/Build_HOWTO for details.
51
52
53 Testing coreboot Without Modifying Your Hardware
54 ------------------------------------------------
55
56 If you want to test coreboot without any risks before you really decide
57 to use it on your hardware, you can use the QEMU system emulator to run
58 coreboot virtually in QEMU.
59
60 Please see http://www.coreboot.org/QEMU for details.
61
62
63 Website and Mailing List
64 ------------------------
65
66 Further details on the project, a FAQ, many HOWTOs, news, development
67 guidelines and more can be found on the coreboot website:
68
69   http://www.coreboot.org
70
71 You can contact us directly on the coreboot mailing list:
72
73   http://www.coreboot.org/Mailinglist
74
75
76 Copyright and License
77 ---------------------
78
79 The copyright on coreboot is owned by quite a large number of individual
80 developers and companies. Please check the individual source files for details.
81
82 coreboot is licensed under the terms of the GNU General Public License (GPL).
83 Some files are licensed under the "GPL (version 2, or any later version)",
84 and some files are licensed under the "GPL, version 2". For some parts, which
85 were derived from other projects, other (GPL-compatible) licenses may apply.
86 Please check the individual source files for details.
87
88 This makes the resulting coreboot images licensed under the GPL, version 2.
89