summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd
Commit message (Expand)AuthorAgeFilesLines
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2723-162/+162
* Trivial. The comment also need to modify.Zheng Bao2010-04-253-3/+3
* The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12.Zheng Bao2010-04-256-9/+9
* AMD Tilapia board support as a demonstration of an AMD Fam10 DDR3 board.Zheng Bao2010-04-2324-0/+5583
* fix compilation remaining geode boardsStefan Reinauer2010-04-221-0/+2
* * clean up all but two warnings on artecgroup dbe61Stefan Reinauer2010-04-212-68/+10
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-166-6/+6
* remove more warnings. move ROOT_COMPLEX selection to fam10Stefan Reinauer2010-04-152-2/+0
* zero warnings days...Stefan Reinauer2010-04-155-27/+9
* Remove a few more warnings from fam10.Myles Watson2010-04-152-4/+4
* Remove few more warnings and some dead code.Myles Watson2010-04-146-151/+0
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-145-19/+5
* remove some amd mainboard warnings.Stefan Reinauer2010-04-094-17/+11
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-096-6/+6
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-096-51/+63
* Clean up fidvid files using indent.Myles Watson2010-04-086-13/+13
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-089-16/+16
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-0722-22/+22
* No warnings day, next round.Stefan Reinauer2010-04-062-18/+5
* remove some more warningsStefan Reinauer2010-04-021-0/+1
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-015-11/+2
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-316-14/+14
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-3110-25/+10
* - drop unneeded Makefile.incStefan Reinauer2010-03-302-218/+0
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-307-34/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-306-6/+6
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-299-55/+8
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-298-8/+8
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-296-60/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-298-8/+8
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-282-12/+0
* Remove dead code and make white space more consistent for acpi_tables.cMyles Watson2010-03-266-389/+219
* 1. Remove warnings and multiple blank lines.Zheng Bao2010-03-269-24/+48
* Get rid of type-punned pointer errors.Myles Watson2010-03-246-94/+86
* mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boardsStefan Reinauer2010-03-231-0/+0
* Revert my debugging patch that got committed by accident. Sorry.Myles Watson2010-03-221-5/+0
* Fix all the format string warnings.Myles Watson2010-03-2216-23/+28
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2241-256/+256
* Remove remaining uses ofPatrick Georgi2010-03-183-25/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-186-6/+6
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-184-389/+26
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-173-217/+34
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-176-11/+9
* Add entries of RS780, SB700, Mahogany, Mahogany_fam10 into theZheng Bao2010-03-161-0/+2
* The code can run on the Mahogany board, which is one of sample boardsZheng Bao2010-03-1624-0/+5744
* 1. Features of mahogany.Zheng Bao2010-03-1621-0/+5361
* Replace clear_memory with memset.Myles Watson2010-03-111-1/+0
* This patch is from 2009-10-20Uwe Hermann2010-03-053-4/+2
* Drop unused doit.sh files (trivial).Uwe Hermann2010-03-012-6/+0
* - Add rules that build either 4 or 5 ssdts (only those variants exist in the ...Patrick Georgi2010-03-014-15/+2