summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/mp_init.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* x86: Drop unnecessary mp_init logicSimon Glass2020-12-181-16/+7
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* x86: mp: Add more comments to the moduleSimon Glass2020-07-201-2/+89
* x86: mp: Add iterators for CPUsSimon Glass2020-07-201-0/+63
* x86: mp: Park CPUs before running the OSSimon Glass2020-07-201-0/+16
* x86: mp: Allow running functions on multiple CPUsSimon Glass2020-07-201-6/+101
* x86: Set the SMP flag when MP init is completeSimon Glass2020-07-201-0/+1
* x86: mp: Support APs waiting for instructionsSimon Glass2020-07-201-8/+115
* x86: mp_init: Adjust bsp_init() to return more informationSimon Glass2020-07-201-13/+23
* x86: mp_init: Set up the CPU numbers at the startSimon Glass2020-07-201-12/+9
* x86: mp_init: Drop the num_cpus static variableSimon Glass2020-07-201-7/+15
* x86: mp_init: Switch parameter names in start_aps()Simon Glass2020-07-201-6/+19
* x86: mp_init: Avoid declarations in header filesSimon Glass2020-07-201-20/+20
* x86: Move MP code into mp_initSimon Glass2020-07-201-12/+10
* x86: mp_init: Switch to livetreeSimon Glass2020-07-201-2/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* x86: Move qemu CPU fixup function into its own fileSimon Glass2019-12-151-68/+5
* x86: mp_init: Use proper error numbersSimon Glass2019-05-081-5/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: Intel MID platforms has no microcode updateAndy Shevchenko2017-02-211-1/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+2
* x86: Call lapic_setup() in interrupt_init()Bin Meng2016-05-231-2/+0
* cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-231-1/+1
* x86: qemu: split qfw command interface and qfw coreMiao Yan2016-05-231-2/+2
* x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-231-1/+1
* x86: Update microcode for secondary CPUsSimon Glass2016-03-171-2/+4
* x86: Record the CPU details when starting each coreSimon Glass2016-03-171-0/+5
* x86: Tidy up mp_init to reduce duplicationSimon Glass2016-03-171-53/+26
* x86: fix memalign() parameter orderStephen Warren2016-02-211-1/+1
* x86: qemu: fix cpu device in smp bootMiao Yan2016-01-131-0/+72
* x86: use actual CPU number for allocating memoryMiao Yan2016-01-131-3/+3
* x86: fix a typo in function nameMiao Yan2016-01-131-3/+3
* x86: Set APs' req_seq to the reg number from device treeBin Meng2015-08-141-0/+7
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-051-0/+2
* x86: Remove inline for lapic access routinesBin Meng2015-07-141-9/+18
* x86: Move lapic_setup() call into init_bsp()Bin Meng2015-07-141-1/+1
* x86: Move MP initialization codes into a common placeBin Meng2015-07-141-3/+15
* x86: Add multi-processor initSimon Glass2015-04-301-0/+496