summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-221-1/+5
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2213-103/+103
* Get rid of a few warnings:Myles Watson2010-03-191-0/+1
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-183-62/+0
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-171-2/+0
* fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer2010-03-171-0/+2
* fix a couple of warningsStefan Reinauer2010-03-171-3/+3
* drop unused variableStefan Reinauer2010-03-171-1/+0
* Left over strip_quotes definition. Top level MakefilePatrick Georgi2010-03-161-1/+0
* Strip quotes from COREBOOT_ROM_DEPENDENCIESPatrick Georgi2010-03-161-1/+2
* Improve dependency tracking for coreboot.romPatrick Georgi2010-03-161-15/+29
* Various changes to the buildsystem:Patrick Georgi patrick.georgi2010-03-161-1/+4
* This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer2010-03-161-1/+0
* Add an AM2R2 entry in to the src/arch/i386/Makefile.inc.Zheng Bao2010-03-151-0/+3
* Add scan-build support to the build system.Patrick Georgi2010-03-141-1/+1
* Fix llshellStefan Reinauer2010-03-136-0/+889
* Fix creation of coreboot.bootblock when -O2 is specified instead of -Os (4GB ...Stefan Reinauer2010-03-051-0/+1
* - Simplify stack size determination: MAX_CPUS * STACK_SIZEPatrick Georgi2010-03-011-2/+6
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-011-0/+8
* - Add rules that build either 4 or 5 ssdts (only those variants exist in the ...Patrick Georgi2010-03-011-0/+9
* Use the romstraps build infrastructure created for "tinybootblock"Patrick Georgi2010-02-281-16/+2
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-281-0/+11
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-0/+17
* Work around stack size breakage observed on fam10.Zheng Bao2010-02-261-1/+1
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-251-0/+16
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-3/+92
* Enable user selectable bootblocks, and provide a bootblock thatPatrick Georgi2010-02-246-16/+64
* This patch fixes an issue with the wrong build rules being selected.Patrick Georgi2010-02-242-2/+2
* - Remove src/arch/i386/init/ldscript_cbfs.lb as it's not used anymorePatrick Georgi2010-02-233-71/+10
* Random cosmetic fixes (trivial).Uwe Hermann2010-02-221-5/+3
* - Make walkcbfs capable of loading files other than the firstPatrick Georgi2010-02-221-11/+39
* don't call verify_copy_pirq_routing_table() if it's not there.Stefan Reinauer2010-02-221-0/+2
* This is a general cleanup patchStefan Reinauer2010-02-229-17/+19
* YABEL updateStefan Reinauer2010-02-222-0/+18
* Revert deletion of src/arch/i386/init.Patrick Georgi2010-02-1911-0/+983
* 1. Change CONFIG_DEBUG to DEBUG in util/x86emu/*Myles Watson2010-02-1911-983/+0
* fix APCI typos.Stefan Reinauer2010-02-161-1/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-156-29/+33
* Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers,Patrick Georgi2010-02-111-1/+3
* Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick Georgi2010-02-111-1/+7
* $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We doStefan Reinauer2010-02-111-1/+5
* separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer2010-02-112-7/+3
* Remove two perl calls with sed, and adds an alternativePatrick Georgi2010-02-101-3/+2
* Drop src/config alltogetherStefan Reinauer2010-02-103-2/+234
* Emergency fix: r5102 carried some local change that doesn'tPatrick Georgi2010-02-091-1/+1
* Add image updating support. When selecting it, itPatrick Georgi2010-02-092-0/+15
* Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi2010-02-093-12/+9
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-092-0/+25
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-1/+1
* newconfig is no more.Patrick Georgi2010-02-074-123/+0