Age | Commit message (Expand) | Author |
2013-04-04 | AMD: Drop six copies of wrmsr_amd and rdmsr_amd | Kyösti Mälkki |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2012-11-28 | amdk8/amdfam10: Use CAR_GLOBAL for sysinfo | Patrick Georgi |
2012-11-27 | Remove AMD special case for LAPIC based udelay() | Patrick Georgi |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-11-16 | Clean up Kconfig | Stefan Reinauer |
2012-08-09 | Synchronize rdtsc instructions | Stefan Reinauer |
2012-07-22 | AMD CPUs: Updated CPU list in powernow_acpi.c | Jukka Rantala |
2012-05-08 | Some more #if cleanup | Patrick Georgi |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-04-30 | Rework ACPI CST table generation | Stefan Reinauer |
2011-11-22 | k8 raminit: add workaround for erratum #181 on non-fam-f | Florian Zumbiehl |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-10-17 | Fixes several issues with amd k8 SSDT P-state generation | Oskar Enoksson |
2011-07-13 | Make AMD SMM SMP aware | Rudolf Marek |
2011-05-10 | Change read_option() to a macro that wraps some API uglyness | Patrick Georgi |
2011-03-04 | Add P-states for select Socket 754 processors. | Jonathan Kollasch |
2011-03-03 | Correct off-by-one problem in AMD pre-rev-F model-F PowerNow code. | Jonathan Kollasch |
2011-02-26 | It adds support for automatic PSS object generation for AMD pre fam Fh CPU. T... | Rudolf Marek |
2011-02-24 | Add compile-time defaults to some K8 CMOS options in case they're absent in CMOS | Josef Kellermann |
2011-02-10 | Implemented workaround for erratum 169, obsoleting erratum 131. | Alexandru Gagniuc |
2011-02-10 | Fix a potential system hang by handling AMD Model F Erratum 89 | Josef Kellermann |
2010-12-18 | SMM for AMD K8 Part 1/2 | Stefan Reinauer |
2010-11-16 | Move the SET_FIDVID* family of configuration options to Kconfig and | Patrick Georgi |
2010-10-07 | Remove some duplicate #include files (trivial). | Uwe Hermann |
2010-10-07 | Remove duplicate line from pci_ids.h. | Jonathan Kollasch |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-30 | Move CAR settings to board config for socket 940 boards. | Warren Turkal |
2010-09-29 | Factor out fill_processor_name() and strcpy() functions. | Uwe Hermann |
2010-09-27 | drop some dead code from model_fxx_init.c | Stefan Reinauer |
2010-09-26 | drop some more unneeded ../../.. | Stefan Reinauer |
2010-09-25 | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-03 | Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / | Stefan Reinauer |
2010-07-08 | Fix all warnings in the tree | Stefan Reinauer |
2010-07-08 | get rid of even more fam10 and k8 warnings. | Stefan Reinauer |
2010-07-07 | fix some more warnings | Stefan Reinauer |
2010-07-06 | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant |
2010-06-04 | This patch replaces the headers of the following files: | Frank Vibrans |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-04-27 | Enable the cache before initializing the processor name, like model_10 does. | Myles Watson |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-13 | fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to | Stefan Reinauer |
2010-04-09 | Indent model_fxx_init and model_10xx_init. | Myles Watson |
2010-04-08 | Cosmetically make init_cpus more similar for fam10 and K8. | Myles Watson |
2010-04-08 | Clean up fidvid files using indent. | Myles Watson |
2010-04-08 | Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so... | Myles Watson |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-29 | dualcore.h and quadcore.h are almost exactly the same. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-19 | The parameters of memset() should be | Zheng Bao |
2010-03-17 | trivial warning fixes, mostly for ACPI code | Stefan Reinauer |
2010-03-11 | Replace clear_memory with memset. | Myles Watson |
2010-02-25 | HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-06 | Kconfig builds all boards now. | Patrick Georgi |
2009-12-31 | romcc: | Patrick Georgi |
2009-10-30 | Remove some warnings from the tyan s2895. | Myles Watson |
2009-10-26 | Define some variables that were not defined. There are a couple left. | Myles Watson |
2009-10-23 | New revision guide September 2009 3.46 | Rudolf Marek |
2009-10-23 | Remove PRINTK_IN_CAR tests from AMD files. | Myles Watson |
2009-10-18 | Simplify Kconfig files by using "select" where possible (trivial). | Uwe Hermann |
2009-10-17 | Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty | Peter Stuge |
2009-10-16 | Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references | Peter Stuge |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-10-09 | Remove default n statements to simplify .config and ldoptions files. | Myles Watson |
2009-10-01 | Fix Kconfig build for K8 boards. | Myles Watson |
2009-09-29 | Remove some warnings. | Myles Watson |
2009-08-28 | Move DCACHE support into the cpu family for AMD model_fxx. | Myles Watson |
2009-08-25 | Revert socket abstraction. | Myles Watson |
2009-08-25 | Add support for AMD Socket 940. Move common files to model_fxx. | Myles Watson |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-13 | - AMD selected a couple of options that are incompatible with QEmu (and | Patrick Georgi |
2009-08-13 | Fix some conflicting types of variables | Patrick Georgi |
2009-08-12 | This now builds. | Ronald G. Minnich |
2009-08-12 | Fix multiple missing files and errors from the recent commit. This happened | Ronald G. Minnich |
2009-07-18 | coding style fixes for powernow (trivial) | Stefan Reinauer |
2009-07-17 | Bring S1g1 cpu names up to date with the official | Ward Vandewege |
2009-07-17 | Bring Socket F cpu names up to date with the official | Ward Vandewege |
2009-07-17 | Bring AM2 cpu names up to date with the official | Ward Vandewege |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-21 | This patch adds a proper namestring generation to our ACPIgen generator. | Rudolf Marek |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-04-13 | Following patch adds resume (exit from self refresh) support for AMD K8 revF | Rudolf Marek |
2009-02-27 | This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl... | Myles Watson |
2009-02-14 | Bellongs to r3946 | Rudolf Marek |
2009-02-14 | Following patch adds dynamically generated P-States infrastructure as well as | Rudolf Marek |
2009-02-09 | Remove some warnings, mainly from format strings which didn't match the | Myles Watson |
2009-02-03 | Following patch adds missing CPU names. Please check | Rudolf Marek |
2009-01-19 | First shot at factoring SMM code into generic parts and southbridge specific | Stefan Reinauer |
2008-11-12 | Add another AM2 cpuid to the name string. Also, colapse the cases for duplica... | Marc Jones |
2008-11-03 | Update K8 FID/VID setup. Add support for 100MHz FIDs (revG). | Marc Jones |
2008-08-07 | Clean up whitespace and comments style. (trivial) | Marc Jones |
2008-03-13 | Update AMD CPU list based on Revision Guide for AMD NPT Family 0Fh Processors, | Uwe Hermann |
2008-03-12 | Formatting fixes, no content changes (trivial). | Uwe Hermann |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |