summaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8235/vt8235_lpc.c
AgeCommit message (Expand)Author
2010-12-08first round name simplification. drop the <component>_ prefix.stepan
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
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-07"no warnings day"Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-10-23drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2007-10-24Ever wondered where those "setting incorrect section attributes forStefan Reinauer
2006-09-13fix cardbus interrups (signed off by Nick Barker)Stefan Reinauer
2005-11-22EPIA-M fixupRonald G. Minnich
2005-08-08Tidy + compile fixup VT8235 southbridge support.Jonathan McDowell