aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/mp_init.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-20x86: mp: Add more comments to the moduleSimon Glass1-2/+89
2020-07-20x86: mp: Add iterators for CPUsSimon Glass1-0/+63
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass1-0/+16
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass1-6/+101
2020-07-20x86: Set the SMP flag when MP init is completeSimon Glass1-0/+1
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass1-8/+115
2020-07-20x86: mp_init: Adjust bsp_init() to return more informationSimon Glass1-13/+23
2020-07-20x86: mp_init: Set up the CPU numbers at the startSimon Glass1-12/+9
2020-07-20x86: mp_init: Drop the num_cpus static variableSimon Glass1-7/+15
2020-07-20x86: mp_init: Switch parameter names in start_aps()Simon Glass1-6/+19
2020-07-20x86: mp_init: Avoid declarations in header filesSimon Glass1-20/+20
2020-07-20x86: Move MP code into mp_initSimon Glass1-12/+10
2020-07-20x86: mp_init: Switch to livetreeSimon Glass1-2/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass1-68/+5
2019-05-08x86: mp_init: Use proper error numbersSimon Glass1-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-21x86: Intel MID platforms has no microcode updateAndy Shevchenko1-1/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+2
2016-05-23x86: Call lapic_setup() in interrupt_init()Bin Meng1-2/+0
2016-05-23cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan1-1/+1
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan1-2/+2
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini1-1/+1
2016-03-17x86: Update microcode for secondary CPUsSimon Glass1-2/+4
2016-03-17x86: Record the CPU details when starting each coreSimon Glass1-0/+5
2016-03-17x86: Tidy up mp_init to reduce duplicationSimon Glass1-53/+26
2016-02-21x86: fix memalign() parameter orderStephen Warren1-1/+1
2016-01-13x86: qemu: fix cpu device in smp bootMiao Yan1-0/+72
2016-01-13x86: use actual CPU number for allocating memoryMiao Yan1-3/+3
2016-01-13x86: fix a typo in function nameMiao Yan1-3/+3
2015-08-14x86: Set APs' req_seq to the reg number from device treeBin Meng1-0/+7
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass1-0/+2
2015-07-14x86: Remove inline for lapic access routinesBin Meng1-9/+18
2015-07-14x86: Move lapic_setup() call into init_bsp()Bin Meng1-1/+1
2015-07-14x86: Move MP initialization codes into a common placeBin Meng1-3/+15
2015-04-30x86: Add multi-processor initSimon Glass1-0/+496