summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-07-22 01:21:13 -0700
committerSimon Glass <sjg@chromium.org>2015-07-28 10:36:25 -0600
commita8ebf283e98d0eda0b7c76647cdcd3f36f34837c (patch)
treecc37e6e8fe9f5956dbce2df26ee169a3d37a46fc /arch/x86/dts
parentc77b8912d86a08b57bab21982a865fbf2151f0af (diff)
downloadu-boot-imx-a8ebf283e98d0eda0b7c76647cdcd3f36f34837c.zip
u-boot-imx-a8ebf283e98d0eda0b7c76647cdcd3f36f34837c.tar.gz
u-boot-imx-a8ebf283e98d0eda0b7c76647cdcd3f36f34837c.tar.bz2
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')
-rw-r--r--arch/x86/dts/qemu-x86_i440fx.dts12
-rw-r--r--arch/x86/dts/qemu-x86_q35.dts12
2 files changed, 24 insertions, 0 deletions
diff --git a/arch/x86/dts/qemu-x86_i440fx.dts b/arch/x86/dts/qemu-x86_i440fx.dts
index 0c522c8..c26c71b 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>;
diff --git a/arch/x86/dts/qemu-x86_q35.dts b/arch/x86/dts/qemu-x86_q35.dts
index 5fbabc2..2e785fa 100644
--- a/arch/x86/dts/qemu-x86_q35.dts
+++ b/arch/x86/dts/qemu-x86_q35.dts
@@ -35,6 +35,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>;