1 .TH ABUILD 1 "May 3, 2008"
3 abuild \- build coreboot images for all available targets
6 \fR[\fB\-abrvxsTVh\fR] [\fB\-c\fR numcpus|max] [\fB\-t\fR vendor/board] [\fB\-p\fR dir]
10 is a utility used to easily build coreboot images for all available targets.
16 where the root directory of the coreboot build tree resides. Per default
22 .BR "[CBROOT]/utils/abuild" .
25 Build previously succeeded ports as well.
28 Attempt to build ports that are known to be broken.
30 .B "\-p, \-\-payloads <dir>"
33 to build images. This will run payload.sh in that directory to find out the
36 .B "\-t, \-\-target <vendor/board>"
37 Attempt to build target vendor/board only.
40 Remove mainboard build directory after the respective target has been
41 built. This is mainly used for development purposes, when you don't need
42 the actual build output, but rather only want to know if a build failed
46 Write an XML log file instead of a plain-text one.
47 The file will be called
49 and will be created in the current directory.
52 Submit generated image(s) to the automated test system.
53 The results of the tests will be made available at
54 .B https://qa.coreboot.org/log_manual.php
56 .B "\-c, \-\-cpus [<numcpus>|max]"
59 cpus at the same time, or on all available with
63 Don't print any compiler calls in the log files. In coreboot v2 compiler
64 calls are quite long, so it is hard to find the warnings between them.
70 Show a help text and exit.
73 Show version information and exit.
75 Please report any bugs on the coreboot mailing list
76 .RB "(" https://coreboot.org/Mailinglist ")."
79 is covered by the GNU General Public License (GPL), version 2 or later.
85 2006-2008 coresystems GmbH
87 Stefan Reinauer <stepan@coresystems.de>
89 This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>.
90 It is licensed under the terms of the GNU GPL (v2 or later).