aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8
AgeCommit message (Expand)Author
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-09-10Move memory type information out of some AMD sockets.Myles Watson
2010-08-27drop three unneeded config variables:Jens Rottmann
2010-08-26CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann
2010-07-09Trivial -Werror fix.Cristi M
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-07fix some more warningsStefan Reinauer
2010-07-06Eliminate a couple of warnings from setup_resourcemap.cMyles Watson
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-07-06A bug fix:Myles Watson
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-09Make k8 & fam10 northbridge.c code more similar.Myles Watson
2010-06-04This patch replaces the headers of the following files:Frank Vibrans
2010-05-21Fix amdk8_util.asl and explain behaviour a bit.Myles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-05-14more acpica fixes... The tricky part is the stuff in the AMD mainboard direct...Stefan Reinauer
2010-05-10High tables don't have to be on node 0 on K8. Make it less restrictive.Myles Watson
2010-04-30Get rid of a few more warnings.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25zero warnings daysStefan Reinauer
2010-04-23zero warnings days...Stefan Reinauer
2010-04-22zero warnings days...Stefan Reinauer
2010-04-20As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer
2010-04-15zero warnings days...Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-09fix the broken nvidia chipset boards,Stefan Reinauer
2010-04-09zero warnings days.Stefan Reinauer
2010-04-091. This patch adds CAR for Intel P6 series processors.Joseph Smith
2010-04-08Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson
2010-04-07no warnings dayStefan Reinauer
2010-04-07"no warnings day"Stefan Reinauer
2010-04-07- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLYStefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-04-03remove more warnings.Stefan Reinauer
2010-04-02Fix includes for showallroutes.Myles Watson
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-30fix some amd k8 warningsStefan Reinauer
2010-03-29dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-11Replace clear_memory with memset.Myles Watson
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.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-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-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-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12This now builds. Ronald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-07-21Remove a comment that no longer applies. Trivial.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-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-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-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
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