
23 Jul
2015
23 Jul
'15
1:24 a.m.
On 22 July 2015 at 02:21, Bin Meng bmeng.cn@gmail.com wrote:
Enable writing MP table for QEMU boads (i440fx and q35).
Signed-off-by: Bin Meng bmeng.cn@gmail.com Acked-by: Simon Glass sjg@chromium.org
Changes in v3: None 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 ++++++++++++ arch/x86/dts/qemu-x86_q35.dts | 12 ++++++++++++ configs/qemu-x86_defconfig | 3 +++ 4 files changed, 58 insertions(+), 3 deletions(-)
Applied to u-boot-x86, thanks!