index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
Age
Commit message (
Expand
)
Author
2010-05-30
don't generate C source code file but use objcopy to include the SMM blob.
Stefan Reinauer
2010-05-28
Add Intel Atom microcode
Stefan Reinauer
2010-05-26
Update Intel microcode include files from their web page.
Stefan Reinauer
2010-05-26
Use the microcode files as created by the new microcode update script. (Fixes...
Stefan Reinauer
2010-05-26
Drop problematically licensed Intel microcode files
Stefan Reinauer
2010-05-26
cosmetical changes on intel's microcode.c
Stefan Reinauer
2010-05-25
also rename the config option.
Stefan Reinauer
2010-05-25
Long ago we agreed on kicking the _direct appendix because everything in
Stefan Reinauer
2010-05-21
Get rid of this warning:
Myles Watson
2010-05-16
Following patch reworks car_disable into C. Tested, works here. I compared
Rudolf Marek
2010-05-14
Remove another set of includes from Fam10 romstages:
Patrick Georgi
2010-05-14
license header fixes
Nils Jacobs
2010-05-09
Move includes to where they are needed. This allows to simplify
Patrick Georgi
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-26
I meant SSE. Reported by Dustin Harrison.
Myles Watson
2010-04-26
Enable SSE2 for ep80579. Reported by Dustin Harrison.
Myles Watson
2010-04-25
a single place for the romstage stack for copy_and_run.
Stefan Reinauer
2010-04-25
drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
Stefan Reinauer
2010-04-24
these cpus are explicitly supported by model_6bx
Stefan Reinauer
2010-04-23
AMD Socket ASB2 and AM3 support.
Zheng Bao
2010-04-22
fix ARRAY_SIZE issue.
Stefan Reinauer
2010-04-21
oops, sorry for the last commit. This commit changes the code to distinguish
Stefan Reinauer
2010-04-21
* clean up all but two warnings on artecgroup dbe61
Stefan Reinauer
2010-04-20
Make VSA code selectable in Kconfig
Stefan Reinauer
2010-04-15
Remove a few more warnings from fam10.
Myles Watson
2010-04-14
drop quite a lot of dead code that did nothing but produce warnings and make
Stefan Reinauer
2010-04-14
zero warnings days. Down to under 600 different warnings
Stefan Reinauer
2010-04-14
move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.
Stefan Reinauer
2010-04-13
fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to
Stefan Reinauer
2010-04-13
use the standard udelay on sc520.
Stefan Reinauer
2010-04-13
Speed up coreboot_ram loading by moving the decompression stack
Stefan Reinauer
2010-04-13
update atom car code in the same way that 6ex/6fx was updated.
Stefan Reinauer
2010-04-12
port latest model 6ex car changes to 6fx car, which is almost identical and
Stefan Reinauer
2010-04-12
move model_6ex car to a single file. No more .c files that only consist of a
Stefan Reinauer
2010-04-12
Move the CPU specific includes from
Patrick Georgi
2010-04-12
- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively
Patrick Georgi
2010-04-11
The ADL855PC was never confirmed working (in fact it's pretty sure that code
Stefan Reinauer
2010-04-09
Drop ASM_CONSOLE_LOGLEVEL from LX car code. We do output in C in copy_and_run /
Stefan Reinauer
2010-04-09
This patch changes C7 CAR code to be a single assembler file instead
Stefan Reinauer
2010-04-09
zero warnings days.
Stefan Reinauer
2010-04-09
Drop the need for cpu_reset, it's really just a short cut to stage2.
Stefan Reinauer
2010-04-09
drop unused files
Stefan Reinauer
2010-04-09
1. This patch adds CAR for Intel P6 series processors.
Joseph Smith
2010-04-09
copy_and_run.c is not needed twice, and it is used on non-car too.
Stefan Reinauer
2010-04-09
thin out romcc epilogue and have it call copy_and_run as
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
[next]