summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i440bx/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* northbridge/intel: 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-3/+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-4/+3
* 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
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-2/+1
* 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-26/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-2/+2
* Trivial white space fixes so that the next patches are easier to read.Myles Watson2009-05-111-52/+48
* Add high tables support to all northbridges.Stefan Reinauer2009-04-301-0/+10
* Fix a LOT of implicit function declarations before they become errors.Corey Osgood2008-12-191-0/+2
* Ever wondered where those "setting incorrect section attributes forStefan Reinauer2007-10-241-1/+1
* Various 440BX and Tyan S1846 related minor changes and fixes (trivial):Uwe Hermann2007-05-271-22/+19
* Fixup the 440BX northbridge.c (self-ack as this wasn't working anyway).Uwe Hermann2007-05-101-7/+4
* Fixed a bug within the 440BX RAM size calculation. Since the DRB valuesCeri Coburn2007-05-101-1/+2
* Initial Intel 440BX RAM initialization framework.Uwe Hermann2007-04-011-31/+31
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-051-1/+1
* add framework for i440bx chipsetRichard Smith2006-07-241-0/+186
OpenPOWER on IntegriCloud