summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We can't print this early.Ward Vandewege2010-11-081-5/+2
* Random ITE Super I/O fixes.Uwe Hermann2010-11-0836-266/+191
* DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4Scott Duplichan2010-11-0714-14/+14
* 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
* Depends on the "Introduce get_vt8237_lpc() function" andTobias Diedrich2010-11-071-17/+21
* This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.cTobias Diedrich2010-11-071-0/+5
* Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too.Tobias Diedrich2010-11-071-8/+6
* Instead of duplicating the pci_locate_device calls multiple times,Tobias Diedrich2010-11-071-27/+24
* Add pointer to public PCIe bridge documentation onTobias Diedrich2010-11-071-0/+6
* This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.cTobias Diedrich2010-11-072-1/+136
* Remove empty files added by accident. Sorry about that.Rudolf Marek2010-11-073-0/+0
* Move K8_ALLOCATE_IO_RANGE to Kconfig.Patrick Georgi2010-11-0727-52/+19
* This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich2010-11-075-0/+7
* FIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in onePatrick Georgi2010-11-074-24/+0
* Fix a few incorrect GIGABYTE board names (trivial).Uwe Hermann2010-11-073-4/+4
* ECS P6IWP-Fe: Fix typo, add missing license header.Uwe Hermann2010-11-072-1/+21
* Remove unused defines (UART_*)Patrick Georgi2010-11-071-18/+0
* Various Super I/O fixes and corrections.Uwe Hermann2010-11-068-104/+116
* Remove comments that are obsolete since r6028.Uwe Hermann2010-11-0625-50/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-05121-95/+83
* Various PIRQ/MPTABLE/ACPI Kconfig fixes.Uwe Hermann2010-11-0519-41/+48
* Follow-up for r6025, do 0x87 twice in superio.c, too.Uwe Hermann2010-11-054-0/+4
* According to the description in datasheet of f71889,Zheng Bao2010-11-054-0/+4
* Add detection support for the Fintek F81865/F81865-I.Zheng Bao2010-11-051-0/+2
* Add Kconfig CPU speed selection to Geode GX2 boards.Nils Jacobs2010-11-055-9/+22
* GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value.Nils Jacobs2010-11-053-3/+3
* Remove banner wrapper function and unify print(k) usage.Nils Jacobs2010-11-051-46/+41
* Fintek and Intel i3100 Super I/O cleanups.Uwe Hermann2010-11-0516-49/+72
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-0415-920/+1049
* Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.cUwe Hermann2010-11-043-3/+49
* Add Fintek F71889 Super I/O support.Alec Ari2010-11-037-0/+251
* Remove some unused code from gx2/raminit.c.Nils Jacobs2010-11-031-6/+0
* Clean up some more comments and white space in model_gx2/cpureginit.c.Nils Jacobs2010-11-031-71/+52
* Clean up some comments and white space in gx2/northbridgeinit.cNils Jacobs2010-11-032-270/+212
* Need to clear downstream read cycle retry bit, or the bus scan willTobias Diedrich2010-11-021-2/+35
* This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich2010-11-027-2/+49
* Change Geode GX2 to use the auto DRAM detect code from Geode LX.Nils Jacobs2010-11-018-188/+613
* Remove some unused code.Nils Jacobs2010-11-011-171/+2
* GX2: Clean up some white space and comments.Nils Jacobs2010-11-012-151/+147
* GX2: Change MSR register numbers into more descriptive names.Nils Jacobs2010-11-011-22/+22
* Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway.Uwe Hermann2010-10-317-28/+0
* Remove incorrect IOAPIC lines from some mptable.c files.Uwe Hermann2010-10-314-130/+4
* Fix AMD family 10h engineering sample is reported as 'thermal test kit'.Scott Duplichan2010-10-311-1/+1
* Mptable related fixes for ASUS P2B-DS.Uwe Hermann2010-10-304-58/+24
* Use common code to set PCI subsystem in mcp55.Jonathan Kollasch2010-10-2912-93/+20
* Deduplicate ck804 subsystem-setting functionality.Jonathan Kollasch2010-10-2911-101/+23
* Drop duplicate HAVE_ACPI_TABLES (trivial).Uwe Hermann2010-10-291-1/+0
* The no point in having a non-NULL ops_pci pointer when the set_subsystem oper...Jonathan Kollasch2010-10-282-10/+0
* Fix broken build due to missing #if CONFIG_IOAPIC.Uwe Hermann2010-10-281-0/+2