aboutsummaryrefslogtreecommitdiff
path: root/util/abuild
AgeCommit message (Expand)Author
2013-12-05abuild: fix and enable USE_XARGS configurationPatrick Georgi
2013-09-20buildgcc: Downgrade to gcc 4.7.3, handle armv7-aPatrick Georgi
2013-06-25abuild: Add xgcc tools to the pathMarc Jones
2013-05-10Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...Ronald G. Minnich
2012-12-08abuild: Select correct cross compiler for ARMV7 architectureStefan Reinauer
2012-12-07abuild: produce valid junit filesStefan Reinauer
2012-11-27abuild: only rebuild boards if requested or after a broken buildPatrick Georgi
2012-11-09Fix abuild output in JenkinsStefan Reinauer
2012-10-14abuild: allow building with no payloadPatrick Georgi
2012-09-25abuild: abort if payload.sh failedPatrick Georgi
2012-06-04Improve parsing of --cpu parameter in abuild script.Raymond Danks
2012-05-24abuild: Disable abuild-level parallelism for nowPatrick Georgi
2012-05-14abuild: Move configuration handling togetherPatrick Georgi
2012-05-14abuild: Remove abuild.info hackPatrick Georgi
2012-05-10abuild: Build boards in parallel if possiblePatrick Georgi
2012-05-01abuild: Add option to use binary filesPatrick Georgi
2012-04-05Add getopt implementation to abuildPatrick Georgi
2012-03-01Drop support for BROKEN markerPatrick Georgi
2011-11-07abuild: Don't try to use files that don't existPatrick Georgi
2011-11-06abuild: Write XML/JUnit files per boardPatrick Georgi
2011-11-06abuild: Refactor parallelization supportPatrick Georgi
2011-11-06abuild: Avoid race condition when running abuild parallelyPatrick Georgi
2011-06-06Teach abuild to emit JUnit formatted build reportsPatrick Georgi
2011-06-01Report build result from abuild (did all requested boards build?)Patrick Georgi
2011-02-01Fix using custom build configs in abuildMathias Krause
2010-12-30Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer
2010-12-19The same mechanisms are used for normal and fallback images. Stefan Reinauer
2010-12-11Don't skip already built targets anymore, because a recent change could haveStefan Reinauer
2010-12-08Allow user to define location for Kconfig config viaPatrick Georgi
2010-11-23USBDEBUG by default in abuild was committed by mistake andPatrick Georgi
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-09-27The commandline parsing for abuild doing a couple of buggy things:Warren Turkal
2010-09-02Fix abuild to build all boards. Revision 5754 changed the way vendors andMyles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-19- Make abuild -sb work againPatrick Georgi
2010-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-04-08Replace sconfig with a C implementation.Patrick Georgi
2010-03-30abuild:Stefan Reinauer
2010-03-30abuild:Stefan Reinauer
2010-03-29abuild: fail with dignity if mainboard does not exist.Stefan Reinauer
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-25Add support to build with ccache in the build systemPatrick Georgi
2010-03-25Make build verbose when requested by abuildPatrick Georgi
2010-03-25It's really obj=, not O= (see toplevel Makefile)Patrick Georgi
2010-03-25One feature I've been really missing since we switched toStefan Reinauer
2010-03-24abuild should be using O=, not obj=Stefan Reinauer
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-10Remove two perl calls with sed, and adds an alternativePatrick Georgi
2010-02-10python is no longer used in abuild.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-30These lines slipped in. Sorry for the inconvenience.Stefan Reinauer
2010-01-30add Kbuild support to abuild and enable it per default;Stefan Reinauer
2009-10-03Remove:Patrick Georgi
2009-09-22.. make abuild Kconfig proof for the time being.Stefan Reinauer
2009-08-12Kconfig!Patrick Georgi
2009-07-01let abuild autodetect the coreboot path a bit better. So in the top level ofStefan Reinauer
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30whoops. missed those two..Stefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-06Change the CBFS build process to use coreboot.romPatrick Georgi
2009-05-26Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi
2009-04-22Instead of justStefan Reinauer
2009-04-22Remove the requirement for payload.sh files to be executable. ThisPatrick Georgi
2009-04-21Add an "-l <num>" argument to abuild that sets the LOGLEVEL variablesPatrick Georgi
2009-04-15Add -r|--remove option to force abuild to remove the output directoryUwe Hermann
2009-04-10move architecture override before cross compiler detection, or the SandpointStefan Reinauer
2009-04-04fix cross compilation in abuild for certain scenarios Stefan Reinauer
2009-03-15abuild: Don't forget CROSS_COMPILE anymore.Stefan Reinauer
2009-03-14trivial patch for abuild: allow powerpc-elf-gcc, too.Stefan Reinauer
2009-03-13this commit should fix Ticket #122 (proper log files for all builds)Stefan Reinauer
2009-03-1120090310-3-scanbuild:Patrick Georgi
2009-03-11abuild:Stefan Reinauer
2008-09-30Add an abuild command line option for -fno-stack-protect for toolchains that ...Marc Jones
2008-05-28abuild: fix gnu getopt detection (trivial)Stefan Reinauer
2008-05-27not sure why this ever worked. Add --xml / -x to the supported options (trivial)Stefan Reinauer
2008-05-27sync latest version of abuild (0.6) (trivial patch)Stefan Reinauer
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-04-25Revert the image size increasing for abuild. It breaks more boards thanUwe Hermann
2007-04-24Increase image size for abuild. This should fix the build of these boards:Uwe Hermann
2007-04-22Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild.Uwe Hermann
2007-04-07increase image size for abuild (trivial) Stefan Reinauer
2006-12-15ouch. always abuild with payloads! trivial fix.Stefan Reinauer
2006-11-10* fix the automatic build system by compressing payloads if possibleStefan Reinauer
2006-11-06Fix bug in 'sed' invocation in abuild, which causes build errors inUwe Hermann
2006-10-28small tracker test (trivial change). closes #3Stefan Reinauer
2006-10-28Small tracker test (trivial change). closes #3Stefan Reinauer
2006-10-25enhance web page (trivial)Stefan Reinauer
2006-10-25support submitting tests to the test system in abuild. initial support.Stefan Reinauer
2006-09-25rename abuild.sh to abuild.Stefan Reinauer
2006-09-21abuild manpage and other fixes from Uwe Hermann. Thank you!Stefan Reinauer
2006-09-15run preprocessor on hand-crafted config files in abuild, tooStefan Reinauer
2006-09-15add option to build autobuild images with real payloads Stefan Reinauer
2006-06-26create valid xmlfiles that pass xmllintStefan Reinauer
2006-05-27add full xml logging to abuild to work on the complete informationStefan Reinauer
2005-12-04oops. no false positives please.Stefan Reinauer
2005-12-04add compilation time to abuild.shStefan Reinauer
2005-12-04abuild changes to allow ignoring dummy directories and injecting architectures.Stefan Reinauer
2005-12-02fix up abuild.sh to new requirements. This might leave some buildsStefan Reinauer
2005-11-26fix ron's issues with abuild.sh (don't hit me for not doing an issue tracker ...Stefan Reinauer