summaryrefslogtreecommitdiff
path: root/src/northbridge
AgeCommit message (Expand)Author
2007-06-14his patch fixes the CAS map for -.5 and -1 CAS settings. The -.5 setting shou...Marc Jones
2007-06-14Add initial support for the Intel 82810 northbridge.Corey Osgood
2007-06-07Minor tweaks in the 440BX RAM init code (trivial).Uwe Hermann
2007-05-28Lower the RAM init delays we use on the Intel 440BX.Uwe Hermann
2007-05-27Various 440BX and Tyan S1846 related minor changes and fixes (trivial):Uwe Hermann
2007-05-22Add missing license headers, minor cosmetic fixes in existing headers.Uwe Hermann
2007-05-21Drop the (non-working, almost non-existant) support forUwe Hermann
2007-05-21fix some typos, clarify comments and drop dead code (trivial)Stefan Reinauer
2007-05-10Fixup the 440BX northbridge.c (self-ack as this wasn't working anyway).Uwe Hermann
2007-05-10This patch cleans up and clarifies Geode source code comments.Marc Jones
2007-05-10This patch cleans up \r left in the print strings. They were required for rom...Marc Jones
2007-05-10Fixed a bug within the 440BX RAM size calculation. Since the DRB valuesCeri Coburn
2007-05-10The attached patch sets the MA map type correctly for all DIMMs I wasAlex Mauer
2007-05-10Fix the indent and whitespace to match LinuxBIOS standardsJordan Crouse
2007-05-10Add missing licenses to several of the files.Jordan Crouse
2007-05-04This repairs the other Geode mainboards so they'll build with the newMarc Jones
2007-05-04This patch adds support for the northbridge integrated into the AMDMarc Jones
2007-05-04Cosmetics (trivial).Uwe Hermann
2007-04-30Fix typo: s/PRINT_DEBUG_/PRINT_DEBUG/ (trivial).Uwe Hermann
2007-04-22Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild.Uwe Hermann
2007-04-06YhLu's patch from January 18th.Yinghai Lu
2007-04-06This commit is part of YhLu's patch from January 18th.Yinghai Lu
2007-04-06YhLu's patch from January 18th. This part is mostly cleaning up Yinghai Lu
2007-04-06Trivial patch:Stefan Reinauer
2007-04-01Initial Intel 440BX RAM initialization framework.Uwe Hermann
2007-02-19Fix some CHIP_NAME() entries to use canonical names.Uwe Hermann
2007-02-01Fix typo which breaks the build ('defalut' should be 'default').Ed Swierk
2006-11-30Add convenience macros PAM0..PAM6 (trivial).Uwe Hermann
2006-11-22Update of the src/include/spd.h file with the following improvements:Uwe Hermann
2006-11-19Fix hardcoding of iasl path. iasl is in the user path in the Uwe Hermann
2006-11-11Add missing bracket in comment, and fix whitespace (trivial).Uwe Hermann
2006-11-10Add an include file which contains the register definitions for theUwe Hermann
2006-11-05Use the canonical name of the vendors/devices and theUwe Hermann
2006-10-27svn mv src/northbridge/intel/E7520 src/northbridge/intel/e7520Uwe Hermann
2006-10-27Rename E7520 to e7520, and E7525 to e7525 in the code. The next commitUwe Hermann
2006-10-05K8_4RANK to QRANKYinghai Lu
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2006-09-20Lots of lx fixes. CLeanup mainly. THings now buildRonald G. Minnich
2006-09-18A fix for hynix dram problems seen at 366/244Ronald G. Minnich
2006-09-13changes for the lx and artecgroup moboIndrek Kruusa
2006-09-13Slow down the clock, per Tom SyllaRonald G. Minnich
2006-09-13warm boot patch from richard smith.Ronald G. Minnich
2006-08-23Uwe Hermann:Stefan Reinauer
2006-08-16updates to make gx1 IRQ map work. not tested;Ronald G. Minnich
2006-08-10change from AMD for the IRQ10 problem.Ronald G. Minnich
2006-08-09mods for the ultra40 bringup. This now builds.Ronald G. Minnich
2006-08-03Changelog:Indrek Kruusa
2006-07-29- Add support _framework_ for the Asus p2b. Richard Smith
2006-07-28This patch adds support for the AMD LX cpu. Ron Minnich