From patchwork Thu Oct 27 03:15:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 79581 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp406438qge; Wed, 26 Oct 2016 20:23:33 -0700 (PDT) X-Received: by 10.200.39.29 with SMTP id g29mr4175567qtg.31.1477538613457; Wed, 26 Oct 2016 20:23:33 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 23si3032263qtt.93.2016.10.26.20.23.33; Wed, 26 Oct 2016 20:23:33 -0700 (PDT) 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 2553160974; Thu, 27 Oct 2016 03:23:33 +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 87630608F9; Thu, 27 Oct 2016 03:18:09 +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 BE4C861BA0; Thu, 27 Oct 2016 03:17:45 +0000 (UTC) Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) by lists.linaro.org (Postfix) with ESMTPS id EAF6C61897 for ; Thu, 27 Oct 2016 03:16:35 +0000 (UTC) Received: by mail-pf0-f181.google.com with SMTP id 197so8241734pfu.0 for ; Wed, 26 Oct 2016 20:16:35 -0700 (PDT) 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=wy3AD/sd2F62qRGwCFeqMUlzQfSPZfeyWcElmQcAoRA=; b=dEJQ4OA1infSUozQXLKtJjWyeEDNY3+z+lQa8S5V7qq8LJxp8n83ER2mLLLn8/ugMz g/qkuf6aMgJ9Laq86/xds7/qqhnXneY9W8lArn8E3vdqtqYcbTyuqPUzD55dNBz2fpeo Qoke4j089AA630Jp8aEerx44EmUwIvctlTRRyyEQ0PaQHMsp58DJkFUIg02kXMYldpeg vx8wHcehlUc2YzQZdTR1cdtiyQAp5iLIGdMjjygPV0KQ4jiyG5bO5sFJTmvGk9ukPTti Xn30WBfu4liO6hkjbpKojsxJsw+wClpZNl/o23Q2joCeMnOyIoh8W9ueaIKazdznAYju Lx5Q== X-Gm-Message-State: ABUngvfa0fFV6PVIm3t9OqNVyKTyoG3Bh2QN1Dlqme/F1HtHBRUwMV9jI7FwG61evdtHcp3/av4= X-Received: by 10.99.221.85 with SMTP id g21mr8362038pgj.121.1477538195151; Wed, 26 Oct 2016 20:16:35 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id h5sm7091734pfg.86.2016.10.26.20.16.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 20:16:34 -0700 (PDT) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Thu, 27 Oct 2016 11:15:15 +0800 Message-Id: <1477538129-118465-11-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1477538129-118465-1-git-send-email-heyi.guo@linaro.org> References: <1477538129-118465-1-git-send-email-heyi.guo@linaro.org> Cc: Salil Mehta Subject: [Linaro-uefi] [PATCH 12/26] 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 --- 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 192e76d..384e27f 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-parent", Package() {\_SB.MBI7}}, Package () {"interrupt-names", Package() {"hns-roce-comp-0", "hns-roce-comp-1",