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
/
arch
/
i386
/
lib
/
cpu.c
Age
Commit message (
Expand
)
Author
2010-04-25
drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2009-05-26
remove some dead code from cpu.c (trivial)
Stefan Reinauer
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2009-01-20
Trivial stuff:
Stefan Reinauer
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2007-04-06
Part III of YhLu's patch from January 18th
Yinghai Lu
2006-10-04
AMD Rev F support
Yinghai Lu
2005-11-22
EPIA-M fixup
Ronald G. Minnich
2005-09-14
Abort cpu_initialize if we detect that we've lost a race.
Steven J. Magnani
2004-10-14
- First pass through with with device tree enhancement merge. Most of the me...
Eric Biederman
2004-06-28
make cpuid and mtrr check conditional. They are not there on cpus older than
Stefan Reinauer
2004-05-12
remove unused l2 cache configure, if we really need it some time in the
Li-Ta Lo
2004-03-26
speed up ecc clear by enable MTRR/Cache first.
Li-Ta Lo
2004-03-11
- Moved hlt() to it's own header.
Eric Biederman
2003-10-11
- O2, enums, and switch statements work in romcc
Eric Biederman
2003-07-30
updates from YhLu, plus fixes for PPC/K8 issues.
Ronald G. Minnich
2003-07-19
- Major cleanup of the bootpath
Eric Biederman
2003-06-17
- Minor mod to reset16.inc to work with newer binutils hopefully this works w...
Eric Biederman
2003-04-24
- Small step forward Linux boots and almost works...
Eric Biederman
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman