aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
AgeCommit message (Expand)Author
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
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-28Drop remainders of PPC portStefan Reinauer
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-26Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann
2009-10-26Kontron 986LCD-M updateStefan Reinauer
2009-10-26Define some variables that were not defined. There are a couple left.Myles Watson
2009-10-24Trivial regrouping of a calculation to simplify it.Myles Watson
2009-10-24Fix K8 boards high tables on UMA systems (KT690 for example)Stefan Reinauer
2009-10-23Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson
2009-10-23Remove PRINTK_IN_CAR tests from AMD files.Myles Watson
2009-10-20When I converted an #ifdef to an #if it broke the code because the variable wasMyles Watson
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-18Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann
2009-10-18Drop dead/unused code (trivial).Uwe Hermann
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-14Fix high tables address calculation on cn700 with VIDEO_MB > 0.Myles Watson
2009-10-14White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson
2009-10-12Make fam10 build (but not boot due to bootblock size problems.)Myles Watson
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-10-08Disable x86emu for via based boards which bringPatrick Georgi
2009-10-08More kconfig:Patrick Georgi
2009-10-04Add initial kconfig support for all AMD GX1 boards.Uwe Hermann
2009-10-03Tell vgabios code in a couple of boards/chipsets about CBFSPatrick Georgi
2009-10-01Add some trivial numbers for 945, and Core2 Duo E8200 Intel partsPeter Stuge
2009-10-01Fix Kconfig build for K8 boards.Myles Watson
2009-09-29Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-09-29More consistent use of "default n" and "select XYZ" inPatrick Georgi
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-24Remove HyperTransport support from boards that don't need it.Myles Watson
2009-09-24Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi
2009-09-23fix some wrong versions of the FSF's address (trivial)Stefan Reinauer
2009-09-23simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer
2009-09-22tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson
2009-09-14Use the coreboot pci config read/write functions instead of direct cf8/cfcMarc Jones
2009-08-29This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich
2009-08-29Fixes per Uwe's comments.Ronald G. Minnich
2009-08-28This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i...Arnaud Maye
2009-08-28This is the beginning of support for Geode and Kconfig in v2. Ronald G. Minnich
2009-08-26Remove a couple of CONFIG_ prefixes that shouldn't have happened.Patrick Georgi
2009-08-25Add kconfig support for ASUS P2B-F.Uwe Hermann
2009-08-25Without this patch, if we only got a DIMM in Channel B, memory can not beZheng Bao
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-24This patch is about the DA-C2 and RB-C2. Chip with install processorZheng Bao
2009-08-20This goes a surprisingly long way to building the epia-n. It also hasRonald G. Minnich
2009-08-19The Errata350 is "Write 0000_8000h to register F2x[1, 0]9C_xD080F0C.", instea...Zheng Bao
2009-08-18Correct usage of Makefile.inc and add support for cn400Ronald G. Minnich
2009-08-18Add the rest of the files.Jon Harrison
2009-08-17Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12drop extra whitespace at end of line for i945 + ICH7 (trivial)Stefan Reinauer
2009-08-12This now builds. Ronald G. Minnich