summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_fxx
Commit message (Expand)AuthorAgeFilesLines
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-5/+5
* Move CAR settings to board config for socket 940 boards.Warren Turkal2010-09-301-22/+0
* Factor out fill_processor_name() and strcpy() functions.Uwe Hermann2010-09-291-6/+0
* drop some dead code from model_fxx_init.cStefan Reinauer2010-09-271-16/+1
* drop some more unneeded ../../..Stefan Reinauer2010-09-261-2/+2
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-251-0/+4
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* Fix all warnings in the tree Stefan Reinauer2010-07-081-1/+1
* get rid of even more fam10 and k8 warnings.Stefan Reinauer2010-07-081-1/+1
* fix some more warningsStefan Reinauer2010-07-071-2/+2
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-5/+4
* This patch replaces the headers of the following files:Frank Vibrans2010-06-041-41/+22
* also rename the config option.Stefan Reinauer2010-05-251-3/+3
* Enable the cache before initializing the processor name, like model_10 does.Myles Watson2010-04-271-2/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-278-18/+18
* fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer2010-04-131-1/+0
* Indent model_fxx_init and model_10xx_init.Myles Watson2010-04-091-161/+159
* Cosmetically make init_cpus more similar for fam10 and K8.Myles Watson2010-04-081-265/+252
* Clean up fidvid files using indent.Myles Watson2010-04-082-157/+161
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* No warnings day, next round.Stefan Reinauer2010-04-061-1/+2
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-14/+14
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-291-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-225-36/+36
* The parameters of memset() should beZheng Bao2010-03-191-26/+26
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-2/+1
* Replace clear_memory with memset.Myles Watson2010-03-112-3/+2
* HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer2010-02-251-1/+2
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-2/+2
* newconfig is no more.Patrick Georgi2010-02-071-20/+0
* Kconfig builds all boards now.Patrick Georgi2010-01-061-0/+6
* romcc:Patrick Georgi2009-12-311-0/+1
* Remove some warnings from the tyan s2895.Myles Watson2009-10-302-36/+4
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-262-6/+0
* New revision guide September 2009 3.46Rudolf Marek2009-10-232-0/+28
* Remove PRINTK_IN_CAR tests from AMD files.Myles Watson2009-10-232-39/+0
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-181-20/+4
* Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge2009-10-171-1/+0
* Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge2009-10-161-2/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-4/+4
* 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-091-1/+0
* Fix Kconfig build for K8 boards.Myles Watson2009-10-011-0/+4
* Remove some warnings.Myles Watson2009-09-292-3/+6
* Move DCACHE support into the cpu family for AMD model_fxx.Myles Watson2009-08-281-3/+28
* Revert socket abstraction.Myles Watson2009-08-251-13/+0
* Add support for AMD Socket 940. Move common files to model_fxx.Myles Watson2009-08-251-0/+13
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-1/+0
* - AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi2009-08-131-0/+3
OpenPOWER on IntegriCloud