summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/mp_init.c
Commit message (Expand)AuthorAgeLines
* x86: Call lapic_setup() in interrupt_init()Bin Meng2016-05-23-2/+0
* cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-23-1/+1
* x86: qemu: split qfw command interface and qfw coreMiao Yan2016-05-23-2/+2
* x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-23-1/+1
* x86: Update microcode for secondary CPUsSimon Glass2016-03-17-2/+4
* x86: Record the CPU details when starting each coreSimon Glass2016-03-17-0/+5
* x86: Tidy up mp_init to reduce duplicationSimon Glass2016-03-17-53/+26
* x86: fix memalign() parameter orderStephen Warren2016-02-21-1/+1
* x86: qemu: fix cpu device in smp bootMiao Yan2016-01-13-0/+72
* x86: use actual CPU number for allocating memoryMiao Yan2016-01-13-3/+3
* x86: fix a typo in function nameMiao Yan2016-01-13-3/+3
* x86: Set APs' req_seq to the reg number from device treeBin Meng2015-08-14-0/+7
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-05-0/+2
* x86: Remove inline for lapic access routinesBin Meng2015-07-14-9/+18
* x86: Move lapic_setup() call into init_bsp()Bin Meng2015-07-14-1/+1
* x86: Move MP initialization codes into a common placeBin Meng2015-07-14-3/+15
* x86: Add multi-processor initSimon Glass2015-04-30-0/+496