summaryrefslogtreecommitdiffstats
path: root/src/northbridge/via/vt8623
Commit message (Expand)AuthorAgeFilesLines
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-6/+5
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-18/+19
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-39/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-2/+2
* drop three unneeded config variables:Jens Rottmann2010-08-271-6/+0
* VGA code needs to be refactored before it can be compiled conditionally.Myles Watson2010-08-031-1/+1
* Build VGA code conditionally to avoid errors when using SeaBIOS.Myles Watson2010-08-021-1/+1
* Always enable parent resources before child resources.Myles Watson2010-06-171-2/+2
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-4/+4
* Fix VGA after switching to realmode_interrupt()Michael Marineau2010-05-241-1/+1
* Change real mode API to allow passing intXX number or entry point andStefan Reinauer2010-05-112-6/+16
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-27/+27
* via epia-m now works with default x86.c instead of its own copy of vgabios.c.Stefan Reinauer2010-04-224-81/+160
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-1/+1
* zero warnings days. Down to under 600 different warnings Stefan Reinauer2010-04-141-2/+5
* "no warnings day"Stefan Reinauer2010-04-072-2/+2
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-26/+26
* Fix all the format string warnings.Myles Watson2010-03-221-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-17/+17
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-7/+7
* newconfig is no more.Patrick Georgi2010-02-071-7/+0
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-061-13/+1
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-152-4/+4
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-091-1/+0
* Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.Myles Watson2009-09-291-4/+1
* some progress on kconfig:Patrick Georgi2009-09-252-0/+35
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-32/+0
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-302-4/+4
* Add high tables support to all northbridges.Stefan Reinauer2009-04-302-20/+19
* Every object file with a struct pci_driver ... __pci_driver needs to be markedStefan Reinauer2009-03-241-1/+1
* This, ladies and gentlement, is commit #4000.Stefan Reinauer2009-03-131-1/+7
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-1/+1
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-182-3/+3
* Add dummy function for MCFG on those mainboards that provide ACPI but don't Stefan Reinauer2007-11-041-0/+3
* Ever wondered where those "setting incorrect section attributes forStefan Reinauer2007-10-241-3/+3
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-051-1/+1
* Lower debug progress messages in vt8623 init to debug level rather than error.Jonathan McDowell2006-04-211-3/+3
* EPIA-M fixupRonald G. Minnich2005-11-222-272/+609
* Fix up the VT8623 northbridge support.Jonathan McDowell2005-08-083-22/+31
* - First stab at getting the ppc ports building and working.Eric Biederman2004-11-181-1/+1
* - Update abuild.sh so it will rebuild successfull buildsEric Biederman2004-11-042-29/+32
* sizeram removal/conversion.Eric Biederman2004-10-271-121/+235
* - Bump the LinuxBIOS major versionEric Biederman2004-10-212-9/+2
* - First stab at running linuxbios without the old static device tree.Eric Biederman2004-10-161-1/+0
* epia-m supportRonald G. Minnich2004-10-062-177/+202
* updatedGreg Watson2004-04-174-14/+14
* start of epia-m portGreg Watson2004-04-176-0/+537