summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/mp_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud