summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 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-313-95/+2
* 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
* Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D.Uwe Hermann2010-10-286-33/+69
* Enable CK804 AC'97 audio interface and explicitly enable NIC on A8N-E.Jonathan Kollasch2010-10-271-0/+2
* Correct an apparent copy-paste error that shows up at compile time onJonathan Kollasch2010-10-271-2/+2
* Drop referenced-yet-does-nothing static function from ms7135 romstage.Jonathan Kollasch2010-10-271-6/+0
* Convert ck804_early_smbus.c to a separately compiled unit.Jonathan Kollasch2010-10-279-16/+49
* Convert some comments to proper Doxygen syntax.Uwe Hermann2010-10-2620-734/+539
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-2660-106/+106
* Convert all ck804-based boards to tiny bootblock.Jonathan Kollasch2010-10-268-24/+33
* Move bcm5785_enable_rom.c include to where it's used.Patrick Georgi2010-10-265-1/+4
* reg is only used inside the #if clause, so declare it there. trivial.Patrick Georgi2010-10-261-1/+1
* When gcc 4.5.0 is used, compiling mcp55_early_setup_car.c fails. This change ...Scott Duplichan2010-10-261-3/+3
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-2579-1556/+184
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-2423-23/+24
* Revert sblk/sblink change, use sblk like the rest of the codebase does.Uwe Hermann2010-10-201-4/+4
* Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial.Myles Watson2010-10-202-31/+0
* For AMD family 10h processors, msr c0010058 is always programmedScott Duplichan2010-10-191-8/+28
* Drop duplicate SB_HT_CHAIN_ON_BUS0 in Kconfig for MS-7135.Jonathan Kollasch2010-10-191-4/+0
* Use the correct (W83627THF, not W83627HF) superio code in MS-7135 romstage.Jonathan Kollasch2010-10-191-3/+3
* Copy ICH4 hard_reset() for 6300ESB.Jonathan Kollasch2010-10-192-0/+28
* Remove unused variables from 6300ESB smbus_write_block().Jonathan Kollasch2010-10-191-2/+2
* Correct spelling of "spacing" (in comments).Jonathan Kollasch2010-10-191-2/+2
OpenPOWER on IntegriCloud