I was having problems building a working romcc with the -O2
[coreboot.git] / 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.
2009-10-28 Myles WatsonReplace hard coded build with $(obj) paths.
2009-10-27 Uwe HermannPrefix all build output file names of files which end...
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-05 Uwe HermannBackport facility to specify a local coreboot version...
2009-09-29 Patrick GeorgiRemove MAINBOARD_OPTIONS, which is a relic from early
2009-09-25 Patrick Georgisome progress on kconfig:
2009-09-23 Myles WatsonSeparate payload compression from stage compression.
2009-09-22 Myles Watsonsrc/Kconfig: Remove HT-specific options.
2009-08-28 Myles WatsonAdd Kconfig support for PCI option ROMS.
2009-08-27 Patrick GeorgiRevert test for pre-commit hook functionality. Commits...
2009-08-27 Patrick Georgitest
2009-08-26 Harald GutmannSet the LIBGCC_FILE_NAME to fix problems with libgcc.a.
2009-08-25 Patrick GeorgiUse the gnu make .SILENT: mechanism instead of requiring
2009-08-25 Uwe HermannImprove build output.
2009-08-25 Patrick GeorgiProperly check for the LZMA compression variable, and...
2009-08-12 Patrick GeorgiKconfig!