From patchwork Tue Dec 6 10:56:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 86765 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1958836qgi; Tue, 6 Dec 2016 03:13:09 -0800 (PST) X-Received: by 10.55.94.199 with SMTP id s190mr1754470qkb.159.1481022789821; Tue, 06 Dec 2016 03:13:09 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l2si11397777qkc.157.2016.12.06.03.13.09; Tue, 06 Dec 2016 03:13:09 -0800 (PST) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 71A1E60C07; Tue, 6 Dec 2016 11:13:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id E131963673; Tue, 6 Dec 2016 11:03:56 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 7ABF760ABD; Tue, 6 Dec 2016 11:03:31 +0000 (UTC) Received: from mail-pf0-f171.google.com (mail-pf0-f171.google.com [209.85.192.171]) by lists.linaro.org (Postfix) with ESMTPS id D643E607F9 for ; Tue, 6 Dec 2016 10:59:27 +0000 (UTC) Received: by mail-pf0-f171.google.com with SMTP id d2so70178257pfd.0 for ; Tue, 06 Dec 2016 02:59:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CQq/OKE7UiM180bvtQxt7FPNEfuVoqKY7KYAiEH+yxg=; b=A9WxO37M7fuPzDq0cvIGv1HDF3N4ZIZKym0wZV34/N8dbnGHJ5VdNifQCdmcNQQzaJ eX2uKtg2HjKxdkYJ5oguVZ8TUmxfdWEM6Mv5BnFw+GgPzuSV+FgOHvuif2QYcYpz/MVh qJADeWdUgCRAgMUDwek02bR52Q8pqTg99UA3p6kLyzNCpwBV6Dx7Tyh8tnleQNZkWgmX gRdPMcgwrgLIKqH4HubcK7MjIXPO8BXQo7c/0MtOOs9+zTaT8LUx/1I3w8N73767fXtk KApYiHctSXvZ8Yr2YcOsd9Nv7g2FapWirgo6MS+EgotnyNJXJ42kR1IOJ1ubRXiKD/PV Xosw== X-Gm-Message-State: AKaTC02+ceg5sKpFu/HZ3I1ej7rCZIer7yrLhIR9v/gz2RgAxjRfrNWQ2XZu1X3wKtlrPKwflb8= X-Received: by 10.84.146.140 with SMTP id g12mr132864083pla.62.1481021967029; Tue, 06 Dec 2016 02:59:27 -0800 (PST) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id x26sm6980952pge.24.2016.12.06.02.59.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 06 Dec 2016 02:59:26 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Tue, 6 Dec 2016 18:56:49 +0800 Message-Id: <1481021828-59826-19-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1481021828-59826-1-git-send-email-heyi.guo@linaro.org> References: <1481021828-59826-1-git-send-email-heyi.guo@linaro.org> Cc: Salil Mehta , sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [linaro-uefi v6 18/37] D03/ACPI/ROCE: Add node-guid parameter to DSDT X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" This patch adds new "node-guid" parameter in ACPI DSDT Table. This is required for RoCE CM(Conenction Mode) feature. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Salil Mehta Reviewed-by: Graeme Gregory Reviewed-by: Leif Lindholm --- Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Hns.asl | 1 + 1 file changed, 1 insertion(+) diff --git a/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Hns.asl b/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Hns.asl index 57d28cf..765ca19 100644 --- a/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Hns.asl +++ b/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/D03Hns.asl @@ -633,6 +633,7 @@ Scope(_SB) Package () { Package () {"eth-handle", Package () {\_SB.ETH0, \_SB.ETH1, 0, 0, \_SB.ETH4, \_SB.ETH5}}, Package () {"dsaf-handle", Package (){\_SB.DSF0}}, + Package () {"node-guid", Package () { 0x00, 0x9A, 0xCD, 0x00, 0x00, 0x01, 0x02, 0x03 }}, // 8-bytes Package () {"interrupt-names", Package() {"hns-roce-comp-0", "hns-roce-comp-1", "hns-roce-comp-2",