summaryrefslogtreecommitdiffstats
path: root/src/northbridge/via/vt8601/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* Drop VIA Epia mainboardStefan Reinauer2014-12-181-132/+0
* northbridge/via: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* CBMEM northbridges: Remove references to global high_tables_baseKyösti Mälkki2013-09-111-4/+1
* Set PCI bus operations at buildtime for ramstageKyösti Mälkki2013-07-111-1/+1
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-6/+1
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Remove chip.h files without config structureKyösti Mälkki2012-10-071-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-6/+5
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-39/+0
* 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
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-6/+6
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-4/+4
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-151-2/+2
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-23/+0
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-2/+2
* Add high tables support to all northbridges.Stefan Reinauer2009-04-301-0/+13
* This, ladies and gentlement, is commit #4000.Stefan Reinauer2009-03-131-0/+1
* 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-181-1/+1
* Ever wondered where those "setting incorrect section attributes forStefan Reinauer2007-10-241-1/+1
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-051-1/+1
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-60arch import user (historical)2005-07-061-4/+0
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)2005-07-061-0/+4
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)2005-07-061-4/+0
* - 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-041-30/+33
* Changes to allow Via/Epia code to be compiled after recent code changes.Mark Wilkinson2004-10-291-5/+3
* sizeram removal/conversion.Eric Biederman2004-10-271-84/+168
* - Bump the LinuxBIOS major versionEric Biederman2004-10-211-8/+1
* - First stab at running linuxbios without the old static device tree.Eric Biederman2004-10-161-1/+0
* - O2, enums, and switch statements work in romccEric Biederman2003-10-111-48/+46
* ram size now set from SPD.Ronald G. Minnich2003-10-021-2/+2
* First SPD code in and working!Ronald G. Minnich2003-10-021-1/+22
* success. It boots as a bproc slave now.Ronald G. Minnich2003-10-021-0/+47
* The epia now works.Ronald G. Minnich2003-09-301-61/+11
* first cut at 8601 supportRonald G. Minnich2003-09-251-0/+106