summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/amdk8
Commit message (Expand)AuthorAgeFilesLines
* newconfig is no more.Patrick Georgi2010-02-072-39/+0
* 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-061-3/+3
* 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-303-3/+4
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-261-0/+15
* 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-181-5/+1
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-163-5/+5
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-153-8/+8
* White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson2009-10-141-1/+1
* 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-092-2/+0
* 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-292-10/+1
* Remove some warnings.Myles Watson2009-09-294-21/+18
* some progress on kconfig:Patrick Georgi2009-09-251-0/+2
* 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
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-252-5/+4
* Fix some conflicting types of variablesPatrick Georgi2009-08-131-3/+3
* This now builds. Ronald G. Minnich2009-08-122-0/+41
* Kconfig!Patrick Georgi2009-08-122-0/+44
* Remove a comment that no longer applies. Trivial.Myles Watson2009-07-211-5/+0
* 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-022-69/+30
* 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-3013-127/+127
* This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek2009-06-211-1/+1
* Fix non-revF K8 ram init compilation which was broken in r4341.Carl-Daniel Hailfinger2009-06-051-8/+8
* K8 RAM init debug messages are pretty short and sometimes cryptic. MakeCarl-Daniel Hailfinger2009-06-052-2/+16
* The point of the patch is to make it easier to understand the raminitMyles Watson2009-06-047-498/+414
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-032-3/+3
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-032-3/+3
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-306-39/+43
* Enable HAVE_HIGH_TABLES by default for northbridges withPatrick Georgi2009-04-281-0/+2
* remove some style guide breaks and warnings from raminit_f_dqs.cStefan Reinauer2009-04-221-11/+24
* Factor out acpi_create_madt_lapics. It can be used on all ACPI boards.Stefan Reinauer2009-04-221-19/+0
* There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_...Ronald Hoogenboom2009-04-181-2/+3
* Following patch adds resume (exit from self refresh) support for AMD K8 revFRudolf Marek2009-04-133-2/+290
* This patch fixes an edge case for K8 raminit. Specifically, it brings the codeWard Vandewege2009-04-111-1/+2
* unify spd_ddr2.h (trivial)Stefan Reinauer2009-04-102-67/+1
* Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer2009-04-012-8/+1
* During the suspend/resume programming I came to an issue that first 4KB ofRudolf Marek2009-03-261-14/+17
* Every object file with a struct pci_driver ... __pci_driver needs to be markedStefan Reinauer2009-03-241-1/+1
OpenPOWER on IntegriCloud