summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/mp_init.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass
2019-05-08x86: mp_init: Use proper error numbersSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-21x86: Intel MID platforms has no microcode updateAndy Shevchenko
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-05-23x86: Call lapic_setup() in interrupt_init()Bin Meng
2016-05-23cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini
2016-03-17x86: Update microcode for secondary CPUsSimon Glass
2016-03-17x86: Record the CPU details when starting each coreSimon Glass
2016-03-17x86: Tidy up mp_init to reduce duplicationSimon Glass
2016-02-21x86: fix memalign() parameter orderStephen Warren
2016-01-13x86: qemu: fix cpu device in smp bootMiao Yan
2016-01-13x86: use actual CPU number for allocating memoryMiao Yan
2016-01-13x86: fix a typo in function nameMiao Yan
2015-08-14x86: Set APs' req_seq to the reg number from device treeBin Meng
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass
2015-07-14x86: Remove inline for lapic access routinesBin Meng
2015-07-14x86: Move lapic_setup() call into init_bsp()Bin Meng
2015-07-14x86: Move MP initialization codes into a common placeBin Meng
2015-04-30x86: Add multi-processor initSimon Glass