From patchwork Wed Dec 7 11:49:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 87072 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp281309qgi; Wed, 7 Dec 2016 04:13:51 -0800 (PST) X-Received: by 10.200.37.178 with SMTP id e47mr67010808qte.7.1481112831663; Wed, 07 Dec 2016 04:13:51 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id u50si14255818qta.227.2016.12.07.04.13.51; Wed, 07 Dec 2016 04:13:51 -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 4848E609BD; Wed, 7 Dec 2016 12:13:51 +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_H3, RCVD_IN_MSPIKE_WL 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 8ECCF63666; Wed, 7 Dec 2016 11:58: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 C440B60E94; Wed, 7 Dec 2016 11:58:34 +0000 (UTC) Received: from mail-pg0-f52.google.com (mail-pg0-f52.google.com [74.125.83.52]) by lists.linaro.org (Postfix) with ESMTPS id E308662D96 for ; Wed, 7 Dec 2016 11:52:54 +0000 (UTC) Received: by mail-pg0-f52.google.com with SMTP id 3so161446891pgd.0 for ; Wed, 07 Dec 2016 03:52:54 -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=8crotOVtnzuPYCHBZkmDzzU7pBOv6JjqfWWVtMF5noU=; b=hrtCl3V6bhvefYFlIPLpg/1okV8dRk2FU0+r7fyLdnpcj0iuX5oTot3nCANXSi1dwE GxTir/ybzbM4K8E9O0MjPPN/Wyk7Nwa5Dzdn9vC1lV0q66q+TJGT9sNOd3q2zfSgM2T3 vEIif0GVqjoKe0sKkzb9wGZ51X4xEs08GQf0IZMfA+4CnXDofqMnzQjI2DEVxAW+FLy/ n8O637gfDDrp2jd9D0FPfqdnwiG3vThS2X05epYS5A2/F3icHkH8L7qatHyNG197w/Mw Z1ba+n13IrqYjtbhJl6zXf287wSflHxPdFQPSxS8sM13gsSNLUj/MgQsUZy34OAxBu+B +Odg== X-Gm-Message-State: AKaTC03UmtPzZE/xy59A7D1bFEd3PXDGGR0NhMBLE7iPcATCXbo9ZPJUvgNUBYEr3kJWr1wu51M= X-Received: by 10.84.179.165 with SMTP id b34mr146487614plc.162.1481111574245; Wed, 07 Dec 2016 03:52:54 -0800 (PST) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id y20sm42169141pfj.26.2016.12.07.03.52.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Dec 2016 03:52:53 -0800 (PST) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Wed, 7 Dec 2016 19:49:35 +0800 Message-Id: <1481111375-71058-39-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1481111375-71058-1-git-send-email-heyi.guo@linaro.org> References: <1481111375-71058-1-git-send-email-heyi.guo@linaro.org> Cc: sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [linaro-uefi v7 38/38] Hisilicon/D05: update distance of Slit table 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" D05 platform numa nodes distance: -------------- -------------- |Node1--Node0|<------>|Node2--Node3| -------------- -------------- cluster0 cluster1 Each cluster has two nodes, we treat that the node0 and node1 have the same distance to Node2 and node3, on the other hand, the node2 and node3 have the same distance to node0 and node1. The default distance of Slit table is wrong, correct it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chenhui Sun Reviewed-by: Graeme Gregory Reviewed-by: Leif Lindholm --- Chips/Hisilicon/Hi1616/D05AcpiTables/D05Slit.aslc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Chips/Hisilicon/Hi1616/D05AcpiTables/D05Slit.aslc b/Chips/Hisilicon/Hi1616/D05AcpiTables/D05Slit.aslc index ea93504..89cc4a9 100644 --- a/Chips/Hisilicon/Hi1616/D05AcpiTables/D05Slit.aslc +++ b/Chips/Hisilicon/Hi1616/D05AcpiTables/D05Slit.aslc @@ -51,10 +51,10 @@ EFI_ACPI_6_0_SYSTEM_LOCALITY_INFORMATION_TABLE Slit = { EFI_ACPI_SYSTEM_LOCALITIES_ENTRY_COUNT, }, { - {{0x0A, 0x10, 0x20, 0x21}}, //Locality 0 - {{0x10, 0x0A, 0x19, 0x20}}, //Locality 1 - {{0x20, 0x19, 0x0A, 0x10}}, //Locality 2 - {{0x21, 0x20, 0x10, 0x0A}}, //Locality 3 + {{0x0A, 0x0F, 0x14, 0x14}}, //Locality 0 + {{0x0F, 0x0A, 0x14, 0x14}}, //Locality 1 + {{0x14, 0x14, 0x0A, 0x0F}}, //Locality 2 + {{0x14, 0x14, 0x0F, 0x0A}}, //Locality 3 }, };