From patchwork Mon Jan 4 08:00:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miao Yan X-Patchwork-Id: 562261 X-Patchwork-Delegate: bmeng.cn@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 2F4471402DE for ; Mon, 4 Jan 2016 19:02:25 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=zhZBBPuh; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A70254B873; Mon, 4 Jan 2016 09:01:45 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t3aStzDQ6-Yx; Mon, 4 Jan 2016 09:01:45 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 14F554B85E; Mon, 4 Jan 2016 09:01:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 97A7D4B844 for ; Mon, 4 Jan 2016 09:01:15 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NQoD7rjPkOsg for ; Mon, 4 Jan 2016 09:01:15 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by theia.denx.de (Postfix) with ESMTPS id 05E474B801 for ; Mon, 4 Jan 2016 09:01:07 +0100 (CET) Received: by mail-pf0-f175.google.com with SMTP id e65so145561218pfe.1 for ; Mon, 04 Jan 2016 00:01:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=3BWf8eTIo3HhbRLOI7b4sAMO7jDRTIkBOfnWf75K8ws=; b=zhZBBPuhXfDJcFCOXQ7MUPjOZp6Wofynnv29mSINpGQ1M6eNnI35wddASxnE7TUCc5 8LLg61SPYje5G7cOfuBtdR3FcaAkKPhn6HN2R22io5eqcYDtew9jWF1dPIbI70uSpz/q nypIHBu580VLmX/nVSoGeJObpFFT3KH1o93WagBmRLkJYGjdYq+txtCS84HLlhXsOhb7 Vef8iaQTmQfftyqQIqwJckIkKDyX8gl+xkJ6wJkPke4lqN+8IYAv+yiOcKlrvFSyB1O2 dfuALsH7oM0IB8k3xAyO+AHXHJWnhzU2lQzrVscoTkxbayfajtqszFJFHHj2zk/ONYSJ lEYw== X-Received: by 10.98.14.145 with SMTP id 17mr125526919pfo.145.1451894466465; Mon, 04 Jan 2016 00:01:06 -0800 (PST) Received: from pa-dbc1131.eng.vmware.com ([208.91.1.34]) by smtp.gmail.com with ESMTPSA id p17sm89768592pfi.54.2016.01.04.00.01.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 04 Jan 2016 00:01:06 -0800 (PST) From: Miao Yan To: u-boot@lists.denx.de, sjg@chromium.org, bmeng.cn@gmail.com Date: Mon, 4 Jan 2016 00:00:54 -0800 Message-Id: <1451894455-39387-8-git-send-email-yanmiaobest@gmail.com> X-Mailer: git-send-email 2.6.3.444.gfd13a2e In-Reply-To: <1451894455-39387-1-git-send-email-yanmiaobest@gmail.com> References: <1451894455-39387-1-git-send-email-yanmiaobest@gmail.com> Subject: [U-Boot] [PATCH v5 7/8] x86: qemu: remove cpu node in device tree X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Remove 'cpu' node in device tree for QEMU targets, and let U-Boot detect and fix up those information at runtime. Signed-off-by: Miao Yan Reviewed-by: Simon Glass Reviewed-by: Bin Meng --- arch/x86/dts/qemu-x86_i440fx.dts | 7 ------- arch/x86/dts/qemu-x86_q35.dts | 7 ------- 2 files changed, 14 deletions(-) diff --git a/arch/x86/dts/qemu-x86_i440fx.dts b/arch/x86/dts/qemu-x86_i440fx.dts index 4332204..9086b46 100644 --- a/arch/x86/dts/qemu-x86_i440fx.dts +++ b/arch/x86/dts/qemu-x86_i440fx.dts @@ -36,13 +36,6 @@ reg = <0>; intel,apic-id = <0>; }; - - cpu@1 { - device_type = "cpu"; - compatible = "cpu-qemu"; - reg = <1>; - intel,apic-id = <1>; - }; }; tsc-timer { diff --git a/arch/x86/dts/qemu-x86_q35.dts b/arch/x86/dts/qemu-x86_q35.dts index 3e2cfac..145e811 100644 --- a/arch/x86/dts/qemu-x86_q35.dts +++ b/arch/x86/dts/qemu-x86_q35.dts @@ -47,13 +47,6 @@ reg = <0>; intel,apic-id = <0>; }; - - cpu@1 { - device_type = "cpu"; - compatible = "cpu-qemu"; - reg = <1>; - intel,apic-id = <1>; - }; }; tsc-timer {