summaryrefslogtreecommitdiffstats
path: root/src/southbridge/via/vt8237r
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the rest of the files.Jon Harrison2009-08-182-0/+228
* Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison2009-08-173-23/+203
* Add legacy I/O region for vt8237r southbridge.Myles Watson2009-07-201-3/+7
* I missed three files. Jon Harrison2009-07-011-2/+34
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-303-4/+4
* Following patch moves all vt8237 fadt.c from mainboard/* file to chipsetRudolf Marek2009-05-312-1/+179
* Fix the build. This error was introduced by change in acpi.c, the acpi_slp_ty...Rudolf Marek2009-04-131-0/+2
* Following patch adds support for resume on VT8237 based motherboards. The NBRudolf Marek2009-04-132-4/+50
* use include file for i8259 where appropriate (trivial)Stefan Reinauer2009-03-061-1/+1
* Fix implicit declaration in cn700/vt8237 codeCorey Osgood2008-12-182-1/+2
* The patch changes the LDTSTOP length as well mostly default content of 0xec,Rudolf Marek2008-12-042-51/+5
* Final fix for C7 boards, which are still using ROMCC, to be able toCorey Osgood2008-10-171-0/+2
* ROMCC chokes on vt8237_early_network_init(). Since that function is onlyCarl-Daniel Hailfinger2008-10-172-0/+10
* Revision 3567 introduced __attribute__((packed)) for a structured whichCarl-Daniel Hailfinger2008-10-161-1/+5
* Remove an extra bracket left by the vt8237r cleanup patch (trivial)Corey Osgood2008-10-121-1/+1
* VIA VT8237R cleanups (trivial).Uwe Hermann2008-10-126-180/+205
* This patch adds support for the VIA VT8237S south bridge. The VT8237R program...Rudolf Marek2008-09-056-41/+619
* This patch gets the Epia-CN working without ACPI or APIC.Bari Ari2008-09-012-7/+21
* Extend the VIA vt8237r southbridge decode range for the ROM to 1MB.Bari Ari2008-06-201-0/+2
* Following patch adds K8M890 support. It initializes the AGP and graphics UMA.Rudolf Marek2008-03-202-57/+0
* Following patch extends the ROM decoding to last 1MB, allowing to use largerRudolf Marek2008-03-151-0/+15
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-189-9/+9
* Various cosmetic fixes and improvements (trivial).Uwe Hermann2007-11-155-9/+4
* Add support for FID/VID changes messages.Rudolf Marek2007-11-131-0/+7
* This patch masks the function prototypes in stdlib.h from ROMCC, so thatCorey Osgood2007-11-071-0/+1
* Various cosmetics, coding style fixes, constifications (trivial).Uwe Hermann2007-11-048-115/+124
* This patch is some small changes to the vt8237r to prepare it forCorey Osgood2007-11-033-43/+109
* Add support for the VIA VT8237R southbridge.Rudolf Marek2007-10-309-0/+957