2008-05-27 20:29:26 +02:00
|
|
|
.TH ABUILD 1 "May 3, 2008"
|
2006-09-21 15:09:22 +02:00
|
|
|
.SH NAME
|
2008-01-18 16:08:58 +01:00
|
|
|
abuild \- build coreboot images for all available targets
|
2006-09-21 15:09:22 +02:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B abuild
|
2008-05-27 20:29:26 +02:00
|
|
|
\fR[\fB\-abvxsTVh\fR] [\fB\-c\fR numcpus|max] [\fB\-t\fR vendor/board] [\fB\-p\fR dir]
|
2006-09-21 15:09:22 +02:00
|
|
|
[LBROOT]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B abuild
|
2008-01-18 16:08:58 +01:00
|
|
|
is a utility used to easily build coreboot images for all available targets.
|
2006-09-21 15:09:22 +02:00
|
|
|
.SH OPTIONS
|
|
|
|
The
|
|
|
|
.B "[LBROOT]"
|
|
|
|
parameter tells
|
|
|
|
.B abuild
|
2008-01-18 16:08:58 +01:00
|
|
|
where the root directory of the coreboot build tree resides. Per default
|
2006-09-21 15:09:22 +02:00
|
|
|
this is
|
|
|
|
.B "../.."
|
|
|
|
as the
|
|
|
|
.B abuild
|
|
|
|
script resides in
|
2008-01-18 16:08:58 +01:00
|
|
|
.BR "[CBROOT]/utils/abuild" .
|
2006-09-21 15:09:22 +02:00
|
|
|
.TP
|
|
|
|
.B "\-a, \-\-all"
|
|
|
|
Build previously succeeded ports as well.
|
|
|
|
.TP
|
|
|
|
.B "\-b, \-\-broken"
|
|
|
|
Attempt to build ports that are known to be broken.
|
|
|
|
.TP
|
|
|
|
.B "\-p, \-\-payloads <dir>"
|
|
|
|
Use payloads in
|
|
|
|
.B "<dir>"
|
2006-10-25 21:08:12 +02:00
|
|
|
to build images. This will run payload.sh in that directory to find out the
|
2006-10-28 18:00:24 +02:00
|
|
|
path of the payload.
|
2006-09-21 15:09:22 +02:00
|
|
|
.TP
|
|
|
|
.B "\-t, \-\-target <vendor/board>"
|
|
|
|
Attempt to build target vendor/board only.
|
|
|
|
.TP
|
|
|
|
.B "\-x, \-\-xml"
|
|
|
|
Write an XML log file instead of a plain-text one.
|
|
|
|
The file will be called
|
|
|
|
.B abuild.xml
|
|
|
|
and will be created in the current directory.
|
|
|
|
.TP
|
2006-10-25 21:02:34 +02:00
|
|
|
.B "\-T, \-\-test"
|
|
|
|
Submit generated image(s) to the automated test system.
|
|
|
|
The results of the tests will be made available at
|
2008-01-18 16:08:58 +01:00
|
|
|
.B http://qa.coreboot.org/log_manual.php
|
2006-10-25 21:02:34 +02:00
|
|
|
.TP
|
2008-05-27 20:29:26 +02:00
|
|
|
.B "\-c, \-\-cpus [<numcpus>|max]"
|
|
|
|
Build on
|
|
|
|
.B numcpus
|
|
|
|
cpus at the same time, or on all available with
|
|
|
|
.B max\fR.
|
|
|
|
.TP
|
|
|
|
.B "\-s, \-\-silent"
|
|
|
|
Don't print any compiler calls in the log files. In coreboot v2 compiler
|
|
|
|
calls are quite long, so it is hard to find the warnings between them.
|
|
|
|
.TP
|
2006-09-21 15:09:22 +02:00
|
|
|
.B "\-v, \-\-verbose"
|
|
|
|
More verbose output.
|
|
|
|
.TP
|
|
|
|
.B "\-h, \-\-help"
|
|
|
|
Show a help text and exit.
|
|
|
|
.TP
|
|
|
|
.B "\-V, \-\-version"
|
|
|
|
Show version information and exit.
|
|
|
|
.SH BUGS
|
2008-01-18 16:08:58 +01:00
|
|
|
Please report any bugs at http://tracker.coreboot.org/.
|
2006-09-21 15:09:22 +02:00
|
|
|
.SH LICENCE
|
|
|
|
.B abuild
|
|
|
|
is covered by the GNU General Public License (GPL), version 2 or later.
|
|
|
|
.SH SEE ALSO
|
|
|
|
.BR romcc (1),
|
|
|
|
.BR flashrom (1).
|
|
|
|
.SH COPYRIGHT
|
|
|
|
2004 Stefan Reinauer
|
|
|
|
.br
|
2008-05-27 20:29:26 +02:00
|
|
|
2006-2008 coresystems GmbH
|
2006-09-21 15:09:22 +02:00
|
|
|
.SH AUTHORS
|
2006-10-25 21:02:34 +02:00
|
|
|
Stefan Reinauer <stepan@coresystems.de>
|
2006-09-21 15:09:22 +02:00
|
|
|
.PP
|
|
|
|
This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>.
|
|
|
|
It is licensed under the terms of the GNU GPL (v2 or later).
|