add ncurses to list of requirements
[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  * python
38  * perl
39  * ncurses
40
41 Optional:
42
43  * doxygen (for generating/viewing documentation)
44  * iasl (for targets with ACPI support)
45  * gdb (for better debugging facilities on some targets)
46
47
48 Building coreboot
49 -----------------
50
51 Please consult http://www.coreboot.org/Documentation for details.
52
53
54 Testing coreboot Without Modifying Your Hardware
55 -------------------------------------------------
56
57 If you want to test coreboot without any risks before you really decide
58 to use it on your hardware, you can use the QEMU system emulator to run
59 coreboot virtually in QEMU.
60
61 Please see http://www.coreboot.org/QEMU for details.
62
63
64 Website and Mailing List
65 ------------------------
66
67 Further details on the project, a FAQ, many HOWTOs, news, development
68 guidelines and more can be found on the coreboot website:
69
70   http://www.coreboot.org
71
72 You can contact us directly on the coreboot mailing list:
73
74   http://www.coreboot.org/Mailinglist
75
76
77 Copyright and License
78 ---------------------
79
80 The copyright on coreboot is owned by quite a large number of individual
81 developers and companies. Please check the individual source files for details.
82
83 coreboot is licensed under the terms of the GNU General Public License (GPL).
84 Some files are licensed under the "GPL (version 2, or any later version)",
85 and some files (mostly those derived from the Linux kernel) are licensed under
86 the "GPL, version 2". For some parts, which were derived from other projects,
87 other (GPL-compatible) licenses may apply. Please check the individual
88 source files for details.
89
90 This makes the resulting coreboot images licensed under the GPL, version 2.
91