summaryrefslogtreecommitdiffstats
path: root/src/southbridge/via/vt8231
Commit message (Expand)AuthorAgeFilesLines
* first round name simplification. drop the <component>_ prefix.stepan2010-12-089-5/+5
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-201-1/+0
* Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.cUwe Hermann2010-11-042-3/+47
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-3/+2
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-6/+6
* CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann2010-08-261-1/+1
* The interrupt controller lives at I/O 0x4d0/0x4d1.Stefan Reinauer2010-06-091-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-278-65/+65
* clean up age old via epia target.Stefan Reinauer2010-04-074-10/+5
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-11/+11
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-225-22/+22
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-1/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-2/+2
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-1/+1
* newconfig is no more.Patrick Georgi2010-02-071-8/+0
* drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer2009-10-236-200/+0
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-091-1/+0
* some progress on kconfig:Patrick Georgi2009-09-252-0/+48
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-1/+19
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-122-3/+3
* Ever wondered where those "setting incorrect section attributes forStefan Reinauer2007-10-244-4/+4
* patch to fix the IDE configuration on EPIA boards. At some point thisBen Hewson2007-05-041-1/+7
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-051-1/+1
* fix stupid bug with unitialized conf variableRonald G. Minnich2006-01-181-1/+1
* smaller fixups here and there, allowing some motherboards to compile orStefan Reinauer2005-12-031-0/+3
* Updating FSF address in the code.Stefan Reinauer2005-10-051-2/+2
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-60arch import user (historical)2005-07-069-552/+571
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)2005-07-069-571/+552
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-37arch import user (historical)2005-07-065-0/+395
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)2005-07-064-552/+176
* Updated version of vt8231_early_smbus.cMark Wilkinson2004-12-011-41/+109
* - Update abuild.sh so it will rebuild successfull buildsEric Biederman2004-11-041-1/+1
* Changes to allow Via/Epia code to be compiled after recent code changes.Mark Wilkinson2004-10-292-29/+15
* - Bump the LinuxBIOS major versionEric Biederman2004-10-212-10/+2
* - First stab at running linuxbios without the old static device tree.Eric Biederman2004-10-161-1/+0
* simply change for keyboardRonald G. Minnich2004-03-191-1/+1
* fixes from SONERonald G. Minnich2003-10-231-2/+1
* fixes for EPIA.Ronald G. Minnich2003-10-222-15/+14
* Fixes for SONERonald G. Minnich2003-10-211-2/+2
* - O2, enums, and switch statements work in romccEric Biederman2003-10-114-577/+568
* First SPD code in and working!Ronald G. Minnich2003-10-021-6/+10
* success. It boots as a bproc slave now.Ronald G. Minnich2003-10-021-4/+20
* IRQ setup for EPIARonald G. Minnich2003-10-021-0/+59
* fixes for epia.Ronald G. Minnich2003-10-011-39/+44
* Fixes to the smbus code. Now for the fun.Ronald G. Minnich2003-10-011-83/+191
* fix and complaint.Ronald G. Minnich2003-09-302-1/+31
* The epia now works.Ronald G. Minnich2003-09-301-0/+8
* via epia is putting out bytes!Ronald G. Minnich2003-09-261-5/+10
* serial supprt.Ronald G. Minnich2003-09-261-0/+71
* It builds!Ronald G. Minnich2003-09-262-306/+315