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
/
x86
/
lapic
Age
Commit message (
Expand
)
Author
2013-05-01
lapic: monotonic time implementation
Aaron Durbin
2013-03-21
ramstage: prepare for relocation
Aaron Durbin
2013-03-18
haswell: lapic timer support
Aaron Durbin
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-11
Intel: Replace MSR 0xcd with MSR_FSB_FREQ
Patrick Georgi
2012-12-06
Unify assembler function handling
Stefan Reinauer
2012-11-27
Remove AMD special case for LAPIC based udelay()
Patrick Georgi
2012-11-20
secondary.S: Fix dropping ramstage.a
Stefan Reinauer
2012-11-13
Clean up stack checking code
Stefan Reinauer
2012-11-13
clean up lapic_cpu_init.c
Stefan Reinauer
2012-11-13
Pass the CPU index as a parameter to startup.
Ronald G. Minnich
2012-11-13
Support better tracking of AP stack usage.
Ronald G. Minnich
2012-11-12
Fix gcc-4.7 building problem.
Han Shen
2012-08-07
Move cpus_ready_for_init() to AMD K8
Kyösti Mälkki
2012-07-31
Revert "Use broadcast SIPI to startup siblings"
Sven Schnelle
2012-07-25
Fix LAPIC timer on Ivy Bridge systems
Stefan Reinauer
2012-07-23
Re-initialize Local APIC timer on APs
Stefan Reinauer
2012-07-12
Fix stack assignment during CPU initialization
Sven Schnelle
2012-07-05
Only copy real-mode section of SIPI vector
Kyösti Mälkki
2012-07-05
Fix the CPU index parameter passed to secondary_cpu_init().
Kyösti Mälkki
2012-07-02
Use broadcast SIPI to startup siblings
Sven Schnelle
2012-06-12
udelay: add missing bus frequency
Sven Schnelle
2012-05-08
Clean up #ifs
Patrick Georgi
2012-04-11
Remove obsolete empy macro definition
Ron Minnich
2012-04-06
Fixes and Sandybridge support for lapic cpu init
Stefan Reinauer
2012-04-05
Fix timer frequency detection on Sandybridge
Stefan Reinauer
2012-03-30
drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not needed
Stefan Reinauer
2012-03-30
Add an option to keep the ROM cached after romstage
Stefan Reinauer
2012-03-25
Fix possible deadlock on SMP stop_this_cpu
Kyösti Mälkki
2012-03-07
Move C labels to start-of-line
Patrick Georgi
2011-12-05
Bootblock does not need a unique boot_cpu()
Kyösti Mälkki
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-07-22
Add SSE3 dependent code
efdesign98
2011-05-10
This replaces the fixed shift values in the apic timer init with macros.
Vikram Narayanan
2010-11-22
Printing coreboot debug messages on VGA console is pretty much useless, since
Stefan Reinauer
2010-10-19
To reduce boot time, remove the double startup IPI and 10 ms delay from lapic...
Scott Duplichan
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
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-03-01
- Simplify stack size determination: MAX_CPUS * STACK_SIZE
Patrick Georgi
2010-02-20
trival. All the changes is about comment and spaces.
Zheng Bao
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-04
- use LAPIC timer if selected (instead of TSC all the time) [kconfig]
Patrick Georgi
2009-10-30
Remove some warnings from the tyan s2895.
Myles Watson
2009-10-16
Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.
Myles Watson
2009-09-29
Remove some warnings.
Myles Watson
2009-08-12
Kconfig!
Patrick Georgi
2009-07-21
this bug sneaked in during conversion
Stefan Reinauer
2009-07-21
* rework tsc based timer code to use inb instead of outb for calibration
Stefan Reinauer
[next]