aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd
AgeCommit message (Expand)Author
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-18Update amdk8/util.c since __PRE_RAM__. Make node & link more unique.Myles 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-30Remove some warnings from the tyan s2895.Myles Watson
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-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-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-08More kconfig:Patrick Georgi
2009-10-04Add initial kconfig support for all AMD GX1 boards.Uwe Hermann
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-25some progress on kconfig:Patrick Georgi
2009-09-24Remove HyperTransport support from boards that don't need it.Myles Watson
2009-09-23simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer
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 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-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-19The Errata350 is "Write 0000_8000h to register F2x[1, 0]9C_xD080F0C.", instea...Zheng Bao
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12This now builds. Ronald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-07-22Fix up the tree again...Stefan Reinauer
2009-07-21Remove a comment that no longer applies. Trivial.Myles Watson
2009-07-17This is an obvious bug which I overlooked when I worked on the AM2r2Zheng Bao
2009-07-07Add the IORESOURCE_BRIDGE flag to the fam10 resources for the benefit of the ...Myles Watson
2009-07-02Update the k8 code for the v3 resource allocator.Myles Watson
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-07-01Add AMD family 10 AM2r2 support.Zheng Bao
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-21This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek
2009-06-06Fix for Erratum 350 for AMD Fam10h CPUs.Marco Schmidt
2009-06-05Fix non-revF K8 ram init compilation which was broken in r4341.Carl-Daniel Hailfinger
2009-06-05K8 RAM init debug messages are pretty short and sometimes cryptic. MakeCarl-Daniel Hailfinger
2009-06-04The point of the patch is to make it easier to understand the raminitMyles Watson
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-05-26Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi
2009-05-14Update equivalent processor revision ID to load latest microcode patches andMarc Jones
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-30Add high tables support to all northbridges.Stefan Reinauer
2009-04-28Enable HAVE_HIGH_TABLES by default for northbridges withPatrick Georgi
2009-04-22remove some style guide breaks and warnings from raminit_f_dqs.cStefan Reinauer
2009-04-22Factor out acpi_create_madt_lapics. It can be used on all ACPI boards.Stefan Reinauer
2009-04-18There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_...Ronald Hoogenboom
2009-04-13Following patch adds resume (exit from self refresh) support for AMD K8 revFRudolf Marek
2009-04-11This patch fixes an edge case for K8 raminit. Specifically, it brings the codeWard Vandewege
2009-04-10unify spd_ddr2.h (trivial)Stefan Reinauer
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-26During the suspend/resume programming I came to an issue that first 4KB ofRudolf Marek
2009-03-24Every object file with a struct pci_driver ... __pci_driver needs to be markedStefan Reinauer
2009-03-20Fix CPUID typo. This caused fid to memory speed calculations to be off.Marc Jones
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-10This patch adds common elements for ck804-based boards.Myles Watson
2009-03-10This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson
2009-03-06Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-03-01(Trivial) Add missing header file.Rudolf Marek
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-27This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl...Myles Watson
2009-02-17Add QWord support to acpigen.Carl-Daniel Hailfinger
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-03Following patch converts the run-time SSDT patching via update_ssdt funtion toRudolf Marek
2009-02-01Following patch adds dynamic ACPI AML code generator which can be used toRudolf Marek
2009-01-30Bring AMD K8 ACPI mangling more in line with Fam10 ACPI mangling. NoCarl-Daniel Hailfinger
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-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-12-05Fixes to AMD MCT code, found by Marco Schmidt <mschmidt@dspace.de>Stefan Reinauer
2008-11-08The POST_CODE macro had the outb() argument order backwards.Carl-Daniel Hailfinger
2008-10-22Changed RAM speed calculation to fix RAM modules getting rejected onlyJens Rottmann
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-29This patch for the AMD K8 allows a single DIMM to be populated in theMarc Jones
2008-09-19Whitespace and style cleanup. (trivial)Marc Jones