aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via
AgeCommit message (Expand)Author
2011-02-16Fix build errors introduced in r6367Alexandru Gagniuc
2011-02-16Extended K8T890 driver to include the K8T800 and K8M800 northbridgesAlexandru Gagniuc
2010-12-18SMM on AMD K8 Part 2/2Rudolf Marek
2010-12-18SMM for AMD K8 Part 1/2Stefan Reinauer
2010-12-13Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek
2010-12-08first round name simplification. drop the <component>_ prefix.stepan
2010-11-24With low serial console loglevels a pcie graphics card is notTobias Diedrich
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-11-20Unify DIMM SPD addressing. For Geode, change thePatrick Georgi
2010-11-17Linux also needs the MMCONF area to be reserved either in E820 orTobias Diedrich
2010-11-17The only southbridge having a pirq_assign_irqs function (needed forTobias Diedrich
2010-11-14Add a target for the ASUS A8V-E Deluxe (trivial).Uwe Hermann
2010-11-14Move cable detect logic to a weak function in vt8237r_ide.c and addTobias Diedrich
2010-11-14Currently the Tobias Diedrich
2010-11-11Add VT8237A id to src/southbridge/via/vt8237r/bootblock.cTobias Diedrich
2010-11-11Add pci id and ops for VT8237A SATA controllerTobias Diedrich
2010-11-07Depends on the "Introduce get_vt8237_lpc() function" andTobias Diedrich
2010-11-07This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.cTobias Diedrich
2010-11-07Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too.Tobias Diedrich
2010-11-07Instead of duplicating the pci_locate_device calls multiple times,Tobias Diedrich
2010-11-07Add pointer to public PCIe bridge documentation onTobias Diedrich
2010-11-07This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.cTobias Diedrich
2010-11-07This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich
2010-11-04Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.cUwe Hermann
2010-11-02Need to clear downstream read cycle retry bit, or the bus scan willTobias Diedrich
2010-11-02This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-08Code must not access the smbus registers before the RTC power well isKevin O'Connor
2010-08-26CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann
2010-08-01Clarify a comment on an old hack, remove the call to early_mtrr_initCorey Osgood
2010-08-01Update my old, no longer active email addressesCorey Osgood
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09The interrupt controller lives at I/O 0x4d0/0x4d1.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25Fix the the build of r5494 on Asus A8V-E SE. The K8M890 and K8T890Rudolf Marek
2010-04-25Following patch changes the K8M890 VGA handling. It reverts the framebuffer sizeRudolf Marek
2010-04-23Attached patch adds support for tinybootblock on VT8237* to decode whole flashRudolf Marek
2010-04-22zero warnings days...Stefan Reinauer
2010-04-15zero warnings days...Stefan Reinauer
2010-04-14zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-14geeesh! And this really compiles and even runs?Stefan Reinauer
2010-04-14zero warnings days. Down to under 600 different warnings Stefan Reinauer
2010-04-07no warnings dayStefan Reinauer
2010-04-07clean up age old via epia target.Stefan Reinauer
2010-04-07switch some ROMCC boards back to ROMCC.Stefan Reinauer
2010-04-07"no warnings day"Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-04-03device_t wants device/device.hStefan Reinauer
2010-04-03remove more warnings.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-02-23Remove nonsensical wrapper for function inStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-18Move all IOAPIC selection to southbridges, and remove themPatrick Georgi
2010-01-16coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer
2010-01-06Kconfig builds all boards now.Patrick Georgi
2009-10-23drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer
2009-10-20Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA.Myles Watson
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-10-08Disable x86emu for via based boards which bringPatrick Georgi
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-01As more users of Asus M2V-MX SE emerged. Here is long pending patch I wanted toRudolf Marek
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-18Add via south support. Correct usage of conditional variables. Ronald G. Minnich
2009-08-18Add the rest of the files.Jon Harrison
2009-08-17Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison
2009-08-12Kconfig!Patrick Georgi
2009-07-23sb/via/k8t890: add vga textmode code for k8m890 chrome igp.Luc Verhaegen
2009-07-20Add legacy I/O region for vt8237r southbridge.Myles Watson
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-07-01I missed three files. Jon Harrison
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-05-31Following patch moves all vt8237 fadt.c from mainboard/* file to chipsetRudolf Marek
2009-04-13Fix the build. This error was introduced by change in acpi.c, the acpi_slp_ty...Rudolf Marek
2009-04-13Following patch adds support for resume on VT8237 based motherboards. The NBRudolf Marek
2009-03-21To make use of HAVE_HIGH_TABLES following patch is needed. Also, it movesRudolf Marek
2009-03-06use include file for i8259 where appropriate (trivial)Stefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2008-12-19Fix a LOT of implicit function declarations before they become errors.Corey Osgood
2008-12-18Fix implicit declaration in cn700/vt8237 codeCorey Osgood
2008-12-04The patch changes the LDTSTOP length as well mostly default content of 0xec,Rudolf Marek
2008-10-17Final fix for C7 boards, which are still using ROMCC, to be able toCorey Osgood
2008-10-17ROMCC chokes on vt8237_early_network_init(). Since that function is onlyCarl-Daniel Hailfinger
2008-10-16Revision 3567 introduced __attribute__((packed)) for a structured whichCarl-Daniel Hailfinger
2008-10-12Remove an extra bracket left by the vt8237r cleanup patch (trivial)Corey Osgood
2008-10-12VIA VT8237R cleanups (trivial).Uwe Hermann
2008-09-19Attached patch fixes at least one issue ;) During the PCI BAR sizing must b...Rudolf Marek
2008-09-05This patch adds support for the VIA VT8237S south bridge. The VT8237R program...Rudolf Marek
2008-09-01This patch gets the Epia-CN working without ACPI or APIC.Bari Ari
2008-06-20Extend the VIA vt8237r southbridge decode range for the ROM to 1MB.Bari Ari