summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/mp_init.c
Commit message (Expand)AuthorAgeFilesLines
...
* cpu/x86/mp_init: use cb_err as install_relocation_handler return typeFelix Held2021-10-211-4/+5
* cpu/x86: Remove cpu parameter to ap_initRaul E Rangel2021-10-211-1/+1
* cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MPRaul E Rangel2021-10-211-18/+6
* cpu/x86/mp_init: rework start_aps to fix X86_AMD_INIT_SIPI caseFelix Held2021-10-201-10/+7
* cpu/x86/mp_init: use cb_err as start_aps return typeFelix Held2021-10-201-10/+10
* cpu/x86/mp_init: add final new line to debug messagesFelix Held2021-10-201-3/+3
* cpu/x86/mp_init: factor out send_sipi_to_aps functionFelix Held2021-10-201-32/+25
* cpu/x86/mp_init: use types.h includeFelix Held2021-10-201-2/+1
* arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel2021-10-181-1/+0
* arch/x86,cpu/x86: Introduce new method for accessing cpu_infoRaul E Rangel2021-10-051-2/+14
* cpu/x86/mp_init: add expansion for SIPI acronymFelix Held2021-09-271-1/+1
* cpu/x86/mp_init: Add comment to smm_do_relocationRaul E Rangel2021-09-241-0/+5
* cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcodingSubrata Banik2021-09-041-1/+1
* cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPIFelix Held2021-07-271-2/+5
* arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_tRaul E Rangel2021-07-261-1/+1
* cpu/x86/mp_init: Support both xapic and x2apic with common codeArthur Heymans2021-06-161-30/+10
* cpu/x86/lapic: Add lapic_busy() helperArthur Heymans2021-06-101-5/+5
* cpu/x86/lapic: Add lapic_send_ipi() helperArthur Heymans2021-06-101-11/+6
* cpu/x86/smm: Drop the V1 smmloaderArthur Heymans2021-04-191-9/+4
* cpu/x86/smm_loaderv2: Use the permanent stack top during relocationArthur Heymans2021-04-191-14/+5
* *x86: Support x2apic modeWonkyu Kim2021-04-151-0/+27
* cpu/x86/mp_init.c: Drop unnecessary preprocessor usageArthur Heymans2021-03-191-9/+9
* cpu/x86/mp_init.c: Don't overwrite the global variable per CPUArthur Heymans2021-03-191-1/+0
* cpu/x86/mp_init: Allow stub sizes larger than the save state sizeArthur Heymans2021-03-191-5/+30
* cpu/x86/smm_stub.S: Drop smm_runtime from the stubArthur Heymans2021-03-191-4/+1
* cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstageArthur Heymans2021-03-191-1/+4
* cpu/x86/mp_init.c: Calculate perm_smbase from ramstage dataArthur Heymans2021-03-181-1/+1
* cpu/x86/smm: Move apic_id_to_cpu map to smm_stub paramsArthur Heymans2021-03-181-2/+2
* src/cpu/x86: Add helper mp_run_on_all_apsAamir Bohra2021-03-111-0/+22
* cpu/x86/mp_init.c: Print out the microcode revision of APsArthur Heymans2021-02-011-2/+6
* cpu/mp_init: Fix microcode lockPatrick Rudolph2021-01-151-2/+2
* cpu/x86/mp_init: Add support for x86_64Patrick Rudolph2020-11-031-4/+4
* cpu/x86: increase timeout for CPUs to check in after 2nd SIPIJonathan Zhang2020-10-301-7/+7
* src/cpu: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* cpu/x86/smm: Introduce SMM module loader version 2Rocky Phagura2020-08-151-8/+31
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* intel/stm: Drop now unneeded `num_cpus` paramEugene D Myers2020-05-021-1/+1
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* cpu/x86: Fix typoSubrata Banik2020-03-211-1/+1
* cpu/x86: Remove unnecessary guardEugene Myers2020-02-171-14/+9
* cpu/x86: Adjust STM smm_save_state_sizeEugene Myers2020-02-171-13/+1
* cpu/x86: Put guard around align for smm_save_state_sizeEugene Myers2020-02-061-8/+13
* security/intel/stm: Add STM supportEugene Myers2020-02-051-0/+34
* cpu/x86: Make MP init timeout configurableJonathan Zhang2020-02-041-4/+6
* cpu/x86/mp_init: Fix typoElyes HAOUAS2019-12-181-1/+1
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-151-3/+4
* cpu/x86 mp_init: Add option for AMD INIT SIPI sequenceMarshall Dawson2019-08-091-0/+3
* soc/*: Report mp_init errorsPatrick Rudolph2019-08-061-1/+1
* cpu/x86: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-1/+1