summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_fxx
AgeCommit message (Expand)Author
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-30Move CAR settings to board config for socket 940 boards.Warren Turkal
2010-09-29Factor out fill_processor_name() and strcpy() functions.Uwe Hermann
2010-09-27drop some dead code from model_fxx_init.cStefan Reinauer
2010-09-26drop some more unneeded ../../..Stefan Reinauer
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-08get rid of even more fam10 and k8 warnings.Stefan Reinauer
2010-07-07fix some more warningsStefan Reinauer
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-06-04This patch replaces the headers of the following files:Frank Vibrans
2010-05-25also rename the config option.Stefan Reinauer
2010-04-27Enable the cache before initializing the processor name, like model_10 does.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-13fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer
2010-04-09Indent model_fxx_init and model_10xx_init.Myles Watson
2010-04-08Cosmetically make init_cpus more similar for fam10 and K8.Myles Watson
2010-04-08Clean up fidvid files using indent.Myles Watson
2010-04-08Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson
2010-04-06No warnings day, next round.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-29dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19The parameters of memset() should beZheng Bao
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
2010-03-11Replace clear_memory with memset.Myles Watson
2010-02-25HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-07newconfig is no more.Patrick Georgi
2010-01-06Kconfig builds all boards now.Patrick Georgi
2009-12-31romcc:Patrick Georgi
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-23New revision guide September 2009 3.46Rudolf Marek
2009-10-23Remove PRINTK_IN_CAR tests from AMD files.Myles Watson
2009-10-18Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann
2009-10-17Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge
2009-10-16Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.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-29Remove some warnings.Myles Watson
2009-08-28Move DCACHE support into the cpu family for AMD model_fxx.Myles Watson
2009-08-25Revert socket abstraction.Myles Watson
2009-08-25Add support for AMD Socket 940. Move common files to model_fxx.Myles Watson
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann