aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
AgeCommit message (Expand)Author
2009-01-20This fine work by Jon Dufresne was awkwardly rotting on the mailing list forJon Dufresne
2009-01-16First part of heterogenous dualchannel support.Carl-Daniel Hailfinger
2009-01-16Refactor K8 rev F DDR2 CL timing retrieval.Carl-Daniel Hailfinger
2009-01-16Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, usingCarl-Daniel Hailfinger
2009-01-15amdk8: This patch fixes ram init problems when using the 9W Sempron part.Dan Lykowski
2008-12-23Add verbose debugging output at SPEW level to noncoherent HyperTransportCarl-Daniel Hailfinger
2008-12-19Fix breakage caused by r3822. I should have known not to touch the k8 stuff...Corey Osgood
2008-12-19Fix a LOT of implicit function declarations before they become errors.Corey Osgood
2008-12-18Fix the only implicit declaration before it becomes an error.Corey Osgood
2008-12-18Fix implicit declaration in cn700/vt8237 codeCorey Osgood
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-12-09Add (parts of the) support for multiple DIMMs on the Intel 440BX chipset.Uwe Hermann
2008-12-05Fixes to AMD MCT code, found by Marco Schmidt <mschmidt@dspace.de>Stefan Reinauer
2008-11-27Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann
2008-11-21i810: Add support for multiple DIMMs, both single-sided and double-sided,Elia Yehuda
2008-11-20Get rid of the unnecessary indirection by 'struct mem_controller' for theUwe Hermann
2008-11-18i810: Add some more comments, and especially add a list of tested BUFF_SCUwe Hermann
2008-11-11Thanks to Uwe Hermann for spotting this typo.Stefan Reinauer
2008-11-10Merge some parts of the i945 review (trivial):Stefan Reinauer
2008-11-09i945.h: Add some more comments, align data for better readability (trivial).Uwe Hermann
2008-11-08The POST_CODE macro had the outb() argument order backwards.Carl-Daniel Hailfinger
2008-10-31Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines.Uwe Hermann
2008-10-29i945/ICH7: Use #defines from pci_ids.h (trivial).Uwe Hermann
2008-10-29Support for the Intel 945 northbridge.Stefan Reinauer
2008-10-22Changed RAM speed calculation to fix RAM modules getting rejected onlyJens Rottmann
2008-10-12Drop tons of duplicated debug.c files, move common file toUwe Hermann
2008-10-09Indent-based + manual cleanups for CN700 (trivial). As this will be portedUwe Hermann
2008-10-02Whitespace cleanup (trivial).Myles Watson
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-30A duplicate register address is incremented in table register_values.Mats Erik Andersson
2008-09-29This patch for the AMD K8 allows a single DIMM to be populated in theMarc Jones
2008-09-24Support for the memory controller and PCIe interface of the IntelEd Swierk
2008-09-19Whitespace and style cleanup. (trivial)Marc Jones
2008-09-19Add AMD K8 S1G1 socket support.Michael Xie Michael.Xie
2008-09-01This patch gets the Epia-CN working without ACPI or APIC.Bari Ari
2008-08-28Eric Biederman believes that he and Tom Zimmerman of the defunctEd Swierk
2008-08-25This patch adds PCI device IDs for the Intel EP80579 Integrated Processor,Ed Swierk
2008-08-12License updated to GPL v2.Marc Jones
2008-08-02adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"Stefan Reinauer
2008-07-23Memory initialization support for AMD Fam10 B3 (B0-B2 already supported).Marc Jones
2008-07-21Missed a const in my previous checkin, r3426 (trivial).Marc Jones
2008-07-17Add manual HT BUID fixup to detect previously set BUIDs in early init. This f...Marc Jones
2008-07-17Clean up AMD FAM10 HT variable initialization. The structure init is cleaner,...Marc Jones
2008-07-16Clean up comments, whitespace, and copyright date in the AMD HT code.Marc Jones
2008-06-22This patch allows support for multiple so-dimms, single or double sided.Joseph Smith
2008-05-19Add support for the VIA EPIA-CN baord, which uses C7 + CN700 + VT8237R.Aaron Lwe
2008-05-15This patch allows the RCA RM4100 to reboot. Upon rebooting in auto.c it detec...Joseph Smith
2008-04-25Remove inline from FAM10 CPU initialization functions.Marc Jones
2008-04-22Find matching settings for each CPUs FID, VID, and P-state registers and init...Marc Jones
2008-04-22Add early MSR and PCI register initialization. Marc Jones
2008-04-11Bring Fam10 memory controller init up to date with the latest AMD BKDGMarc Jones (marc.jones
2008-03-16This patch implements support for the Intel 3100 integrated ...Ed Swierk
2008-03-09Initial support for the Intel 82830 northbridge and RCA RM4100 board.Joseph Smith
2008-02-21Add support for the Via CN700 with a C7 CPU and DDR2 RAM. Only a single DIMM isCorey Osgood
2008-02-05Factor out print_conf() from Geode LX mainboard directories. TheCarl-Daniel Hailfinger
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-12-19More abuild fixes, this should be the last (trivial)Corey Osgood
2007-12-19Initial AMD Barcelona support for rev Bx.Marc Jones
2007-12-05Remove the coherent_ht_car.c file. It is exactly the same asUwe Hermann
2007-11-13Fix ACPI issues brought up with Intel's latest ASL compiler.Stefan Reinauer
2007-11-07Final set of changes to make Alix1c work.Ronald G. Minnich
2007-11-04Add dummy function for MCFG on those mainboards that provide ACPI but don't Stefan Reinauer
2007-11-02This patch changes the "if else" style of parameter matching to table and als...Rudolf Marek
2007-10-31Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann
2007-10-27Drop duplicated and unneeded #defines from some northbridges (trivial).Uwe Hermann
2007-10-26This code gets us to a working linux boot on the alix1c. I have not tested Ronald G. Minnich
2007-10-24Ever wondered where those "setting incorrect section attributes forStefan Reinauer
2007-10-21I am signing off and acking this trivial patch, as I just wasted severalRonald G. Minnich
2007-10-14Fix the resource end in amdk8/northbridge.c.Rudolf Marek
2007-10-07Make the reserved video memory on Geode GX1 based systems configurable.Juergen Beisert
2007-09-14More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE.Yinghai Lu
2007-09-13I still don't understand a word, but I tried to improve the documentation. (t...Stefan Reinauer
2007-06-19Various minor cosmetics and coding style fixes (trivial).Uwe Hermann
2007-06-19This patch fixes up a couple mistakes I made with the i82810 and mew-vw to makeCorey Osgood
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