summaryrefslogtreecommitdiff
path: root/src/northbridge
AgeCommit message (Expand)Author
2010-03-29dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2010-03-24Get rid of type-punned pointer errors.Myles Watson
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22drop some unused files and fix warnings on i945 based systems.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17more warnings gone...Stefan Reinauer
2010-03-17This is kind of a pre CAR patch to properly allocate "shared" graphics memoryJoseph Smith
2010-03-17more warning fixes.Stefan Reinauer
2010-03-17From Keith Hui:Keith Hui
2010-03-16pci drivers should be const.Stefan Reinauer
2010-03-13Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig).Keith Hui
2010-03-11Replace clear_memory with memset.Myles Watson
2010-03-10The following patch implements Opteron Fam 10 rev D (aka Istanbul)Arne Georg Gleditsch
2010-03-06440BX: Do not hardcode DIMM number + size anymore.Keith Hui
2010-03-05i945 mini patch:Stefan Reinauer
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01Allow per-board setting of HT clock and width soTimothy Pearson
2010-03-01Fix YABEL guards; make debugging optional; fix some warningsStefan Reinauer
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-28Use the romstraps build infrastructure created for "tinybootblock"Patrick Georgi
2010-02-25Drop i855pm port and rename i855gme to i855 instead.Stefan Reinauer
2010-02-24Remove register pressure from e7501 driver by not indirectly referencingStefan Reinauer
2010-02-23Remove nonsensical wrapper for function inStefan Reinauer
2010-02-22drop two warnings (trivial)Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-16fix APCI typos.Stefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-08Clean up ACPI:Patrick Georgi
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-02-05this should get the VIA VT8454c in shape with KconfigStefan Reinauer
2010-02-01Alot of it is trivial clean ups and 830 is now able to initialize one row/sid...Joseph Smith
2010-01-27Add the MSR writes that are needed to provide VGA legacy routing for the Geod...Edwin Beasant
2010-01-27Change memory map of geode lx: 768kb-systop is aEdwin Beasant
2010-01-26Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it.Edwin Beasant
2010-01-25This code was copied from amdk8 and never really made usable. Stefan Reinauer
2010-01-17Support a few more i945 variants. With this framework in place it shouldStefan Reinauer
2010-01-16coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2010-01-16* drop reset files from 945 mainboards (and use southbridge specific reset)Stefan Reinauer
2010-01-06Move fam10 temp files from build/ to build/northbridge/amd/amdfam10/ Trivial.Myles Watson
2010-01-06Fix amdht on newer compilers.Patrick Georgi
2009-12-31romcc:Patrick Georgi
2009-11-28Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch forMaciej Pijanka
2009-11-18Update amdk8/util.c since __PRE_RAM__. Make node & link more unique.Myles Watson
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-11-05Add debugging utility file for dumping routing registers on K8.Myles Watson
2009-10-30Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.Uwe Hermann