summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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-2767-329/+329
* I meant SSE. Reported by Dustin Harrison.Myles Watson2010-04-261-1/+1
* Enable SSE2 for ep80579. Reported by Dustin Harrison.Myles Watson2010-04-261-0/+1
* a single place for the romstage stack for copy_and_run.Stefan Reinauer2010-04-255-51/+10
* drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer2010-04-253-6/+3
* these cpus are explicitly supported by model_6bxStefan Reinauer2010-04-241-3/+0
* AMD Socket ASB2 and AM3 support.Zheng Bao2010-04-2315-41/+594
* fix ARRAY_SIZE issue.Stefan Reinauer2010-04-221-0/+2
* oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer2010-04-212-4/+16
* * clean up all but two warnings on artecgroup dbe61Stefan Reinauer2010-04-218-992/+67
* Make VSA code selectable in KconfigStefan Reinauer2010-04-202-0/+36
* Remove a few more warnings from fam10.Myles Watson2010-04-154-7/+7
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-142-97/+1
* zero warnings days. Down to under 600 different warnings Stefan Reinauer2010-04-141-3/+0
* move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer2010-04-144-213/+121
* fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer2010-04-136-12/+6
* use the standard udelay on sc520. Stefan Reinauer2010-04-132-28/+4
* Speed up coreboot_ram loading by moving the decompression stackStefan Reinauer2010-04-131-6/+8
* update atom car code in the same way that 6ex/6fx was updated.Stefan Reinauer2010-04-133-232/+135
* port latest model 6ex car changes to 6fx car, which is almost identical andStefan Reinauer2010-04-124-223/+142
* move model_6ex car to a single file. No more .c files that only consist of aStefan Reinauer2010-04-123-217/+133
* Move the CPU specific includes fromPatrick Georgi2010-04-1216-29/+30
* - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusivelyPatrick Georgi2010-04-122-5/+5
* The ADL855PC was never confirmed working (in fact it's pretty sure that codeStefan Reinauer2010-04-111-0/+1
* Drop ASM_CONSOLE_LOGLEVEL from LX car code. We do output in C in copy_and_run /Stefan Reinauer2010-04-091-67/+4
* This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer2010-04-095-153/+137
* zero warnings days.Stefan Reinauer2010-04-091-1/+1
* Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer2010-04-091-2/+1
* drop unused filesStefan Reinauer2010-04-097-133/+21
* 1. This patch adds CAR for Intel P6 series processors.Joseph Smith2010-04-0915-1/+902
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-095-65/+3
* thin out romcc epilogue and have it call copy_and_run asStefan Reinauer2010-04-092-3/+3
* Indent model_fxx_init and model_10xx_init.Myles Watson2010-04-092-181/+178
* Cosmetically make init_cpus more similar for fam10 and K8.Myles Watson2010-04-083-464/+410
* Clean up fidvid files using indent.Myles Watson2010-04-084-285/+276
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-086-9/+9
* - copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer2010-04-073-9/+21
* clean up age old via epia target.Stefan Reinauer2010-04-071-2/+2
* No warnings day, next round.Stefan Reinauer2010-04-064-37/+11
* remove more warnings.Stefan Reinauer2010-04-032-12/+9
* remove more warningsStefan Reinauer2010-04-032-2/+2
* remove more warnings.Stefan Reinauer2010-04-021-6/+6
* remove some more warningsStefan Reinauer2010-04-021-3/+2
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-015-6/+7
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-319-70/+70
* get coreboot_ap memory training in cache mechanism in place. Didn't work sinceStefan Reinauer2010-03-301-1/+1
* reduce warnings in MCP55 and Fam10 codeStefan Reinauer2010-03-302-8/+9
* trivial warning cleanupsStefan Reinauer2010-03-292-5/+6
* qemu: drop "northbridge.c" from src/cpu/... Stefan Reinauer2010-03-299-179/+0