summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* Fix all the format string warnings.Myles Watson2010-03-2219-51/+45
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-225-34/+13
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2279-982/+974
* more warnings gone...Stefan Reinauer2010-03-173-9/+10
* This is kind of a pre CAR patch to properly allocate "shared" graphics memoryJoseph Smith2010-03-172-3/+23
* more warning fixes.Stefan Reinauer2010-03-171-0/+2
* From Keith Hui:Keith Hui2010-03-171-6/+147
* pci drivers should be const.Stefan Reinauer2010-03-167-9/+9
* Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig).Keith Hui2010-03-132-1/+18
* Replace clear_memory with memset.Myles Watson2010-03-117-7/+0
* The following patch implements Opteron Fam 10 rev D (aka Istanbul)Arne Georg Gleditsch2010-03-103-1/+7
* 440BX: Do not hardcode DIMM number + size anymore.Keith Hui2010-03-062-69/+351
* i945 mini patch:Stefan Reinauer2010-03-051-2/+3
* This patch is from 2009-10-20Uwe Hermann2010-03-0514-66/+19
* Allow per-board setting of HT clock and width soTimothy Pearson2010-03-011-1/+43
* Fix YABEL guards; make debugging optional; fix some warningsStefan Reinauer2010-03-011-22/+31
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-015-4/+435
* Use the romstraps build infrastructure created for "tinybootblock"Patrick Georgi2010-02-281-0/+2
* Drop i855pm port and rename i855gme to i855 instead.Stefan Reinauer2010-02-2518-1959/+7
* Remove register pressure from e7501 driver by not indirectly referencingStefan Reinauer2010-02-241-108/+98
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-232-2/+2
* drop two warnings (trivial)Stefan Reinauer2010-02-221-2/+2
* This is a general cleanup patchStefan Reinauer2010-02-229-14/+12
* fix APCI typos.Stefan Reinauer2010-02-161-1/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-1520-132/+131
* Clean up ACPI:Patrick Georgi2010-02-087-32/+0
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-088-9/+9
* newconfig is no more.Patrick Georgi2010-02-0724-498/+0
* this should get the VIA VT8454c in shape with KconfigStefan Reinauer2010-02-051-0/+4
* Alot of it is trivial clean ups and 830 is now able to initialize one row/sid...Joseph Smith2010-02-012-130/+202
* Add the MSR writes that are needed to provide VGA legacy routing for the Geod...Edwin Beasant2010-01-273-5/+47
* Change memory map of geode lx: 768kb-systop is aEdwin Beasant2010-01-271-3/+3
* Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it.Edwin Beasant2010-01-261-0/+1
* This code was copied from amdk8 and never really made usable. Stefan Reinauer2010-01-254-847/+0
* Support a few more i945 variants. With this framework in place it shouldStefan Reinauer2010-01-172-223/+441
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-161-93/+3
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-162-4/+4
* * drop reset files from 945 mainboards (and use southbridge specific reset)Stefan Reinauer2010-01-161-0/+117
* Move fam10 temp files from build/ to build/northbridge/amd/amdfam10/ Trivial.Myles Watson2010-01-061-18/+18
* Fix amdht on newer compilers.Patrick Georgi2010-01-061-1/+1
* romcc:Patrick Georgi2009-12-313-18/+35
* Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch forMaciej Pijanka2009-11-2811-0/+877
* Update amdk8/util.c since __PRE_RAM__. Make node & link more unique.Myles Watson2009-11-182-8/+10
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-065-45/+5
* Split the two usages of __ROMCC__:Myles Watson2009-11-065-30/+30
* Add debugging utility file for dumping routing registers on K8.Myles Watson2009-11-053-0/+281
* Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.Uwe Hermann2009-10-302-0/+11
* Remove some warnings from the tyan s2895.Myles Watson2009-10-304-4/+5
* Drop remainders of PPC portStefan Reinauer2009-10-2831-2563/+0
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-2/+1