summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/m4a785-m
Commit message (Expand)AuthorAgeFilesLines
* Move "select CACHE_AS_RAM" lines from boards into CPU socket.Uwe Hermann2010-12-081-1/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-2/+2
* first round name simplification. drop the <component>_ prefix.stepan2010-12-081-3/+2
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-071-1/+0
* Trivial. Fix typo.Zheng Bao2010-12-071-1/+1
* Drop unused/obsolete CONFIG_COMPRESS from a few board Kconfigs.Uwe Hermann2010-12-061-4/+0
* Add initial support for the ASUS M4A78-EM.Juhana Helovuo2010-12-062-6/+6
* Drop per-board ram_check() calls for now.Uwe Hermann2010-11-221-4/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-11/+4
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-10/+0
* Convert boards to use mptable_write_buses.Patrick Georgi2010-11-212-31/+3
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-202-199/+0
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-201-5/+1
* Fix/drop some obsolete comments,Uwe Hermann2010-11-181-1/+1
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-181-2/+0
* This problem was introduced withTobias Diedrich2010-11-171-2/+3
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-161-5/+1
* DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4Scott Duplichan2010-11-071-1/+1
* Remove comments that are obsolete since r6028.Uwe Hermann2010-11-061-2/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-052-1/+1
* Various PIRQ/MPTABLE/ACPI Kconfig fixes.Uwe Hermann2010-11-051-3/+3
* Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway.Uwe Hermann2010-10-311-4/+0
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-261-1/+1
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-22/+2
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-241-1/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-3/+1
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-072-2/+1
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-051-5/+1
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-1/+1
* Allow selecting the physical USB Debug Port on AMD SB700.Uwe Hermann2010-10-021-1/+1
* Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi2010-10-011-1/+0
* Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson2010-09-281-8/+0
* 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
* Add support for Asus M4A785-M.Juhana Helovuo2010-09-1323-0/+5467