Implemented workaround for erratum 169, obsoleting erratum 131.
[coreboot.git] / src / northbridge / amd / amdk8 /
2011-02-10 Alexandru GagniucImplemented workaround for erratum 169, obsoleting...
2010-12-13 Rudolf MarekAttached patch implements the memory speed reductions...
2010-12-13 Rudolf MarekFollowing patch adds support to bring out the memory...
2010-12-13 Rudolf MarekWe hardcode highmemory size in every northbridge!...
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...
2010-12-08 stepansecond round name simplification. drop the <component...
2010-11-22 Rudolf Marek1) wraps the s3 parts of chipset code/memory init code...
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-11-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-11-18 Uwe HermannFix/drop some obsolete comments,
2010-11-17 Tobias DiedrichThis problem was introduced with
2010-11-13 Scott DuplichanMTRR related improvements for AMD family 10h and family...
2010-11-10 Peter StugeMake amdk8 printk_raminit() accept just a single string...
2010-11-07 Patrick GeorgiMove K8_ALLOCATE_IO_RANGE to Kconfig.
2010-11-05 Patrick GeorgiMove QRANK_DIMM_SUPPORT to Kconfig, removing it from...
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-05 Jonathan KollaschUse %p instead of %x to print void *.
2010-10-02 Jonathan KollaschFix spelling/typos in comments.
2010-10-01 Patrick GeorgiMove CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-25 Stefan Reinauer- Fix race condition in option_table.h generation by...
2010-09-10 Myles WatsonMove memory type information out of some AMD sockets.
2010-08-27 Jens Rottmanndrop three unneeded config variables:
2010-08-26 Jens RottmannCONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only...
2010-07-09 Cristi MTrivial -Werror fix.
2010-07-08 Stefan ReinauerFix all warnings in the tree
2010-07-07 Stefan Reinauerfix some more warnings
2010-07-06 Myles WatsonEliminate a couple of warnings from setup_resourcemap.c
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-07-06 Myles WatsonA bug fix:
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-06-09 Myles WatsonMake k8 & fam10 northbridge.c code more similar.
2010-06-04 Frank VibransThis patch replaces the headers of the following files:
2010-05-21 Myles WatsonFix amdk8_util.asl and explain behaviour a bit.
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-05-14 Stefan Reinauermore acpica fixes... The tricky part is the stuff in...
2010-05-10 Myles WatsonHigh tables don't have to be on node 0 on K8. Make...
2010-04-30 Myles WatsonGet rid of a few more warnings.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauerzero warnings days
2010-04-23 Stefan Reinauerzero warnings days...
2010-04-22 Stefan Reinauerzero warnings days...
2010-04-20 Stefan ReinauerAs Myles suggested a while back: Switch long time ...
2010-04-15 Stefan Reinauerzero warnings days...
2010-04-14 Myles WatsonRemove few more warnings and some dead code.
2010-04-09 Stefan Reinauerfix the broken nvidia chipset boards,
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-04-07 Stefan Reinauerno warnings day
2010-04-07 Stefan Reinauer"no warnings day"
2010-04-07 Stefan Reinauer- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-04-03 Stefan Reinauerremove more warnings.
2010-04-02 Myles WatsonFix includes for showallroutes.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-30 Stefan Reinauerfix some amd k8 warnings
2010-03-29 Stefan Reinauerdualcore.h and quadcore.h are almost exactly the same.
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2009-11-18 Myles WatsonUpdate amdk8/util.c since __PRE_RAM__. Make node ...
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-11-05 Myles WatsonAdd debugging utility file for dumping routing register...
2009-10-30 Myles WatsonRemove some warnings from the tyan s2895.
2009-10-26 Myles WatsonDefine some variables that were not defined. There...
2009-10-24 Myles WatsonTrivial regrouping of a calculation to simplify it.
2009-10-24 Stefan ReinauerFix K8 boards high tables on UMA systems (KT690 for...
2009-10-23 Myles WatsonDrop dead K8_SCAN_PCI_BUS code. It's a bad idea to...
2009-10-23 Myles WatsonRemove PRINTK_IN_CAR tests from AMD files.
2009-10-20 Myles WatsonWhen I converted an #ifdef to an #if it broke the code...
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-18 Uwe HermannSimplify Kconfig files by using "select" where possible...
2009-10-16 Myles WatsonChange CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match...
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-14 Myles WatsonWhite space and typo fixes. This makes it easier to...
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-10-09 Myles WatsonRemove default n statements to simplify .config and...
2009-10-01 Myles WatsonFix Kconfig build for K8 boards.
2009-09-29 Myles WatsonMake CONFIG_HAVE_HIGH_TABLES consistent in where and...
2009-09-29 Myles WatsonRemove some warnings.
2009-09-25 Patrick Georgisome progress on kconfig:
2009-09-24 Myles WatsonRemove HyperTransport support from boards that don...
2009-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-13 Patrick GeorgiFix some conflicting types of variables
2009-08-12 Ronald G. MinnichThis now builds.
2009-08-12 Patrick GeorgiKconfig!
2009-07-21 Myles WatsonRemove a comment that no longer applies. Trivial.
2009-07-02 Myles WatsonUpdate the k8 code for the v3 resource allocator.
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-06-30 Stefan Reinauerthe tool chain settings should not be in renamed (as...
next