From patchwork Mon Apr 10 12:33: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: 97102 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1341653qgd; Mon, 10 Apr 2017 05:37:00 -0700 (PDT) X-Received: by 10.200.38.132 with SMTP id 4mr54364246qto.91.1491827820521; Mon, 10 Apr 2017 05:37:00 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id m67si13319346qte.217.2017.04.10.05.37.00; Mon, 10 Apr 2017 05:37:00 -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 2296260F28; Mon, 10 Apr 2017 12:37:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 168E961FC4; Mon, 10 Apr 2017 12:36:58 +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 1316862B8D; Mon, 10 Apr 2017 12:36:57 +0000 (UTC) Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by lists.linaro.org (Postfix) with ESMTPS id DC24160F28 for ; Mon, 10 Apr 2017 12:36:54 +0000 (UTC) Received: by mail-pf0-f175.google.com with SMTP id s16so32792621pfs.0 for ; Mon, 10 Apr 2017 05:36:54 -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=G9J9DlcuMREcomLf9y8Wyvbrr0JwHOPVo3D52P+BsulFF9QFjTaPnnGUC50FcLoCrd LEnhAq/8mCZ4eWjsqfXMGBKO+3r9KfMKfFgiGuA7mFLuAQ+dpLkVWUFmfjSwPPb+Njrh MJHQBWK8tjcDqGBhx6C7bLeZLKdpfIcT76U1eAzwXXZZ98PdLKuiBdO+Q3yUcwIXPNhW EHfok4A/NUiZ0S3Y3xcfG7rMRWn7G3e5KwALULGA4ypFy9Fim/hu50EisCfeDbgQgvmY Z7MWCvFHAnr0mGS5wTW5nAPq9qaCpye539N2x6Ymg8KasoK3Kr692tZas4qkFV2cnEWj mKog== X-Gm-Message-State: AFeK/H0MxyZrIJqoP+6Zw+l/+a//rgNw9e0klGn9GPrl+6yLrEWoI56vSj394/LedyMlGOAgMm/G6645 X-Received: by 10.84.139.195 with SMTP id 61mr67618536plr.109.1491827814208; Mon, 10 Apr 2017 05:36:54 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id 128sm24645352pgi.49.2017.04.10.05.36.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 10 Apr 2017 05:36:53 -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:33:12 +0800 Message-Id: <1491827595-84884-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(-)