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
/
mp_init.c
Age
Commit message (
Expand
)
Author
2020-09-21
src/cpu: Drop unneeded empty lines
Elyes HAOUAS
2020-08-15
cpu/x86/smm: Introduce SMM module loader version 2
Rocky Phagura
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
intel/stm: Drop now unneeded `num_cpus` param
Eugene D Myers
2020-04-04
src/cpu: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-21
cpu/x86: Fix typo
Subrata Banik
2020-02-17
cpu/x86: Remove unnecessary guard
Eugene Myers
2020-02-17
cpu/x86: Adjust STM smm_save_state_size
Eugene Myers
2020-02-06
cpu/x86: Put guard around align for smm_save_state_size
Eugene Myers
2020-02-05
security/intel/stm: Add STM support
Eugene Myers
2020-02-04
cpu/x86: Make MP init timeout configurable
Jonathan Zhang
2019-12-18
cpu/x86/mp_init: Fix typo
Elyes HAOUAS
2019-09-10
AUTHORS: Move src/cpu copyrights into AUTHORS file
Martin Roth
2019-08-15
soc/*: mp_run_on_all_cpus: Remove configurable timeout
Patrick Rudolph
2019-08-09
cpu/x86 mp_init: Add option for AMD INIT SIPI sequence
Marshall Dawson
2019-08-06
soc/*: Report mp_init errors
Patrick Rudolph
2019-06-21
cpu/x86: use ALIGN_UP instead of ALIGN for better readability
Felix Held
2019-05-16
{arch,cpu}/x86, drivers/intel: Restore cpu_index error handling
Jacob Garber
2019-05-12
arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function
Subrata Banik
2019-04-06
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-01-14
arch/x86: Enforce CPU stack alignment
Kyösti Mälkki
2018-12-15
cpu/x86: Make mp_get_apic_id() function externally available
Subrata Banik
2018-11-16
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-10-29
x86/mp_init: Add configurable stack size for SMM relocate
Marshall Dawson
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-08-09
cpu/x86/mp_init.c: Avoid static analysis error for unused value
Richard Spiegel
2018-08-09
cpu/x86/mp_init.c: Fix error treatment
Richard Spiegel
2018-08-06
mp_init: fix typo
Raul E Rangel
2018-06-14
cpu/x86: Make SMM stack size configurable
Raul E Rangel
2018-06-04
cpu/x86/mp: Update CPU name in device structure
Naresh G Solanki
2018-05-19
cpu/x86: Add support to run function on single AP
Subrata Banik
2018-05-14
cpu/x86: Add support to run function with argument over APs
Subrata Banik
2018-05-14
cpu/x86/mp: pass pointers to structures for AP callbacks
Aaron Durbin
2018-05-04
cpu/x86/mp: use __aligned macro
Aaron Durbin
2018-05-04
cpu/x86/mp: remove unused functions and limit API exposure
Aaron Durbin
2018-05-03
cpu/x86: Add infinite timeout support into run_ap_work() function
Subrata Banik
2018-04-01
x86: Increase time out for parking APs to 250ms
Furquan Shaikh
2018-03-09
cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan
Furquan Shaikh
2018-03-05
cpu/x86/mp_init: Increase AP check-in time-out to 1second
Furquan Shaikh
2018-02-16
x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs
Marshall Dawson
2017-12-20
cpu/x86: set permanent SMM handler stack to 1KiB
Aaron Durbin
2017-09-11
cpu/x86/mp_init: remove adjust_cpu_apic_entry()
Aaron Durbin
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-22
cpu/x86: Use do while loop
Paul Menzel
2017-06-16
cpu/x86/mp_init: report correct count of AP acceptance
Aaron Durbin
2017-03-19
cpu/x86: add a barrier with timeout
Bora Guvendik
2017-03-16
cpu/x86: Remove braces and else if unnecessary
Lee Leahy
2017-03-16
cpu/x86: Use tabs for indent
Lee Leahy
2016-12-08
cpu/x86: allow AP callbacks after MP init
Aaron Durbin
2016-08-23
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2016-07-31
src/cpu: Capitalize CPU
Elyes HAOUAS
2016-05-06
cpu/x86/mp_init: reduce exposure of internal implementation
Aaron Durbin
2016-05-04
cpu/x86: combine multiprocessor and SMM initialization
Aaron Durbin
2016-05-02
cpu/x86/mp_init: remove unused callback arguments
Aaron Durbin
2016-01-20
cpu: Fix typo that spelled "allocate" as "allocte."
Jacob Laska
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-15
cpu/mtrr.h: Fix macro names for MTRR registers
Alexandru Gagniuc
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-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-07-08
cpu: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-01-30
x86: Add SMM helper functions to MP infrastructure
Aaron Durbin
2014-01-30
x86: parallel MP initialization
Aaron Durbin