summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2010-03-29This patch fixes build.h dependencies in coreboot again.Stefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan 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-24oops, forgot to cleanup extra output in bootblock creation for dependency patchStefan Reinauer
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-23fix newly introduced printk_foo warnings..Stefan Reinauer
2010-03-22drop some unused files and fix warnings on i945 based systems.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19Get rid of a few warnings:Myles Watson
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-03-17Remove failover/fallback/normal handling in mainboards'Patrick Georgi
2010-03-17fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-17drop unused variableStefan Reinauer
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-16This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer
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-05Fix creation of coreboot.bootblock when -O2 is specified instead of -Os (4GB ...Stefan Reinauer
2010-03-01- Simplify stack size determination: MAX_CPUS * STACK_SIZEPatrick Georgi
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-26Work around stack size breakage observed on fam10.Zheng Bao
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-24This patch fixes an issue with the wrong build rules being selected.Patrick Georgi
2010-02-23- Remove src/arch/i386/init/ldscript_cbfs.lb as it's not used anymorePatrick Georgi
2010-02-22Random cosmetic fixes (trivial).Uwe Hermann
2010-02-22- Make walkcbfs capable of loading files other than the firstPatrick Georgi
2010-02-22don't call verify_copy_pirq_routing_table() if it's not there.Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-19Revert deletion of src/arch/i386/init.Patrick Georgi
2010-02-191. Change CONFIG_DEBUG to DEBUG in util/x86emu/*Myles Watson
2010-02-16fix APCI typos.Stefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-11Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers,Patrick Georgi
2010-02-11Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick 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