Re: [U-Boot] [PATCH v2 5/7] x86: qemu: Enable writing MP table

2015-07-21 Thread Simon Glass
On 21 July 2015 at 06:15, Bin Meng wrote: > Enable writing MP table for QEMU boads (i440fx and q35). > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Drop QEMU mp_init patch > - Change /cpus node to include just one cpu > > arch/x86/cpu/qemu/pci.c | 34

[U-Boot] [PATCH v2 5/7] x86: qemu: Enable writing MP table

2015-07-21 Thread Bin Meng
Enable writing MP table for QEMU boads (i440fx and q35). Signed-off-by: Bin Meng --- Changes in v2: - Drop QEMU mp_init patch - Change /cpus node to include just one cpu arch/x86/cpu/qemu/pci.c | 34 +++--- arch/x86/dts/qemu-x86_i440fx.dts | 12 +++