From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::541; helo=mail-pg1-x541.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg1-x541.google.com (mail-pg1-x541.google.com [IPv6:2607:f8b0:4864:20::541]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 048A7211E0115 for ; Wed, 20 Mar 2019 01:18:31 -0700 (PDT) Received: by mail-pg1-x541.google.com with SMTP id r124so1242374pgr.3 for ; Wed, 20 Mar 2019 01:18:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=L+7xoBX+1YKTx7W7w449E1Rkjs3AGOPbuUwX6tudxLQ=; b=gA/D5v+VhbXZbmB4TfwUNJpgA5dNtiROGFGYKYTazcJpSUF9nzUXKxDmJ88j2yLJJD O8qTVeet6tE0qSGMA1oWTldw+exs9CmEXCSP7opR8MKV86KCj//95iu1fAii9HOhfo83 1Obiy9nDM0+yH+pqK1UQBCaXbBRGd2qqkLMLxambNy2TN9WvpSlu5Vv21j0IoaX4lr3Q Ojbjw3Hv4unSoZT6nXBM0fZwNxg6FYCG8U+VlML4DAABOSrKL7aDz4wgplxSSQ1Vdkcu LZcgHvgK4aTAc6VTEtoTyd43wqet86C1mG1egzsi9qZDQpekKw6RUgMURPswIk3kjNWx ctWw== 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=L+7xoBX+1YKTx7W7w449E1Rkjs3AGOPbuUwX6tudxLQ=; b=ahoMhTqCvB4udapwzNHmrEVmcty6nhQLNeqvl1SoCn+RebotogeGJfaA9oBbOoSY/P UtEKqqSgleh++zlMHZ9jeqr7qstFGT14KZou/4+wsqFy1S9TnCXOXKZzOMTi4NDaNcwu A4rx5cv4neC6KcFreWf/XDXe2AC4TnY6ICgU64xLQ8VAZgBdKOc1I7Fi22vMEVC7KOyK oXJUop7rjeLyifoe0u7Cg2kFTPpaDqr0pMoYsLqgTTBzYMxT9/jRR/FP5SM4hEpJkqpC oKifDssrZtr9qvDEJohDWqcDtik+qbIbEre+tvojM8vzN0EXxt3cF4YIQgx8tSJCqscL 19bw== X-Gm-Message-State: APjAAAVaFucp3Sw5iYYZSTxEnA/onrQSCBnawv8xosiSSDq6JL0nYk0A tdWiypQOoyxqj/9WQQMU84QF4Q== X-Google-Smtp-Source: APXvYqxIXOnbhOU+cjF6AR47Ibp1NUS1ds3Jp7OYPQAVHzaVj1aMDOiotZj34u+7qZzegcSaq4TUpQ== X-Received: by 2002:a62:168a:: with SMTP id 132mr6799177pfw.155.1553069910726; Wed, 20 Mar 2019 01:18:30 -0700 (PDT) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id a1sm1812547pfn.26.2019.03.20.01.18.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Mar 2019 01:18:30 -0700 (PDT) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, zhangfeng56@huawei.com, xiaojun2@hisilicon.com, Ming Huang Date: Wed, 20 Mar 2019 16:17:29 +0800 Message-Id: <20190320081729.52806-9-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190320081729.52806-1-ming.huang@linaro.org> References: <20190320081729.52806-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v3 8/8] Hisilicon/D06: Add Setup Item "Support DPC" X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2019 08:18:31 -0000 Add setup item "Support DPC" to enable or disable PCIe DPC (Downstream Port Containment). Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Reviewed-by: Leif Lindholm --- Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi | Bin 232832 -> 226784 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi index e32c056..4511f6b 100644 Binary files a/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi and b/Platform/Hisilicon/D06/Drivers/IoInitDxe/IoInitDxe.efi differ -- 2.9.5