summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd
Commit message (Expand)AuthorAgeFilesLines
* romcc:Patrick Georgi2009-12-313-18/+35
* Update amdk8/util.c since __PRE_RAM__. Make node & link more unique.Myles Watson2009-11-182-8/+10
* Split the two usages of __ROMCC__:Myles Watson2009-11-063-28/+28
* Add debugging utility file for dumping routing registers on K8.Myles Watson2009-11-053-0/+281
* Remove some warnings from the tyan s2895.Myles Watson2009-10-304-4/+5
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-262-1/+40
* Trivial regrouping of a calculation to simplify it.Myles Watson2009-10-241-2/+2
* Fix K8 boards high tables on UMA systems (KT690 for example)Stefan Reinauer2009-10-241-0/+17
* Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses beforeMyles Watson2009-10-231-132/+0
* Remove PRINTK_IN_CAR tests from AMD files.Myles Watson2009-10-236-196/+18
* When I converted an #ifdef to an #if it broke the code because the variable wasMyles Watson2009-10-201-2/+0
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-191-1/+1
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-183-19/+4
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-165-8/+8
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-1512-34/+34
* White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson2009-10-141-1/+1
* Make fam10 build (but not boot due to bootblock size problems.)Myles Watson2009-10-122-0/+43
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-097-7/+0
* More kconfig:Patrick Georgi2009-10-083-1/+12
* Add initial kconfig support for all AMD GX1 boards.Uwe Hermann2009-10-043-1/+47
* Fix Kconfig build for K8 boards.Myles Watson2009-10-011-0/+5
* Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.Myles Watson2009-09-293-15/+2
* Remove some warnings.Myles Watson2009-09-294-21/+18
* some progress on kconfig:Patrick Georgi2009-09-256-6/+53
* Remove HyperTransport support from boards that don't need it.Myles Watson2009-09-241-0/+5
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-1/+1
* Use the coreboot pci config read/write functions instead of direct cf8/cfcMarc Jones2009-09-141-11/+2
* This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich2009-08-291-2/+3
* Fixes per Uwe's comments.Ronald G. Minnich2009-08-291-4/+0
* This is the beginning of support for Geode and Kconfig in v2. Ronald G. Minnich2009-08-283-3/+31
* Remove a couple of CONFIG_ prefixes that shouldn't have happened.Patrick Georgi2009-08-261-4/+4
* Without this patch, if we only got a DIMM in Channel B, memory can not beZheng Bao2009-08-251-3/+3
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-252-5/+4
* This patch is about the DA-C2 and RB-C2. Chip with install processorZheng Bao2009-08-243-2/+6
* The Errata350 is "Write 0000_8000h to register F2x[1, 0]9C_xD080F0C.", instea...Zheng Bao2009-08-191-14/+14
* Fix some conflicting types of variablesPatrick Georgi2009-08-131-3/+3
* This now builds. Ronald G. Minnich2009-08-123-7/+48
* Kconfig!Patrick Georgi2009-08-124-0/+59
* Fix up the tree again...Stefan Reinauer2009-07-221-2/+2
* Remove a comment that no longer applies. Trivial.Myles Watson2009-07-211-5/+0
* This is an obvious bug which I overlooked when I worked on the AM2r2Zheng Bao2009-07-171-2/+2
* Add the IORESOURCE_BRIDGE flag to the fam10 resources for the benefit of the ...Myles Watson2009-07-071-13/+4
* Update the k8 code for the v3 resource allocator.Myles Watson2009-07-021-133/+114
* Move the v3 resource allocator to v2.Myles Watson2009-07-026-193/+46
* Add AMD family 10 AM2r2 support.Zheng Bao2009-07-013-34/+35
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-301-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3033-314/+314
* This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek2009-06-211-1/+1
* Fix for Erratum 350 for AMD Fam10h CPUs.Marco Schmidt2009-06-062-3/+71
OpenPOWER on IntegriCloud