summaryrefslogtreecommitdiffstats
path: root/src/southbridge/via/vt8237r
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors introduced in r6367Alexandru Gagniuc2011-02-161-1/+1
* Extended K8T890 driver to include the K8T800 and K8M800 northbridgesAlexandru Gagniuc2011-02-163-6/+44
* SMM on AMD K8 Part 2/2Rudolf Marek2010-12-181-2/+2
* SMM for AMD K8 Part 1/2Stefan Reinauer2010-12-185-11/+364
* first round name simplification. drop the <component>_ prefix.stepan2010-12-0810-7/+7
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-221-3/+1
* Linux also needs the MMCONF area to be reserved either in E820 orTobias Diedrich2010-11-171-4/+12
* The only southbridge having a pirq_assign_irqs function (needed forTobias Diedrich2010-11-172-1/+52
* Move cable detect logic to a weak function in vt8237r_ide.c and addTobias Diedrich2010-11-142-5/+20
* Currently the Tobias Diedrich2010-11-141-4/+4
* 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-111-0/+6
* 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
* This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.cTobias Diedrich2010-11-072-1/+136
* This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich2010-11-071-0/+6
* This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich2010-11-021-0/+6
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-122-3/+2
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-8/+8
* Code must not access the smbus registers before the RTC power well isKevin O'Connor2010-09-082-0/+10
* CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann2010-08-261-0/+1
* Clarify a comment on an old hack, remove the call to early_mtrr_initCorey Osgood2010-08-011-2/+4
* Update my old, no longer active email addressesCorey Osgood2010-08-011-1/+1
* Always enable parent resources before child resources.Myles Watson2010-06-171-15/+4
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-272-12/+12
* Attached patch adds support for tinybootblock on VT8237* to decode whole flashRudolf Marek2010-04-232-0/+51
* zero warnings days...Stefan Reinauer2010-04-221-1/+12
* zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer2010-04-141-3/+2
* Remove few more warnings and some dead code.Myles Watson2010-04-141-1/+3
* "no warnings day"Stefan Reinauer2010-04-071-1/+0
* No warnings day, next round.Stefan Reinauer2010-04-061-4/+4
* device_t wants device/device.hStefan Reinauer2010-04-031-0/+1
* remove more warnings.Stefan Reinauer2010-04-036-14/+17
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-16/+16
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-225-18/+18
* This patch is from 2009-10-20Uwe Hermann2010-03-051-1/+1
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-1/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-1511-26/+26
* newconfig is no more.Patrick Georgi2010-02-071-33/+0
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-181-0/+1
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-161-95/+2
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-194-18/+18
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-152-3/+3
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-091-1/+1
* Disable x86emu for via based boards which bringPatrick Georgi2009-10-081-0/+3
* As more users of Asus M2V-MX SE emerged. Here is long pending patch I wanted toRudolf Marek2009-09-011-6/+31
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-7/+7
* Add via south support. Correct usage of conditional variables. Ronald G. Minnich2009-08-182-0/+50