aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/Makefile.inc
AgeCommit message (Expand)Author
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-09-23Generate and extract debug sysmbols for coreboot. *.debug files can beMarc Jones
2010-08-14My forgotten CAR cleanup patch...Stefan Reinauer
2010-08-14bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc wereStefan Reinauer
2010-06-07Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler c...Patrick Georgi
2010-04-21oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer
2010-04-20Make VSA code selectable in KconfigStefan Reinauer
2010-04-19- Make abuild -sb work againPatrick Georgi
2010-04-17This piece of code was somehow lost in the switch to Kconfig, and re-activatesStefan Reinauer
2010-04-16Don't use $(ROMCC) as dependency (due to ccache and scanbuild supportPatrick Georgi
2010-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-04-15Avoid two conflicting invocations of build_opt_tblPatrick Georgi
2010-04-14move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer
2010-04-12Move the CPU specific includes fromPatrick Georgi
2010-04-09This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer
2010-04-09drop now unussed cpu_reset.incStefan Reinauer
2010-04-091. This patch adds CAR for Intel P6 series processors.Joseph Smith
2010-04-08Split crt0.S.lb into prologue and epiloguePatrick Georgi
2010-03-30get coreboot_ap memory training in cache mechanism in place. Didn't work sinceStefan Reinauer
2010-03-30make crt0s and ldscripts evaluate late, so the chipset_* variables are there atStefan Reinauer
2010-03-29- include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan 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-22drop some unused files and fix warnings on i945 based systems.Stefan Reinauer
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