From patchwork Mon Apr 10 12:29:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenhui Sun X-Patchwork-Id: 97098 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1340317qgd; Mon, 10 Apr 2017 05:33:15 -0700 (PDT) X-Received: by 10.233.232.68 with SMTP id a65mr44671296qkg.104.1491827595136; Mon, 10 Apr 2017 05:33:15 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t86si13309247qkt.136.2017.04.10.05.33.14; Mon, 10 Apr 2017 05:33:15 -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 928BD61FC4; Mon, 10 Apr 2017 12:33:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id E38B761FC4; Mon, 10 Apr 2017 12:33:11 +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 19FE661FC4; Mon, 10 Apr 2017 12:33:10 +0000 (UTC) Received: from mail-pg0-f42.google.com (mail-pg0-f42.google.com [74.125.83.42]) by lists.linaro.org (Postfix) with ESMTPS id E304460E16 for ; Mon, 10 Apr 2017 12:33:07 +0000 (UTC) Received: by mail-pg0-f42.google.com with SMTP id x125so105237593pgb.0 for ; Mon, 10 Apr 2017 05:33:07 -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; bh=EGBCXXIWKNMM6hoUXWIgF0NiwUBsuhRREjV+u3TdnyA=; b=uZUbifFS1TECfMfyku6rMKeYJLoUei5ypkcrX1JkxXBPyK7j6mwGK91eh+VnI0UJ4V SSCfuHolX8jpMB6vMX34LpY5BS3rdRhfBP2z6TFM3KsBJ8EX62/ybEx1KCi+ZGFvzzVj J8k2ZiX94RaXynOrXDu4mmPw0LefBv3wNMryzmAZ7u0TrbzJTH9whFCNOY9V16N/uit3 U2oGWP8oa73h35/nLtet3iyoxeKowe0wD6qtFC/rBQJEbbHyA2wdbAVjFaqtBVYmET6u q7iFJsh91Lv09YIE800KXA38PwWeKPktgRwFOnVMfH/CYB7VJ8wq+jnY/qfXGAxb4lHl b9pQ== X-Gm-Message-State: AFeK/H1JF/r6hjDKql4PRAT8hDkxS8vvAWnK1XMA4i88Q70EGvDARgNEls+2x1HgxzEXOY3iDl0= X-Received: by 10.98.141.153 with SMTP id p25mr40734642pfk.195.1491827587146; Mon, 10 Apr 2017 05:33:07 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id z21sm24703601pgc.53.2017.04.10.05.33.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 10 Apr 2017 05:33:06 -0700 (PDT) From: Chenhui Sun To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, graeme.gregory@linaro.org Date: Mon, 10 Apr 2017 20:29:18 +0800 Message-Id: <1491827361-84793-1-git-send-email-chenhui.sun@linaro.org> X-Mailer: git-send-email 1.9.1 Cc: Chenhui Sun , sunchenhui@huawei.com, wanghuiqiang@huawei.com Subject: [Linaro-uefi] [Linaro-uefi v3 0/3] D03/D05 platforms bug fix 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" ode can also be found in linaro repo: http://git.linaro.org/people/heyi.guo/OpenPlatformPkg.git branch: rp-17.04-04 Mainly include * refine the code style according Leif's comments * drop the "Hisilicon: Fix ACPI/DSDT table checksum error" path this time, and will send out after ERP17.04 Chenhui Sun (2): Hisilicon: disable RC Option Rom Hisilicon: Add reconfig lane number feature shaochangliang (1): Hisilicon/PCIe: Fix the probability of I350 enumeration fail issue. .../Hi1610/Drivers/PcieInit1610/PcieInitLib.c | 184 ++++++++++++++++++++- .../Hi1610/Drivers/PcieInit1610/PcieInitLib.h | 4 + Chips/Hisilicon/Include/Regs/HisiPcieV1RegOffset.h | 5 + 3 files changed, 191 insertions(+), 2 deletions(-)