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::443; helo=mail-pf1-x443.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x443.google.com (mail-pf1-x443.google.com [IPv6:2607:f8b0:4864:20::443]) (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 2FDF9211B76C7 for ; Fri, 1 Feb 2019 06:25:38 -0800 (PST) Received: by mail-pf1-x443.google.com with SMTP id i12so3285214pfo.7 for ; Fri, 01 Feb 2019 06:25:38 -0800 (PST) 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=x+4gMKAsolptwDYlE97WXqsAMfuHOz/RBzwk3JAbhTc=; b=ME69P39TO6nbqTl3lUR2+KE2B76sbibgErRCI6+lBGwBqr/HY1i3CsmYWlEPSX8807 SPHquhOPLVEh1gcwYmKIf9LbjLriCUcsVro3VwA+B6slaMNghWeY07YaJkH9EU+XhpvK i60bu4duHw8G8VmhTlkSkNmJuLuMiph0WlZso= 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=x+4gMKAsolptwDYlE97WXqsAMfuHOz/RBzwk3JAbhTc=; b=CKLJYTEZLc7Fv96/Achn8Vf9LpjY3I36c43xdKvji6/zojizlenCqzsJ3rhqnMlNny Ic8rstTKh+c8PeG/LhYfhzRHLUT13Gt63mSIdpZUDFqOFvrDzg8n71LjtJZaNHrGhsG3 9CXYKVLRKyFiPbv4flWAUpPfJMZgnOYx5vhvLCeTmz8CWfWuCVUA8DGv7zMF2v3ca3ZA VBo+NbxYZnacdjM6EO8048p5mbsvYg1thviBWNwaSolZ8Dd+jngyjcrH7yMlVJ3GtfbA jQxSn7+5N6arDU7A4DaWf+wz/80rg1m5dD3htVoLxeYiDxcXlEIjKVsvJPtsMWut/xQc 2djg== X-Gm-Message-State: AHQUAuaXW7Bc4r46XEMa6K+30ZkPeTERRuAFVmHPAEhm6JXksKEBteKU kb5Ewzu66hC8VnOJVNIjgYLU7w== X-Google-Smtp-Source: AHgI3IbPIs+pKmscJq7PdjkbANM44kHJhAnpJZ5UnXUT7IF+Q9c7BJp5lTfOG17BC5KhVsVmV6WGSQ== X-Received: by 2002:a63:a30a:: with SMTP id s10mr2323227pge.234.1549031137875; Fri, 01 Feb 2019 06:25:37 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id 134sm8929118pgb.78.2019.02.01.06.25.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Feb 2019 06:25:37 -0800 (PST) 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, xinliang.liu@linaro.org, zhangfeng56@huawei.com, Ming Huang Date: Fri, 1 Feb 2019 22:25:07 +0800 Message-Id: <20190201142507.30454-8-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190201142507.30454-1-ming.huang@linaro.org> References: <20190201142507.30454-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v1 7/7] 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: Fri, 01 Feb 2019 14:25:38 -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 --- 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