summaryrefslogtreecommitdiff
path: root/src/arch/i386/Makefile.inc
AgeCommit message (Expand)Author
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-03-16Left over strip_quotes definition. Top level MakefilePatrick Georgi
2010-03-16Strip quotes from COREBOOT_ROM_DEPENDENCIESPatrick Georgi
2010-03-16Improve dependency tracking for coreboot.romPatrick Georgi
2010-03-16Various changes to the buildsystem:Patrick Georgi patrick.georgi
2010-03-15Add an AM2R2 entry in to the src/arch/i386/Makefile.inc.Zheng Bao
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-03-13Fix llshellStefan Reinauer
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-03-01- Add rules that build either 4 or 5 ssdts (only those variants exist in the ...Patrick Georgi
2010-02-28Use the romstraps build infrastructure created for "tinybootblock"Patrick Georgi
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-25Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi
2010-02-25Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi
2010-02-24Enable user selectable bootblocks, and provide a bootblock thatPatrick Georgi
2010-02-11Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers,Patrick Georgi
2010-02-11$(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We doStefan Reinauer
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-02-10Remove two perl calls with sed, and adds an alternativePatrick Georgi
2010-02-10Drop src/config alltogetherStefan Reinauer
2010-02-09Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi
2010-02-09Move all the copies of the romstage.inc rule toPatrick Georgi
2010-02-03Guards against errors that are hard to track down:Patrick Georgi
2010-01-30* fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-12-21Allow user to specify the size of a newly created cbfs imagePatrick Georgi
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-11-11Rework bootblock size handling:Patrick Georgi
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-23VGA BIOS can be added independently of having a payloadPeter Stuge
2009-09-24Make build_opt_tbl depend on config.h since it uses it. This fixes:Myles Watson
2009-09-23Separate payload compression from stage compression.Myles Watson
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-25Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'.Uwe Hermann
2009-08-17Allow setting up a VGABIOS image in KconfigCristi Magherusan
2009-08-13- AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12Kconfig!Patrick Georgi