aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2011-01-01Add AMD SB800 southbridge CIMx code.Kerry She
2010-12-31Use $(MAKE) instead of make when cleaning for SeaBIOS.Jonathan Kollasch
2010-12-30Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer
2010-12-16Add support for cbfs-files-y to the build system.Patrick Georgi
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-12-08Allow user to define location for Kconfig config viaPatrick Georgi
2010-11-19Add test to check for up-to-date GPL license headers to lint.Patrick Georgi
2010-11-18Add "make lint" target that calls all util/lint/lint-* scriptsPatrick Georgi
2010-11-15fix random breakageStefan Reinauer
2010-10-01Redirect the output of iasl to a file to make the build quieter.Myles Watson
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-29Don't run clean-abuild on distclean target. It breaks full abuild runs.Patrick Georgi
2010-09-28As $PWD is not exported by all shells, use make-builtin $(CURDIR)Jonathan Kollasch
2010-09-28Fix small typo in root Makefile.Warren Turkal
2010-09-27The commandline parsing for abuild doing a couple of buggy things:Warren Turkal
2010-09-24Fix CCACHE handling, and make use of ccache's BASEDIR featurePatrick Georgi
2010-09-23Generate and extract debug sysmbols for coreboot. *.debug files can beMarc Jones
2010-09-03Add convenience rules for cscope to Makefile.Warren Turkal
2010-05-08Patrick Georgi wrote:Stefan Reinauer
2010-05-08Slightly improve detecting Windows. TrivialPatrick Georgi
2010-05-05Split C code in sconfig's parser into a separate file.Patrick Georgi
2010-04-27Force mkdir before resolving any make rules.Patrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-26For the mainboard with AMD Family 10, if we make clean and make again,Zheng Bao
2010-04-21Optimize distclean and configuration.Patrick Georgi
2010-04-19(trivial) utils are not depending on config.h. This slipped in by accident.Stefan Reinauer
2010-04-19- Make abuild -sb work againPatrick Georgi
2010-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-04-14Quote test -f argument, so it doesn't fail on spaces.Patrick Georgi
2010-04-09This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer
2010-04-08Split crt0.S.lb into prologue and epiloguePatrick Georgi
2010-04-08output cosmeticsStefan Reinauer
2010-04-08Replace sconfig with a C implementation.Patrick Georgi
2010-03-30make crt0s and ldscripts evaluate late, so the chipset_* variables are there atStefan Reinauer
2010-03-29This patch fixes build.h dependencies in coreboot again.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-24dependency tracking for corebootStefan Reinauer
2010-03-24CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders.Stefan Reinauer
2010-03-21fix "make" after "rm -rf build"Stefan Reinauer
2010-03-17clean some more files in make cleanStefan Reinauer
2010-03-17make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete)Stefan Reinauer
2010-03-16it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer
2010-03-16Strip quotes from COREBOOT_ROM_DEPENDENCIESPatrick Georgi
2010-03-16Various changes to the buildsystem:Patrick Georgi patrick.georgi
2010-03-16Make CLANG selectable in KconfigPatrick Georgi
2010-03-16This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer
2010-03-15Create a new build.h on every make call; this makes sure it contains aStefan Reinauer
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-03-06More readable recursive descent macro in MakefilePatrick Georgi
2010-03-05This patch fixes two things:Stefan Reinauer
2010-02-28- Add config flag for boards that have their own fadt.cPatrick Georgi
2010-02-27- make HAVE_HARD_RESET match what newconfig didPatrick Georgi
2010-02-25Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi
2010-02-24This patch fixes an issue with the wrong build rules being selected.Patrick Georgi
2010-02-23Find out the svnversion we are working on is quite important.Zheng Bao
2010-02-15Document the reason for r5124 in the code/Makefile (trivial).Uwe Hermann
2010-02-13I was having problems building a working romcc with the -O2Marc Jones
2010-02-11Don't remove config.h on "make clean"Patrick Georgi
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-02-10Improve compiler detection and configuration in xcompile.Patrick Georgi
2010-02-10Remove uses of the shell to remove double quotes, or to figure out thePatrick Georgi
2010-02-10Handle potential race condition with $(obj)/util/cbfstoolPatrick Georgi
2010-02-10fix doxyfile pathStefan Reinauer
2010-02-09Add image updating support. When selecting it, itPatrick Georgi
2010-02-08update coreboot trunk versionStefan Reinauer
2010-02-08Clean up ACPI:Patrick Georgi
2010-01-30* fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer
2010-01-29Make $(obj)/build.h an explicit dependency for allPatrick Georgi
2010-01-20These two files accidently got a wrong license header.Stefan Reinauer
2010-01-19drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3Stefan Reinauer
2010-01-06Check for installed compilers (remove .xcompile) at make clean, not distclean.Myles Watson
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-10-31Only remove .xcompile with distclean. Look for crossgcc in util.Myles Watson
2009-10-28Remove all build/ prefixes in the build output.Uwe Hermann
2009-10-28Replace hard coded build with $(obj) paths.Myles Watson
2009-10-27Prefix all build output file names of files which end up in the buildUwe Hermann
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-05Backport facility to specify a local coreboot version suffix from v3.Uwe Hermann
2009-09-29Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-23Separate payload compression from stage compression.Myles Watson
2009-09-22src/Kconfig: Remove HT-specific options.Myles Watson
2009-08-28Add Kconfig support for PCI option ROMS.Myles Watson
2009-08-27Revert test for pre-commit hook functionality. Commits are now checked for pr...Patrick Georgi
2009-08-27testPatrick Georgi
2009-08-26Set the LIBGCC_FILE_NAME to fix problems with libgcc.a.Harald Gutmann
2009-08-25Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi
2009-08-25Improve build output.Uwe Hermann
2009-08-25Properly check for the LZMA compression variable, and fix a printPatrick Georgi
2009-08-12Kconfig!Patrick Georgi