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
/
x86
/
lapic
Age
Commit message (
Expand
)
Author
2019-10-29
arch/x86/*.S: use defines instead of hardcoded values
Patrick Rudolph
2019-10-28
src/cpu: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-09-19
cpu/x86/lapic: Refactor timer_fsb()
Kyösti Mälkki
2019-09-10
AUTHORS: Move src/cpu copyrights into AUTHORS file
Martin Roth
2019-08-13
cpu/x86: Move some SMM function declarations
Kyösti Mälkki
2019-07-02
src: Use CRx_TYPE type for CRx
Elyes HAOUAS
2019-05-28
src/cpu/x86/lapic/lapic.c: Add missing newline
Christian Walter
2019-05-13
lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_id
Subrata Banik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-01-27
src/cpu/intel: Set get_ia32_fsb function common
Elyes HAOUAS
2019-01-14
arch/x86: Enforce CPU stack alignment
Kyösti Mälkki
2019-01-11
arch/x86/lapic: Remove second stack poisoning
Kyösti Mälkki
2018-11-08
src: Replace common MSR addresses with macros
Elyes HAOUAS
2018-08-03
cpu/x86/lapic/apic_timer.c: Compile the same code for all stages
Arthur Heymans
2018-06-01
src/cpu: Remove unneeded includes
Elyes HAOUAS
2018-04-30
cpu/x86: Get rid of device_t
Elyes HAOUAS
2018-04-28
arch/x86: Fix call for wait_other_cpus_stop()
Kyösti Mälkki
2017-12-11
intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c
Elyes HAOUAS
2017-10-31
x86/lapic: Use the existing lapicid() function
Marc Jones
2017-08-31
cpu/x86 asm: Just use the correct op suffix
Edward O'Callaghan
2017-08-19
arch/x86: Sanity checking on HAVE_SMI_HANDLER
Kyösti Mälkki
2017-08-19
i82801dx/gx/ix/jx: Add low-memory backup for S3 path
Kyösti Mälkki
2017-08-19
arch/x86: Clean up CONFIG_SMP and MAX_CPUS test
Kyösti Mälkki
2017-08-19
arch/x86: Fix ugly NEED_LAPIC use
Kyösti Mälkki
2017-07-20
x86/lapic/secondary.S: Align stack for _secondary_start
Marshall Dawson
2017-07-13
src/cpu: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-03-16
cpu/x86: Fix misc. remaining issues detected by checkpatch
Lee Leahy
2017-03-16
cpu/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-16
cpu/x86: Remove braces and else if unnecessary
Lee Leahy
2017-03-16
cpu/x86: Fix various issues detected by checkpatch.pl
Lee Leahy
2017-02-22
src/cpu/x86: Update/Add license headers to all files
Martin Roth
2016-12-16
Set the fsb timer correctly for Netburst CPUs
Arthur Heymans
2016-10-07
src/cpu: Remove unnecessary whitespace
Elyes HAOUAS
2016-08-28
src/cpu: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-23
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2016-07-31
src/cpu: Capitalize CPU
Elyes HAOUAS
2016-07-31
src/cpu: Capitalize ROM and RAM
Elyes HAOUAS
2016-06-22
ACPI S3: Move SMP trampoline recovery
Kyösti Mälkki
2016-03-23
arch/x86: introduce postcar stage/phase
Aaron Durbin
2016-01-21
*/Makefile.inc: Compile files needed by uart8250 in x86 bootblock
Alexandru Gagniuc
2015-12-02
x86/smm: Initialize SMM on some CPUs one-by-one
Damien Zammit
2015-11-14
cpu/x86/lapic: Add stack overrun detection
Timothy Pearson
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-14
x86: add standalone verstage support
Aaron Durbin
2015-07-17
indent style fix for lapic_cpu_init.c
Jonathan A. Kollasch
2015-07-06
Revert "sandy/ivybridge: use LAPIC timer in SMM"
Patrick Georgi
2015-07-02
sandy/ivybridge: use LAPIC timer in SMM
Stefan Reinauer
2015-06-20
cpu: x86 port to 64bit
Stefan Reinauer
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2014-12-31
arch/x86: Declare GDT symbols and move_gdt()
Kyösti Mälkki
2014-11-30
Replace hlt() loops with halt()
Patrick Georgi
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-08-03
cpu/x86/lapic/lapic.c: trivial: fix comment on #else
Daniele Forsi
2014-07-08
cpu: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-05-10
Replace SERIAL_CPU_INIT with PARALLEL_CPU_INIT
Kyösti Mälkki
2014-04-01
x86: use car_(get|set)_var accessors for apic timer
Aaron Durbin
2014-02-11
SMP: Add arch-agnostic boot_cpu()
Kyösti Mälkki
2014-01-28
x86: add common definitions for control registers
Aaron Durbin
2013-11-22
Don't wait on 2065x
Vladimir Serbinenko
2013-10-13
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-08-15
Include boot_cpu.c for romstage builds
Kyösti Mälkki
2013-07-22
X86: make the SIPI num_starts a config variable
Ronald G. Minnich
2013-07-11
cpu: Fix spelling
Martin Roth
2013-05-14
x86: add thread support
Aaron Durbin
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
[next]