summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs werePatrick Georgi2010-11-2118-41/+51
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-2166-186/+204
* Build fix.Uwe Hermann2010-11-211-0/+1
* Merge all spd_addr.h into the resp. romstage.c files.Uwe Hermann2010-11-2012-283/+144
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-2056-1511/+250
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-2047-191/+54
* Cosmetic fixes and comment additions in acpi.c.Uwe Hermann2010-11-191-210/+218
* Fix/drop some obsolete comments,Uwe Hermann2010-11-1819-33/+29
* Drop unused and incorrect RTC_DEV for Winbond W83627EHG.Uwe Hermann2010-11-184-4/+0
* Move DIMM_MAP_LOGICAL to Kconfig.Patrick Georgi2010-11-1810-20/+29
* Move register block definitions out of board code intoPatrick Georgi2010-11-183-22/+20
* For completeness sake: License header.Patrick Georgi2010-11-181-0/+19
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-1864-236/+0
* Move Intel power management related defines to some central location.Patrick Georgi2010-11-173-7/+7
* Dynamically generate PNP0C02 mainboard resources in SSDTTobias Diedrich2010-11-176-0/+166
* Linux also needs the MMCONF area to be reserved either in E820 orTobias Diedrich2010-11-173-18/+14
* This problem was introduced withTobias Diedrich2010-11-1715-29/+51
* The only southbridge having a pirq_assign_irqs function (needed forTobias Diedrich2010-11-173-1/+53
* Drop W83627THF, it's the same device as W83627THG.Uwe Hermann2010-11-1615-286/+16
* Drop commented out debug definesPatrick Georgi2010-11-162-6/+0
* 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-1661-249/+132
* back out parts of #6073Stefan Reinauer2010-11-162-2/+2
* fix random breakageStefan Reinauer2010-11-154-8/+8
* Move RCBA defines to northbridge (instead of mainboard)Patrick Georgi2010-11-152-4/+3
* C and other Super I/O cosmetic fixes.Uwe Hermann2010-11-1582-862/+657
* Add a target for the ASUS A8V-E Deluxe (trivial).Uwe Hermann2010-11-1411-0/+1066
* CK804/MCP55 devicetree.cb cosmetic and indentation fixes.Uwe Hermann2010-11-1417-2245/+2212
* 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-143-5/+56
* Currently the Tobias Diedrich2010-11-141-4/+4
* MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan2010-11-138-46/+101
* mainboard/asus/m2v: Set DDR2 voltage to 1.8VTobias Diedrich2010-11-121-0/+13
* Add support for Fintek F71872 superio.Jonathan Kollasch2010-11-117-2/+257
* Remove superfluous Super I/O res0/res1 lines.Uwe Hermann2010-11-1130-86/+29
* Add VT8237A id to src/southbridge/via/vt8237r/bootblock.cTobias Diedrich2010-11-111-2/+8
* Add pci id and ops for VT8237A SATA controllerTobias Diedrich2010-11-112-0/+7
* 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
* Restructure i3100 Super I/O driver to match the rest of the codebase.Uwe Hermann2010-11-105-24/+54
* Random Winbond Super I/O cosmetic and coding-style fixes.Uwe Hermann2010-11-1039-245/+221
* Make amdk8 printk_raminit() accept just a single string parameterPeter Stuge2010-11-101-2/+2
* Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()Peter Stuge2010-11-102-6/+20
* Debugging facility improvements.Uwe Hermann2010-11-103-15/+32
* ITE IT8661F changes to match the common code structure.Uwe Hermann2010-11-103-60/+69
* This fixes a FIXME in src/cpu/amd/mtrr/amd_mtrr.c and shuts up theTobias Diedrich2010-11-091-3/+6
* Add acpi tables and dsdt.Tobias Diedrich2010-11-093-0/+731
* Add pirq table for ASUS M2V.Tobias Diedrich2010-11-092-0/+96
* Add #include guards to all Super I/O header files (trivial).Uwe Hermann2010-11-0875-35/+348
* We can't print this early.Ward Vandewege2010-11-081-5/+2