Re: [U-Boot] [PATCH v3 6/8] x86: qemu: fix up cpu node in device tree

2015-12-29 Thread Bin Meng
On Tue, Dec 29, 2015 at 6:35 PM, Miao Yan wrote: > Remove 'cpus' node in dts files for QEMU targets, > retrieve cpu number through 'fw_cfg' interface and > fix up device tree blob at runtime. > > Signed-off-by: Miao Yan > --- > Changes in v2: > - rebase to u-boot-x86/next > > arch/x86/cpu/qemu

[U-Boot] [PATCH v3 6/8] x86: qemu: fix up cpu node in device tree

2015-12-29 Thread Miao Yan
Remove 'cpus' node in dts files for QEMU targets, retrieve cpu number through 'fw_cfg' interface and fix up device tree blob at runtime. Signed-off-by: Miao Yan --- Changes in v2: - rebase to u-boot-x86/next arch/x86/cpu/qemu/qemu.c | 4 arch/x86/dts/qemu-x86_i440fx.dts | 19 +--