summaryrefslogtreecommitdiff
path: root/src/cpu/x86/mp_init.c
AgeCommit message (Expand)Author
2021-04-19cpu/x86/smm: Drop the V1 smmloaderArthur Heymans
2021-04-19cpu/x86/smm_loaderv2: Use the permanent stack top during relocationArthur Heymans
2021-04-15*x86: Support x2apic modeWonkyu Kim
2021-03-19cpu/x86/mp_init.c: Drop unnecessary preprocessor usageArthur Heymans
2021-03-19cpu/x86/mp_init.c: Don't overwrite the global variable per CPUArthur Heymans
2021-03-19cpu/x86/mp_init: Allow stub sizes larger than the save state sizeArthur Heymans
2021-03-19cpu/x86/smm_stub.S: Drop smm_runtime from the stubArthur Heymans
2021-03-19cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstageArthur Heymans
2021-03-18cpu/x86/mp_init.c: Calculate perm_smbase from ramstage dataArthur Heymans
2021-03-18cpu/x86/smm: Move apic_id_to_cpu map to smm_stub paramsArthur Heymans
2021-03-11src/cpu/x86: Add helper mp_run_on_all_apsAamir Bohra
2021-02-01cpu/x86/mp_init.c: Print out the microcode revision of APsArthur Heymans
2021-01-15cpu/mp_init: Fix microcode lockPatrick Rudolph
2020-11-03cpu/x86/mp_init: Add support for x86_64Patrick Rudolph
2020-10-30cpu/x86: increase timeout for CPUs to check in after 2nd SIPIJonathan Zhang
2020-09-21src/cpu: Drop unneeded empty linesElyes HAOUAS
2020-08-15cpu/x86/smm: Introduce SMM module loader version 2Rocky Phagura
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02intel/stm: Drop now unneeded `num_cpus` paramEugene D Myers
2020-04-04src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-21cpu/x86: Fix typoSubrata Banik
2020-02-17cpu/x86: Remove unnecessary guardEugene Myers
2020-02-17cpu/x86: Adjust STM smm_save_state_sizeEugene Myers
2020-02-06cpu/x86: Put guard around align for smm_save_state_sizeEugene Myers
2020-02-05security/intel/stm: Add STM supportEugene Myers
2020-02-04cpu/x86: Make MP init timeout configurableJonathan Zhang
2019-12-18cpu/x86/mp_init: Fix typoElyes HAOUAS
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2019-08-15soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph
2019-08-09cpu/x86 mp_init: Add option for AMD INIT SIPI sequenceMarshall Dawson
2019-08-06soc/*: Report mp_init errorsPatrick Rudolph
2019-06-21cpu/x86: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-05-16{arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber
2019-05-12arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() functionSubrata Banik
2019-04-06src: Use #include <timer.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-14arch/x86: Enforce CPU stack alignmentKyösti Mälkki
2018-12-15cpu/x86: Make mp_get_apic_id() function externally availableSubrata Banik
2018-11-16src: Remove unneeded include <lib.h>Elyes HAOUAS
2018-10-29x86/mp_init: Add configurable stack size for SMM relocateMarshall Dawson
2018-10-08Move compiler.h to commonlibNico Huber
2018-08-09cpu/x86/mp_init.c: Avoid static analysis error for unused valueRichard Spiegel
2018-08-09cpu/x86/mp_init.c: Fix error treatmentRichard Spiegel
2018-08-06mp_init: fix typoRaul E Rangel
2018-06-14cpu/x86: Make SMM stack size configurableRaul E Rangel
2018-06-04cpu/x86/mp: Update CPU name in device structureNaresh G Solanki
2018-05-19cpu/x86: Add support to run function on single APSubrata Banik
2018-05-14cpu/x86: Add support to run function with argument over APsSubrata Banik
2018-05-14cpu/x86/mp: pass pointers to structures for AP callbacksAaron Durbin