Add constants for fast path resume copying
[coreboot.git] / Makefile
2012-03-31 zbaoKeep cscope.out when distclean.
2012-03-16 Patrick Georgiclang: Don't use mmx nor sse
2011-10-28 Patrick GeorgiPrevent multiple inclusions of object files and rules
2011-10-23 Marc JonesAllow XGCCPATH to be set on the make command line.
2011-07-01 Patrick GeorgiRelicense Makefile to match libpayload
2011-05-21 Patrick GeorgiAdd regression test for build directory handling to...
2011-05-20 Patrick GeorgiHandle absolute source file paths
2011-05-20 Patrick GeorgiFix ccache behaviour if more than one ccache in PATH
2011-05-16 Patrick GeorgiMove crossgcc rules to coreboot specific Makefile
2011-05-16 Cristian Magherusa... Add crossgcc target to automatically build reference...
2011-04-10 Stefan ReinauerIn 2007 Adrian Reber suggested that we drop ASSEMBLY...
2011-03-08 Patrick GeorgiAdd option_table.h as dependency for all C based object...
2011-03-01 Patrick GeorgiFix double inclusion of toplevel Makefile.inc
2011-02-22 Patrick GeorgiMove coreboot specific rules and setup to toplevel...
2011-02-17 Patrick GeorgiHandle compiler options for source classes more generically
2011-02-17 Patrick GeorgiMake Makefile.inc parser loop more generic
2011-02-14 Frank VibransThis code fixes a number of build issues related to...
2011-02-08 Patrick GeorgiFix cmos-files-y for relative paths
2011-01-30 Patrick GeorgiInverse two arguments of cbfs-files-y and adapts its...
2011-01-30 Kevin O'ConnorMake cbfstool available in $(obj) for simple user access.
2011-01-27 Sven SchnelleAdd new ec subdir for Embedded Controllers and common...
2011-01-18 Zheng Baoremove the code which is not ready to release.
2011-01-05 Stefan Reinauerfix "make clean"
2011-01-01 Kerry SheAdd AMD SB800 southbridge CIMx code.
2010-12-31 Jonathan KollaschUse $(MAKE) instead of make when cleaning for SeaBIOS.
2010-12-30 Stefan ReinauerPer default, use SeaBIOS payload instead of no payload.
2010-12-16 Patrick GeorgiAdd support for cbfs-files-y to the build system.
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...
2010-12-08 Patrick GeorgiAllow user to define location for Kconfig config via
2010-11-19 Patrick GeorgiAdd test to check for up-to-date GPL license headers...
2010-11-18 Patrick GeorgiAdd "make lint" target that calls all util/lint/lint...
2010-11-15 Stefan Reinauerfix random breakage
2010-10-01 Myles WatsonRedirect the output of iasl to a file to make the build...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-29 Patrick GeorgiDon't run clean-abuild on distclean target. It breaks...
2010-09-28 Jonathan KollaschAs $PWD is not exported by all shells, use make-builtin...
2010-09-28 Warren TurkalFix small typo in root Makefile.
2010-09-27 Warren TurkalThe commandline parsing for abuild doing a couple of...
2010-09-24 Patrick GeorgiFix CCACHE handling, and make use of ccache's BASEDIR...
2010-09-23 Marc JonesGenerate and extract debug sysmbols for coreboot. ...
2010-09-03 Warren TurkalAdd convenience rules for cscope to Makefile.
2010-05-08 Stefan ReinauerPatrick Georgi wrote:
2010-05-08 Patrick GeorgiSlightly improve detecting Windows. Trivial
2010-05-05 Patrick GeorgiSplit C code in sconfig's parser into a separate file.
2010-04-27 Patrick GeorgiForce mkdir before resolving any make rules.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-26 Zheng BaoFor the mainboard with AMD Family 10, if we make clean...
2010-04-21 Patrick GeorgiOptimize distclean and configuration.
2010-04-19 Stefan Reinauer(trivial) utils are not depending on config.h. This...
2010-04-19 Patrick Georgi- Make abuild -sb work again
2010-04-16 Patrick GeorgiBuild utils into their source directory equivalent in
2010-04-14 Patrick GeorgiQuote test -f argument, so it doesn't fail on spaces.
2010-04-09 Stefan ReinauerThis patch changes C7 CAR code to be a single assembler...
2010-04-08 Patrick GeorgiSplit crt0.S.lb into prologue and epilogue
2010-04-08 Stefan Reinaueroutput cosmetics
2010-04-08 Patrick GeorgiReplace sconfig with a C implementation.
2010-03-30 Stefan Reinauermake crt0s and ldscripts evaluate late, so the chipset_...
2010-03-29 Stefan ReinauerThis patch fixes build.h dependencies in coreboot again.
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-25 Patrick GeorgiAdd support to build with ccache in the build system
2010-03-24 Stefan Reinauerdependency tracking for coreboot
2010-03-24 Stefan ReinauerCPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig...
2010-03-21 Stefan Reinauerfix "make" after "rm -rf build"
2010-03-17 Stefan Reinauerclean some more files in make clean
2010-03-17 Stefan Reinauermake clean: delete failover.inc and romstage.inc, drop...
2010-03-16 Stefan Reinauerit was reason for workaround rules already, and it...
2010-03-16 Patrick GeorgiStrip quotes from COREBOOT_ROM_DEPENDENCIES
2010-03-16 Patrick Georgi pat... Various changes to the buildsystem:
2010-03-16 Patrick GeorgiMake CLANG selectable in Kconfig
2010-03-16 Stefan ReinauerThis patch is what I needed to compile coreboot with...
2010-03-15 Stefan ReinauerCreate a new build.h on every make call; this makes...
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
2010-03-06 Patrick GeorgiMore readable recursive descent macro in Makefile
2010-03-05 Stefan ReinauerThis patch fixes two things:
2010-02-28 Patrick Georgi- Add config flag for boards that have their own fadt.c
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-24 Patrick GeorgiThis patch fixes an issue with the wrong build rules...
2010-02-23 Zheng BaoFind out the svnversion we are working on is quite...
2010-02-15 Uwe HermannDocument the reason for r5124 in the code/Makefile...
2010-02-13 Marc JonesI was having problems building a working romcc with...
2010-02-11 Patrick GeorgiDon't remove config.h on "make clean"
2010-02-11 Stefan Reinauerseparate build.h and config.h usage (now possible becau...
2010-02-10 Patrick GeorgiImprove compiler detection and configuration in xcompile.
2010-02-10 Patrick GeorgiRemove uses of the shell to remove double quotes, or...
2010-02-10 Patrick GeorgiHandle potential race condition with $(obj)/util/cbfstool
2010-02-10 Stefan Reinauerfix doxyfile path
2010-02-09 Patrick GeorgiAdd image updating support. When selecting it, it
2010-02-08 Stefan Reinauerupdate coreboot trunk version
2010-02-08 Patrick GeorgiClean up ACPI:
2010-01-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2010-01-29 Patrick GeorgiMake $(obj)/build.h an explicit dependency for all
2010-01-20 Stefan ReinauerThese two files accidently got a wrong license header.
2010-01-19 Stefan Reinauerdrop COREBOOT_V2 and COREBOOT_V4 define. We're not...
2010-01-06 Myles WatsonCheck for installed compilers (remove .xcompile) at...
2009-12-23 Patrick GeorgiTiny Bootblock, step 1/n.
2009-11-21 Patrick GeorgiMake the kconfig-style build work in mingw:
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-10-31 Myles WatsonOnly remove .xcompile with distclean. Look for crossgc...
2009-10-28 Uwe HermannRemove all build/ prefixes in the build output.
next