summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i82830/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* intel: Remove GFXUMA and related global variablesKyösti Mälkki2014-05-191-0/+1
* 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
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-5/+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
* Cleanup coreboot memory table includesKyösti Mälkki2012-08-081-1/+0
* Intel and GFXUMA: drop redundant use of lb_add_memory_range()Kyösti Mälkki2012-08-011-9/+0
* Intel and GFXUMA: fix MTRR and use uma_resource()Kyösti Mälkki2012-07-271-7/+7
* Intel 82810 and 82830: always room for PCI memoryKyösti Mälkki2012-07-271-11/+2
* Define global uma_memory variablesKyösti Mälkki2012-07-161-3/+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-37/+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
* zero warnings days...Stefan Reinauer2010-04-151-1/+0
* ip1000: fix seabios start, fix flash gpio detectionStefan Reinauer2010-04-131-40/+43
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-5/+5
* This is kind of a pre CAR patch to properly allocate "shared" graphics memoryJoseph Smith2010-03-171-2/+22
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-011-1/+1
* drop two warnings (trivial)Stefan Reinauer2010-02-221-2/+2
* 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-25/+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/+10
* This, ladies and gentlement, is commit #4000.Stefan Reinauer2009-03-131-0/+1
* Initial support for the Intel 82830 northbridge and RCA RM4100 board.Joseph Smith2008-03-091-0/+197