index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
intel
/
model_106cx
Age
Commit message (
Expand
)
Author
2010-10-18
update intel microcode files.
Stefan Reinauer
2010-10-07
Remove some duplicate #include files (trivial).
Uwe Hermann
2010-10-02
Add comments to make it clear why these two lines are written like that:
Uwe Hermann
2010-10-01
Factor out common CAR asm snippets.
Uwe Hermann
2010-10-01
Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial).
Uwe Hermann
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-29
Factor out fill_processor_name() and strcpy() functions.
Uwe Hermann
2010-09-26
Normalize the config option for the Intel Atom CPU.
Warren Turkal
2010-09-25
Drop <cpu/amd/mtrr.h> #include from Intel CPUs.
Uwe Hermann
2010-08-14
My forgotten CAR cleanup patch...
Stefan Reinauer
2010-05-28
Add Intel Atom microcode
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-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-25
a single place for the romstage stack for copy_and_run.
Stefan Reinauer
2010-04-13
fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to
Stefan Reinauer
2010-04-13
update atom car code in the same way that 6ex/6fx was updated.
Stefan Reinauer
2010-04-12
Move the CPU specific includes from
Patrick Georgi
2010-04-09
copy_and_run.c is not needed twice, and it is used on non-car too.
Stefan Reinauer
2010-04-01
-Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.
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-22
drop some unused files and fix warnings on i945 based systems.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-18
Remove remaining uses of
Patrick Georgi
2010-03-18
Remove fallback/normal handling in mainboards'
Patrick Georgi
2010-02-25
HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-16
Fix stack base for Atom CPUs, the resume mechanism (cbmem etc) expects this.
Stefan Reinauer
2010-01-16
Micro-optimization: movl $0 --> xorl.
Stefan Reinauer
2010-01-04
- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
Patrick Georgi
2010-01-04
- use LAPIC timer if selected (instead of TSC all the time) [kconfig]
Patrick Georgi
2009-12-01
Atom only supports 32bit MTRRs (trivial)
Stefan Reinauer
2009-11-04
Fix up typo in Socket 441 CPUs, and add a few (trivial) Kconfig files for them.
Stefan Reinauer
2009-11-03
Some fixes.
Patrick Georgi
2009-10-28
Make d945gclf build.
Myles Watson
2009-10-28
Add some missing license headers, consistency fixes for others (trivial).
Uwe Hermann
2009-10-28
preliminary Intel D945GCLF Atom+i945 support.
Stefan Reinauer