From patchwork Mon Mar 20 13:11:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenhui Sun X-Patchwork-Id: 95538 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp937662qgd; Mon, 20 Mar 2017 06:18:54 -0700 (PDT) X-Received: by 10.200.45.59 with SMTP id n56mr26202115qta.137.1490015934180; Mon, 20 Mar 2017 06:18:54 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id h20si12869096qte.87.2017.03.20.06.18.53; Mon, 20 Mar 2017 06:18:54 -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 sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C86C86071D; Mon, 20 Mar 2017 13:18:53 +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, URIBL_BLOCKED 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 1F9BF63EA4; Mon, 20 Mar 2017 13:16:05 +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 D50F463EA4; Mon, 20 Mar 2017 13:15:59 +0000 (UTC) Received: from mail-pf0-f172.google.com (mail-pf0-f172.google.com [209.85.192.172]) by lists.linaro.org (Postfix) with ESMTPS id CD32F63E86 for ; Mon, 20 Mar 2017 13:15:11 +0000 (UTC) Received: by mail-pf0-f172.google.com with SMTP id p189so42673890pfp.1 for ; Mon, 20 Mar 2017 06:15:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=QOtvb2kz4xdpHUayQvUf5LyHnTxuI7R0B4iIG8jG6RY=; b=fV+jYE/Gvyp8o/6XRCH1nVD+enD04cQNoZ/gHGRzL3pwgFiLCckoSKGxNAI6WZ3OWi e7me3rF2iutjz6JjGBSlByRX4EbCRlRKX2wdiceErqwUvVUxDzRXLvnMtK1ELUH0a8bh qmREFiylBcE1+su9xblDQZ6apE43uThPVHsUPg71A/lSRhWEh5177I8M4G+CKmCSe2dC weTIDPu/ZkakQ9AmG9qxRq6wMaTUQ8KIrMcspBV4G9yl50QIGZd3TgbnUXFzMwAX4I15 XSrS9KFTPfsBZHLVhKpTm5qVyGZRNGGDC7OJpD2bjyBrhsKTlUI5BuL6A+qYkSKWb8IO SwyA== X-Gm-Message-State: AFeK/H0kLo73YRoDSmezq5n32zC+RhUFwbsc6i3gzkrZ38JkHqYGVbeASZ/pfwQdytAM1UIsdaQ= X-Received: by 10.99.149.66 with SMTP id t2mr31696274pgn.152.1490015711167; Mon, 20 Mar 2017 06:15:11 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id a62sm33573787pgc.60.2017.03.20.06.15.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Mar 2017 06:15:10 -0700 (PDT) From: Chenhui Sun To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org Date: Mon, 20 Mar 2017 21:11:12 +0800 Message-Id: <1490015485-53685-9-git-send-email-chenhui.sun@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1490015485-53685-1-git-send-email-chenhui.sun@linaro.org> References: <1490015485-53685-1-git-send-email-chenhui.sun@linaro.org> Cc: Yi Li , Chenhui Sun , wanglijun , sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [Linaro-uefi v1 08/21] Hisilicon/D03: Fix IORT test in luvOS test fail 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" CPM should also be 1 when CCA is 1. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: wanglijun Signed-off-by: Heyi Guo Signed-off-by: Yi Li --- Chips/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl b/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl index 9a045b7..9295485 100644 --- a/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl +++ b/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/D03Iort.asl @@ -296,8 +296,8 @@ Read Allocate : 0 Override : 0 [0002] Reserved : 0000 -[0001] Memory Flags (decoded below) : 00 - Coherency : 0 +[0001] Memory Flags (decoded below) : 01 + Coherency : 1 Device Attribute : 0 [0004] ATS Attribute : 00000000 [0004] PCI Segment Number : 00000000 @@ -325,8 +325,8 @@ Read Allocate : 0 Override : 0 [0002] Reserved : 0000 -[0001] Memory Flags (decoded below) : 00 - Coherency : 0 +[0001] Memory Flags (decoded below) : 01 + Coherency : 1 Device Attribute : 0 [0004] ATS Attribute : 00000000 [0004] PCI Segment Number : 00000001 @@ -354,8 +354,8 @@ Read Allocate : 0 Override : 0 [0002] Reserved : 0000 -[0001] Memory Flags (decoded below) : 00 - Coherency : 0 +[0001] Memory Flags (decoded below) : 01 + Coherency : 1 Device Attribute : 0 [0004] ATS Attribute : 00000000 [0004] PCI Segment Number : 00000002