Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
4409a5eef6d1d669caad1bfe3fbefee87ea7734e
/
src
/
arch
/
x86
/
lib
/
cpu.c
8b93059
Pass the CPU index as a parameter to startup.
by Ronald G. Minnich
· 11 years ago
51676b1
Revert "Use broadcast SIPI to startup siblings"
by Sven Schnelle
· 11 years ago
bc8c996
Fix APIC cpu_index
by Kyösti Mälkki
· 11 years ago
da09be6
Drop start_cpu_lock
by Kyösti Mälkki
· 11 years ago
042c146
Use broadcast SIPI to startup siblings
by Sven Schnelle
· 11 years ago
6293d30
Factor out function to find driver for a CPU
by Stefan Reinauer
· 11 years ago
06253cd
Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu.
by Rudolf Marek
· 11 years ago
c5fc7db
Move C labels to start-of-line
by Patrick Georgi
· 11 years ago
730c0ee
Fix x86 cpu_phys_address_size
by Kyösti Mälkki
· 11 years ago
7363ca3
X86: fix cpu_phys_address_size()
by Sven Schnelle
· 11 years ago
adfbcb79
MTRR: get physical address size from CPUID
by Sven Schnelle
· 11 years ago
8677a23
After this has been brought up many times before, rename src/arch/i386 to
by Stefan Reinauer
· 12 years ago
[Renamed from src/arch/i386/lib/cpu.c]
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 13 years ago
5f5436f
drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
by Stefan Reinauer
· 13 years ago
c02b4fc
printk_foo -> printk(BIOS_FOO, ...)
by Stefan Reinauer
· 13 years ago
de3206a
This is a general cleanup patch
by Stefan Reinauer
· 13 years ago
4b556a1
remove some dead code from cpu.c (trivial)
by Stefan Reinauer
· 14 years ago
c4ddbff
Remove some warnings, mainly from format strings which didn't match the
by Myles Watson
· 14 years ago
fc2e8ed
Trivial stuff:
by Stefan Reinauer
· 14 years ago
2ee6779
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
by Carl-Daniel Hailfinger
· 15 years ago
30b4abe
Part III of YhLu's patch from January 18th
by Yinghai Lu
· 16 years ago
d4b278c
AMD Rev F support
by Yinghai Lu
· 17 years ago
43225bc
EPIA-M fixup
by Ronald G. Minnich
· 18 years ago
eccc357
Abort cpu_initialize if we detect that we've lost a race.
by Steven J. Magnani
· 18 years ago
b78c197
- First pass through with with device tree enhancement merge. Most of the mechanisms should
by Eric Biederman
· 19 years ago
7fb8916
make cpuid and mtrr check conditional. They are not there on cpus older than
by Stefan Reinauer
· 19 years ago
fd3f2d7
remove unused l2 cache configure, if we really need it some time in the
by Li-Ta Lo
· 19 years ago
8cb91dc
speed up ecc clear by enable MTRR/Cache first.
by Li-Ta Lo
· 19 years ago
5cd8173
- Moved hlt() to it's own header.
by Eric Biederman
· 19 years ago
83b991a
- O2, enums, and switch statements work in romcc
by Eric Biederman
· 20 years ago
57ffeb0
updates from YhLu, plus fixes for PPC/K8 issues.
by Ronald G. Minnich
· 20 years ago
9b4336c
- Major cleanup of the bootpath
by Eric Biederman
· 20 years ago
8d9c123
- Minor mod to reset16.inc to work with newer binutils hopefully this works with older ones...
by Eric Biederman
· 20 years ago
5899fd8
- Small step forward Linux boots and almost works...
by Eric Biederman
· 20 years ago
8ca8d76
- Initial checkin of the freebios2 tree
by Eric Biederman
· 20 years ago