summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-312-165/+0
* that version of console_tx_byte is private.Stefan Reinauer2010-03-301-1/+1
* get coreboot_ap memory training in cache mechanism in place. Didn't work sinceStefan Reinauer2010-03-303-109/+25
* make crt0s and ldscripts evaluate late, so the chipset_* variables are there atStefan Reinauer2010-03-301-2/+2
* fix ms9652_fam10Stefan Reinauer2010-03-302-6/+2
* this fixes 3 of 4 mainboards failed by the error on missing IRQ_SLOT_COUNT.Stefan Reinauer2010-03-301-15/+17
* Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer2010-03-293-7/+6
* - drop GCC 2.x workaround, GCC 2.x is not supported anymore.Stefan Reinauer2010-03-291-2/+1
* - include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer2010-03-291-1/+1
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-292-6/+9
* This patch fixes build.h dependencies in coreboot again.Stefan Reinauer2010-03-293-5/+6
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-285-10/+19
* make only needs to read Makefile.incs once, thanks to thePatrick Georgi2010-03-274-31/+13
* Add support to build with ccache in the build systemPatrick Georgi2010-03-252-2/+2
* oops, forgot to cleanup extra output in bootblock creation for dependency patchStefan Reinauer2010-03-241-1/+1
* dependency tracking for corebootStefan Reinauer2010-03-243-10/+25
* CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders.Stefan Reinauer2010-03-241-2/+2
* fix newly introduced printk_foo warnings..Stefan Reinauer2010-03-232-100/+0
* 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
OpenPOWER on IntegriCloud