summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/mp_init.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86/: Centralize MSEG location calculationEugene Myers2023-06-101-2/+2
* cpu/x86/smm: Introduce SMM module loader version 2Rocky Phagura2021-02-221-8/+31
* security/intel/stm: Add STM supportEugene Myers2021-02-221-0/+34
* 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
* {arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber2019-05-161-1/+14
* arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() functionSubrata Banik2019-05-121-28/+7
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-0/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* arch/x86: Enforce CPU stack alignmentKyösti Mälkki2019-01-141-4/+5
* cpu/x86: Make mp_get_apic_id() function externally availableSubrata Banik2018-12-151-3/+3
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* x86/mp_init: Add configurable stack size for SMM relocateMarshall Dawson2018-10-291-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* cpu/x86/mp_init.c: Avoid static analysis error for unused valueRichard Spiegel2018-08-091-0/+3
* cpu/x86/mp_init.c: Fix error treatmentRichard Spiegel2018-08-091-0/+1
* mp_init: fix typoRaul E Rangel2018-08-061-1/+1
* cpu/x86: Make SMM stack size configurableRaul E Rangel2018-06-141-1/+1
* cpu/x86/mp: Update CPU name in device structureNaresh G Solanki2018-06-041-1/+4
* cpu/x86: Add support to run function on single APSubrata Banik2018-05-191-6/+16
* cpu/x86: Add support to run function with argument over APsSubrata Banik2018-05-141-10/+12
* cpu/x86/mp: pass pointers to structures for AP callbacksAaron Durbin2018-05-141-16/+35
* cpu/x86/mp: use __aligned macroAaron Durbin2018-05-041-1/+1
* cpu/x86/mp: remove unused functions and limit API exposureAaron Durbin2018-05-041-25/+2
* cpu/x86: Add infinite timeout support into run_ap_work() functionSubrata Banik2018-05-031-2/+4
* x86: Increase time out for parking APs to 250msFurquan Shaikh2018-04-011-1/+18
* cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_planFurquan Shaikh2018-03-091-0/+6
* cpu/x86/mp_init: Increase AP check-in time-out to 1secondFurquan Shaikh2018-03-051-1/+6
* x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRsMarshall Dawson2018-02-161-0/+4
* cpu/x86: set permanent SMM handler stack to 1KiBAaron Durbin2017-12-201-2/+2
* cpu/x86/mp_init: remove adjust_cpu_apic_entry()Aaron Durbin2017-09-111-19/+19
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+3
* cpu/x86: Use do while loopPaul Menzel2017-06-221-5/+2
* cpu/x86/mp_init: report correct count of AP acceptanceAaron Durbin2017-06-161-1/+7
* cpu/x86: add a barrier with timeoutBora Guvendik2017-03-191-2/+25
* cpu/x86: Remove braces and else if unnecessaryLee Leahy2017-03-161-28/+19
* cpu/x86: Use tabs for indentLee Leahy2017-03-161-5/+5
* cpu/x86: allow AP callbacks after MP initAaron Durbin2016-12-081-7/+100
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-7/+7
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-311-6/+6
* cpu/x86/mp_init: reduce exposure of internal implementationAaron Durbin2016-05-061-3/+75
* cpu/x86: combine multiprocessor and SMM initializationAaron Durbin2016-05-041-0/+242
* cpu/x86/mp_init: remove unused callback argumentsAaron Durbin2016-05-021-3/+3
* cpu: Fix typo that spelled "allocate" as "allocte."Jacob Laska2016-01-201-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc2015-10-151-8/+8