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
2022-07-13
cpu/x86/mp_init: retype do_smm element in mp_state struct to bool
Felix Held
2022-06-02
cpu/x86/mp_init.c: Prolong delay on synchronous API
Arthur Heymans
2022-05-28
cpu/x86/mp_init.c: Drop 'real' vs 'used' save state
Arthur Heymans
2022-05-16
cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously
Kane Chen
2022-04-24
{arch,cpu}: Remove redundant <arch/cpu.h>
Elyes HAOUAS
2022-04-02
{cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count
Subrata Banik
2022-02-07
cpu/x86/mp_init.c: Rename num_concurrent_stacks
Arthur Heymans
2022-02-07
cpu/x86/smm: Improve smm stack setup
Arthur Heymans
2022-02-05
cpu/x86/lapic: Move LAPIC configuration to MP init
Kyösti Mälkki
2022-02-05
cpu/x86/lapic: Add lapic_send_ipi_self,others()
Kyösti Mälkki
2022-02-05
cpu/x86/lapic: Support switching to X2APIC mode
Kyösti Mälkki
2022-02-03
cpu/x86/smm: Retype variables
Arthur Heymans
2021-12-10
cpu/x86/mp_init.c: Make it work for !CONFIG_SMP
Arthur Heymans
2021-12-06
cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER
Arthur Heymans
2021-12-03
cpu/x86/mp_init.c: Fix building with no smihandler
Arthur Heymans
2021-12-01
cpu/x86/mp_init.c: Fix building without an SMI_HANDLER
Arthur Heymans
2021-11-29
cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI
Subrata Banik
2021-10-22
cpu/x86/mp_init: move printing of failure message into mp_init_with_smm
Felix Held
2021-10-22
cpu/x86/mp_init: use cb_err as status return type in remaining functions
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as mp_init_with_smm return type
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as run_ap_work return type
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as mp_init & bsp_do_flight_plan return type
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as wait_for_aps return type
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as apic_wait_timeout return type
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as install_permanent_handler return type
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as install_relocation_handler return type
Felix Held
2021-10-21
cpu/x86: Remove cpu parameter to ap_init
Raul E Rangel
2021-10-21
cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MP
Raul E Rangel
2021-10-20
cpu/x86/mp_init: rework start_aps to fix X86_AMD_INIT_SIPI case
Felix Held
2021-10-20
cpu/x86/mp_init: use cb_err as start_aps return type
Felix Held
2021-10-20
cpu/x86/mp_init: add final new line to debug messages
Felix Held
2021-10-20
cpu/x86/mp_init: factor out send_sipi_to_aps function
Felix Held
2021-10-20
cpu/x86/mp_init: use types.h include
Felix Held
2021-10-18
arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread
Raul E Rangel
2021-10-05
arch/x86,cpu/x86: Introduce new method for accessing cpu_info
Raul E Rangel
2021-09-27
cpu/x86/mp_init: add expansion for SIPI acronym
Felix Held
2021-09-24
cpu/x86/mp_init: Add comment to smm_do_relocation
Raul E Rangel
2021-09-04
cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcoding
Subrata Banik
2021-07-27
cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPI
Felix Held
2021-07-26
arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t
Raul E Rangel
2021-06-16
cpu/x86/mp_init: Support both xapic and x2apic with common code
Arthur Heymans
2021-06-10
cpu/x86/lapic: Add lapic_busy() helper
Arthur Heymans
2021-06-10
cpu/x86/lapic: Add lapic_send_ipi() helper
Arthur Heymans
2021-04-19
cpu/x86/smm: Drop the V1 smmloader
Arthur Heymans
2021-04-19
cpu/x86/smm_loaderv2: Use the permanent stack top during relocation
Arthur Heymans
2021-04-15
*x86: Support x2apic mode
Wonkyu Kim
2021-03-19
cpu/x86/mp_init.c: Drop unnecessary preprocessor usage
Arthur Heymans
2021-03-19
cpu/x86/mp_init.c: Don't overwrite the global variable per CPU
Arthur Heymans
2021-03-19
cpu/x86/mp_init: Allow stub sizes larger than the save state size
Arthur Heymans
2021-03-19
cpu/x86/smm_stub.S: Drop smm_runtime from the stub
Arthur Heymans
2021-03-19
cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage
Arthur Heymans
2021-03-18
cpu/x86/mp_init.c: Calculate perm_smbase from ramstage data
Arthur Heymans
2021-03-18
cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params
Arthur Heymans
2021-03-11
src/cpu/x86: Add helper mp_run_on_all_aps
Aamir Bohra
2021-02-01
cpu/x86/mp_init.c: Print out the microcode revision of APs
Arthur Heymans
2021-01-15
cpu/mp_init: Fix microcode lock
Patrick Rudolph
2020-11-03
cpu/x86/mp_init: Add support for x86_64
Patrick Rudolph
2020-10-30
cpu/x86: increase timeout for CPUs to check in after 2nd SIPI
Jonathan Zhang
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
[next]