summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus
Commit message (Expand)AuthorAgeFilesLines
* S3 support for ASUS M2VTobias Diedrich2010-11-243-4/+38
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-226-11/+10
* Drop per-board ram_check() calls for now.Uwe Hermann2010-11-221-4/+0
* Final set of smp_write_bus -> mptable_write_buses changes.Patrick Georgi2010-11-224-47/+7
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-216-50/+14
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-216-29/+0
* Convert boards to use mptable_write_buses.Patrick Georgi2010-11-212-31/+3
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-215-20/+25
* 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
* Drop unused and incorrect RTC_DEV for Winbond W83627EHG.Uwe Hermann2010-11-182-2/+0
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-182-6/+0
* Dynamically generate PNP0C02 mainboard resources in SSDTTobias Diedrich2010-11-174-0/+17
* Linux also needs the MMCONF area to be reserved either in E820 orTobias Diedrich2010-11-171-12/+0
* This problem was introduced withTobias Diedrich2010-11-171-2/+3
* The only southbridge having a pirq_assign_irqs function (needed forTobias Diedrich2010-11-171-0/+1
* Forgot to remove one set of SET_FIDVID definesPatrick Georgi2010-11-161-6/+0
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-168-23/+5
* Add a target for the ASUS A8V-E Deluxe (trivial).Uwe Hermann2010-11-1410-0/+1061
* CK804/MCP55 devicetree.cb cosmetic and indentation fixes.Uwe Hermann2010-11-141-15/+15
* Return 0, (as for 40pin cable if SB not found)Rudolf Marek2010-11-141-2/+2
* Move cable detect logic to a weak function in vt8237r_ide.c and addTobias Diedrich2010-11-141-0/+36
* mainboard/asus/m2v: Set DDR2 voltage to 1.8VTobias Diedrich2010-11-121-0/+13
* Use the new mptable_write_buses() on the ASUS M2V.Tobias Diedrich2010-11-101-12/+2
* Add mptable for ASUS M2V.Tobias Diedrich2010-11-102-0/+163
* Add acpi tables and dsdt.Tobias Diedrich2010-11-093-0/+731
* Add pirq table for ASUS M2V.Tobias Diedrich2010-11-092-0/+96
* DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4Scott Duplichan2010-11-071-1/+1
* Should be part of 6044. I forgot to add the directory :/Tobias Diedrich2010-11-076-0/+595
* This adds the m2v directory and necessary files to src/mainboards/asus andTobias Diedrich2010-11-071-0/+3
* Remove empty files added by accident. Sorry about that.Rudolf Marek2010-11-073-0/+0
* This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich2010-11-073-0/+0
* Remove comments that are obsolete since r6028.Uwe Hermann2010-11-064-8/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-058-4/+4
* 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
* Remove incorrect IOAPIC lines from some mptable.c files.Uwe Hermann2010-10-311-29/+0
* Mptable related fixes for ASUS P2B-DS.Uwe Hermann2010-10-304-58/+24
* Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D.Uwe Hermann2010-10-284-32/+28
* Enable CK804 AC'97 audio interface and explicitly enable NIC on A8N-E.Jonathan Kollasch2010-10-271-0/+2
* Convert ck804_early_smbus.c to a separately compiled unit.Jonathan Kollasch2010-10-271-1/+1
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-265-9/+9
* Convert all ck804-based boards to tiny bootblock.Jonathan Kollasch2010-10-261-4/+0
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-255-94/+8
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-241-1/+1
* Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.Uwe Hermann2010-10-132-13/+9
* Convert all Intel i810 boards to CAR.Uwe Hermann2010-10-134-37/+9
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-126-8/+11
* Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann2010-10-096-35/+31