562bb524591f47ed5043f30cbad5d2ff04761a6f
[coreboot.git] / util / abuild / abuild.1
1 .TH ABUILD 1 "October 24, 2006"
2 .SH NAME
3 abuild \- build coreboot images for all available targets
4 .SH SYNOPSIS
5 .B abuild
6 \fR[\fB\-abxVh\fR] [\fB\-t\fR vendor/board] [\fB\-p\fR dir]
7 [LBROOT]
8 .SH DESCRIPTION
9 .B abuild
10 is a utility used to easily build coreboot images for all available targets.
11 .SH OPTIONS
12 The
13 .B "[LBROOT]"
14 parameter tells
15 .B abuild
16 where the root directory of the coreboot build tree resides. Per default
17 this is
18 .B "../.."
19 as the
20 .B abuild
21 script resides in
22 .BR "[CBROOT]/utils/abuild" .
23 .TP
24 .B "\-a, \-\-all"
25 Build previously succeeded ports as well.
26 .TP
27 .B "\-b, \-\-broken"
28 Attempt to build ports that are known to be broken.
29 .TP
30 .B "\-p, \-\-payloads <dir>"
31 Use payloads in
32 .B "<dir>"
33 to build images. This will run payload.sh in that directory to find out the
34 path of the payload.
35 .TP
36 .B "\-t, \-\-target <vendor/board>"
37 Attempt to build target vendor/board only.
38 .TP
39 .B "\-x, \-\-xml"
40 Write an XML log file instead of a plain-text one.
41 The file will be called
42 .B abuild.xml
43 and will be created in the current directory.
44 .TP
45 .B "\-T, \-\-test"
46 Submit generated image(s) to the automated test system.
47 The results of the tests will be made available at 
48 .B http://qa.coreboot.org/log_manual.php
49 .TP
50 .B "\-v, \-\-verbose"
51 More verbose output.
52 .TP
53 .B "\-h, \-\-help"
54 Show a help text and exit.
55 .TP
56 .B "\-V, \-\-version"
57 Show version information and exit.
58 .SH BUGS
59 Please report any bugs at http://tracker.coreboot.org/.
60 .SH LICENCE
61 .B abuild
62 is covered by the GNU General Public License (GPL), version 2 or later.
63 .SH SEE ALSO
64 .BR romcc (1),
65 .BR flashrom (1).
66 .SH COPYRIGHT
67 2004 Stefan Reinauer
68 .br
69 2006 coresystems GmbH
70 .SH AUTHORS
71 Stefan Reinauer <stepan@coresystems.de>
72 .PP
73 This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>.
74 It is licensed under the terms of the GNU GPL (v2 or later).