diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-07-22 01:21:13 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-28 10:36:25 -0600 |
commit | a8ebf283e98d0eda0b7c76647cdcd3f36f34837c (patch) | |
tree | cc37e6e8fe9f5956dbce2df26ee169a3d37a46fc /arch/x86/dts/qemu-x86_i440fx.dts | |
parent | c77b8912d86a08b57bab21982a865fbf2151f0af (diff) | |
download | u-boot-a8ebf283e98d0eda0b7c76647cdcd3f36f34837c.tar.gz |
x86: qemu: Enable writing MP table
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>
Diffstat (limited to 'arch/x86/dts/qemu-x86_i440fx.dts')
-rw-r--r-- | arch/x86/dts/qemu-x86_i440fx.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/x86/dts/qemu-x86_i440fx.dts b/arch/x86/dts/qemu-x86_i440fx.dts index 0c522c860f..c26c71bcf7 100644 --- a/arch/x86/dts/qemu-x86_i440fx.dts +++ b/arch/x86/dts/qemu-x86_i440fx.dts @@ -24,6 +24,18 @@ stdout-path = "/serial"; }; + cpus { + #address-cells = <1>; + #size-cells = <0>; + + cpu@0 { + device_type = "cpu"; + compatible = "cpu-x86"; + reg = <0>; + intel,apic-id = <0>; + }; + }; + pci { compatible = "pci-x86"; #address-cells = <3>; |