summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/mahogany_fam10
Commit message (Expand)AuthorAgeFilesLines
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-251-1/+1
* Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann2010-09-241-0/+12
* Move memory type information out of some AMD sockets.Myles Watson2010-09-101-0/+2
* Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek2010-09-071-3/+0
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-301-22/+6
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-262-8/+1
* Tilapila supports both dual slot and single slot. The difference should beWang Qing Pei2010-08-171-1/+6
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-261-1/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-1/+1
* Add "reasonable" values in ASL at places we overwrite fromStefan Reinauer2010-05-211-11/+11
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-17/+1
* Remove another set of includes from Fam10 romstages:Patrick Georgi2010-05-141-4/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-2/+1
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-051-2/+2
* Trivial. The comment also need to modify.Zheng Bao2010-04-251-1/+1
* The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12.Zheng Bao2010-04-252-3/+3
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* remove more warnings. move ROOT_COMPLEX selection to fam10Stefan Reinauer2010-04-151-1/+0
* zero warnings days...Stefan Reinauer2010-04-151-6/+2
* Remove a few more warnings from fam10.Myles Watson2010-04-151-2/+2
* Remove few more warnings and some dead code.Myles Watson2010-04-141-28/+0
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-10/+0
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-091-1/+1
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-091-13/+16
* Clean up fidvid files using indent.Myles Watson2010-04-081-3/+3
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-2/+2
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-073-3/+3
* No warnings day, next round.Stefan Reinauer2010-04-061-7/+2
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+1
* - drop unneeded Makefile.incStefan Reinauer2010-03-301-109/+0
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-301-5/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-301-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-11/+1
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-10/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-291-1/+1
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-281-6/+0
* Remove dead code and make white space more consistent for acpi_tables.cMyles Watson2010-03-261-35/+33
* 1. Remove warnings and multiple blank lines.Zheng Bao2010-03-265-15/+23
* Get rid of type-punned pointer errors.Myles Watson2010-03-241-17/+16
* mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boardsStefan Reinauer2010-03-231-0/+0
* Fix all the format string warnings.Myles Watson2010-03-223-7/+7
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-227-47/+47
* Remove remaining uses ofPatrick Georgi2010-03-181-9/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-1/+1
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-171-72/+11
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-2/+2
* The code can run on the Mahogany board, which is one of sample boardsZheng Bao2010-03-1624-0/+5744
OpenPOWER on IntegriCloud