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
2024-04-12
tree: Drop duplicated <device/{path,resource}.h>
Elyes Haouas
2024-03-09
cpu/x86/smm: Set up page tables in safe SMRAM
Arthur Heymans
2024-02-28
cpu/x86/(sipi|smm): Pass on CR3 from ramstage
Arthur Heymans
2023-11-10
cpu/x86/smm: Fix get_save_state calculation
Eugene D. Myers
2023-09-08
arch to drivers/intel: Fix misspellings & capitalization issues
Martin Roth
2023-05-31
cpu/x86/mp_init: Use clflush to write SIPI data back to RAM
Jeremy Compostella
2023-04-13
cpu/x86/mp_init.c: Set topology on BSP
Arthur Heymans
2023-04-06
cpu/x86/topology: Add code to fill in topology on struct path
Arthur Heymans
2023-04-06
cpu/mp_init.c: Only enable CPUs once they execute code
Arthur Heymans
2023-04-06
cpu/smm_module_loader.c: Fix up CPU index locally
Arthur Heymans
2023-04-06
cpu/x86/mp_init.c: Generate a C header to get start32 offset
Arthur Heymans
2023-04-06
cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path
Arthur Heymans
2023-03-10
mp_init: Wait longer for APs to check in
Patrick Rudolph
2023-02-27
tree: Move 'asmlinkage' before type 'void'
Elyes Haouas
2022-12-23
cpu/x86: Set up a separate stack for APs
Arthur Heymans
2022-12-14
cpu/x86/mp_init.c: Improve AP entry point
Arthur Heymans
2022-12-10
cpu/cpu.h: Change the function signature
Arthur Heymans
2022-11-12
cpu/x86: Set thread local storage in C code
Arthur Heymans
2022-11-05
cpu/x86/mp_init.c: Use existing code to create cpu struct device
Arthur Heymans
2022-11-03
Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id"
Felix Held
2022-11-03
cpu/x86/mp_init.c: Handle failed init_bsp()
Arthur Heymans
2022-11-03
cpu/x86/mp_init.c: Set a bogus initial lapic_id
Arthur Heymans
2022-10-28
cpu/x86/mp_init.c: Use linked list data structures
Arthur Heymans
2022-10-27
cpu/x86/mp_init: adjust timeout for final SIPI
Jonathan Zhang
2022-09-24
cpu/x86/mp_init: drop unused MAX_APIC_IDS define
Felix Held
2022-09-24
include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h
Felix Held
2022-09-15
soc/amd: Do SMM relocation via MSR
Arthur Heymans
2022-09-14
timer: Change timer util functions to 64-bit
Rob Barnes
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
[next]