Provided by: coreboot-utils_4.15~dfsg-4_amd64 bug

NAME

       abuild - build coreboot images for all available targets

SYNOPSIS

       abuild [-abrvxsTVh] [-c numcpus|max] [-t vendor/board] [-p dir] [CBROOT]

DESCRIPTION

       abuild is a utility used to easily build coreboot images for all available targets.

OPTIONS

       The  [CBROOT]  parameter  tells  abuild  where the root directory of the coreboot build tree resides. Per
       default this is ../..  as the abuild script resides in [CBROOT]/utils/abuild.

       -a, --all
              Build previously succeeded ports as well.

       -b, --broken
              Attempt to build ports that are known to be broken.

       -p, --payloads <dir>
              Use payloads in <dir> to build images. This will run payload.sh in that directory to find out  the
              path of the payload.

       -t, --target <vendor/board>
              Attempt to build target vendor/board only.

       -r, --remove
              Remove  mainboard  build directory after the respective target has been built. This is mainly used
              for development purposes, when you don't need the actual build output, but  rather  only  want  to
              know if a build failed or not.

       -x, --xml
              Write an XML log file instead of a plain-text one.  The file will be called abuild.xml and will be
              created in the current directory.

       -T, --test
              Submit  generated  image(s)  to  the automated test system.  The results of the tests will be made
              available at https://qa.coreboot.org/log_manual.php

       -c, --cpus [<numcpus>|max]
              Build on numcpus cpus at the same time, or on all available with max.

       -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.

       -v, --verbose
              More verbose output.

       -h, --help
              Show a help text and exit.

       -V, --version
              Show version information and exit.

BUGS

       Please report any bugs on the coreboot mailing list (https://coreboot.org/Mailinglist).

LICENCE

       abuild is covered by the GNU General Public License (GPL), version 2 or later.

SEE ALSO

       flashrom(1).

COPYRIGHT

       2004 Stefan Reinauer
       2006-2008 coresystems GmbH

AUTHORS

       Stefan Reinauer <stepan@coresystems.de>

       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).

                                                   May 3, 2008                                         ABUILD(1)