Add constants for fast path resume copying
[coreboot.git] / src / cpu / amd / model_fxx /
2011-11-22 Florian Zumbiehlk8 raminit: add workaround for erratum #181 on non...
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-17 Oskar EnokssonFixes several issues with amd k8 SSDT P-state generation
2011-07-13 Rudolf MarekMake AMD SMM SMP aware
2011-05-10 Patrick GeorgiChange read_option() to a macro that wraps some API...
2011-03-04 Jonathan KollaschAdd P-states for select Socket 754 processors.
2011-03-03 Jonathan KollaschCorrect off-by-one problem in AMD pre-rev-F model-F...
2011-02-26 Rudolf MarekIt adds support for automatic PSS object generation...
2011-02-24 Josef KellermannAdd compile-time defaults to some K8 CMOS options in...
2011-02-10 Alexandru GagniucImplemented workaround for erratum 169, obsoleting...
2011-02-10 Josef KellermannFix a potential system hang by handling AMD Model F...
2010-12-18 Stefan ReinauerSMM for AMD K8 Part 1/2
2010-11-16 Patrick GeorgiMove the SET_FIDVID* family of configuration options...
2010-10-07 Uwe HermannRemove some duplicate #include files (trivial).
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-30 Warren TurkalMove CAR settings to board config for socket 940 boards.
2010-09-29 Uwe HermannFactor out fill_processor_name() and strcpy() functions.
2010-09-27 Stefan Reinauerdrop some dead code from model_fxx_init.c
2010-09-26 Stefan Reinauerdrop some more unneeded ../../..
2010-09-25 Stefan Reinauer- Fix race condition in option_table.h generation by...
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-08 Stefan ReinauerFix all warnings in the tree
2010-07-08 Stefan Reinauerget rid of even more fam10 and k8 warnings.
2010-07-07 Stefan Reinauerfix some more warnings
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-06-04 Frank VibransThis patch replaces the headers of the following files:
2010-05-25 Stefan Reinaueralso rename the config option.
2010-04-27 Myles WatsonEnable the cache before initializing the processor...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-13 Stefan Reinauerfix timer choice in Kconfig. HAVE_INIT_TIMER is selecte...
2010-04-09 Myles WatsonIndent model_fxx_init and model_10xx_init.
2010-04-08 Myles WatsonCosmetically make init_cpus more similar for fam10...
2010-04-08 Myles WatsonClean up fidvid files using indent.
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-29 Stefan Reinauerdualcore.h and quadcore.h are almost exactly the same.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-19 Zheng BaoThe parameters of memset() should be
2010-03-17 Stefan Reinauertrivial warning fixes, mostly for ACPI code
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-02-25 Stefan ReinauerHAVE_MOVNTI really means SSE2. Also add sfence in the...
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-07 Patrick Georginewconfig is no more.
2010-01-06 Patrick GeorgiKconfig builds all boards now.
2009-12-31 Patrick Georgiromcc:
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-23 Rudolf MarekNew revision guide September 2009 3.46
2009-10-23 Myles WatsonRemove PRINTK_IN_CAR tests from AMD files.
2009-10-18 Uwe HermannSimplify Kconfig files by using "select" where possible...
2009-10-17 Peter StugeDrop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since...
2009-10-16 Peter StugeDrop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc...
2009-10-16 Myles WatsonChange CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match...
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 WatsonRemove some warnings.
2009-08-28 Myles WatsonMove DCACHE support into the cpu family for AMD model_fxx.
2009-08-25 Myles WatsonRevert socket abstraction.
2009-08-25 Myles WatsonAdd support for AMD Socket 940. Move common files...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-13 Patrick Georgi- AMD selected a couple of options that are incompatibl...
2009-08-13 Patrick GeorgiFix some conflicting types of variables
2009-08-12 Ronald G. MinnichThis now builds.
2009-08-12 Ronald G. MinnichFix multiple missing files and errors from the recent...
2009-07-18 Stefan Reinauercoding style fixes for powernow (trivial)
2009-07-17 Ward VandewegeBring S1g1 cpu names up to date with the official
2009-07-17 Ward VandewegeBring Socket F cpu names up to date with the official
2009-07-17 Ward VandewegeBring AM2 cpu names up to date with the official
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-21 Rudolf MarekThis patch adds a proper namestring generation to our...
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-04-13 Rudolf MarekFollowing patch adds resume (exit from self refresh...
2009-02-27 Myles WatsonThis patch makes several CMOS/NVRAM reads dependent...
2009-02-14 Rudolf MarekBellongs to r3946
2009-02-14 Rudolf MarekFollowing patch adds dynamically generated P-States...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2009-02-03 Rudolf MarekFollowing patch adds missing CPU names. Please check
2009-01-19 Stefan ReinauerFirst shot at factoring SMM code into generic parts...
2008-11-12 Marc JonesAdd another AM2 cpuid to the name string. Also, colapse...
2008-11-03 Marc JonesUpdate K8 FID/VID setup. Add support for 100MHz FIDs...
2008-08-07 Marc JonesClean up whitespace and comments style. (trivial)
2008-03-13 Uwe HermannUpdate AMD CPU list based on Revision Guide for AMD...
2008-03-12 Uwe HermannFormatting fixes, no content changes (trivial).
2008-01-18 Stefan ReinauerPlease bear with me - another rename checkin. This...
2007-11-29 Uwe HermannUpdate AMD CPU IDs in model_fxx_init.c with information...
2007-10-31 Uwe HermannUse the preferred order of 'static const' instead of...
2007-10-24 Stefan Reinaueranalog changes for the cpu_driver structures...
2007-08-30 Torsten DuweAdd support for the Athlon64 x2 5000+ CPU.
2007-05-29 Uwe HermannUse the common LinuxBIOS license header format.
2007-05-26 Sven KapfererThis patch fixes the processor name string for Rev...
2007-05-20 Jeremy JacksonAdd additional CPU device ID:
2007-04-06 Yinghai LuThis is part of the outstanding mcp55 commit from Janua...
2007-02-28 Yinghai LuThis is (most of) the usb2 debug console code ripped...
2006-10-04 Yinghai LuCONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
2006-10-04 Yinghai LuAMD Rev F support
next