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 4CEB5211CAC8A for ; Tue, 19 Feb 2019 23:26:31 -0800 (PST) Received: by mail-pg1-x541.google.com with SMTP id r11so11416578pgp.6 for ; Tue, 19 Feb 2019 23:26:31 -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=L+7xoBX+1YKTx7W7w449E1Rkjs3AGOPbuUwX6tudxLQ=; b=pLp2BKmGAdhsWR1octlAW+bErBilfOv/mYqz+xl7I9bgUMg2Y0ysDjUG2UkHcrHFBy q+8Ngrv48LXL5FKu9vi7/kIy+BqOYDeH2m9ORQVbr3qfEF/CGoCOSEdojPsdfxec1Bya xTDov2wS34b2zzpl5aqGJH9xl2r7T4IaYIdrpJfND83DuW/GyoZNIyuIwANokW0H0uFh PnuXYyfsCumtKuey8UEZblEunQuJMmcKpVKTUXGO59SeEyFU1y/UFYvzuQVQhV5C72p2 MqZeSSIuNn1KhtiLp32ExGrz8BQrgjuIiIkEZ8guOLwtyMfjAF2vZeE5Uum6hgc3xH0Q wyBg== 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=nEOJLtGYX3C/cOhqS/ikV2PKCBEg4bvpx356KgVyrn83/AvaPS3nAC5WOnFii87Ypw uHYcQxwuvuqKh+jIan7Pw5z4fotbXNp/zc8PDEfbPi6mepgJz6WK28+g05OVlbCSBESR KD8Vu1xf9VIwifbZa/lHitc5GiSlfWRbbi13DrIw8/kmSdon2Udmni5P4Jvol3sREdnn paDewImTBbepXHVJc/iqWaYeIBMCz6G1Nfdht4t1sK7/RxQyWse6bVSdEeGzMZNpVsx8 0u/Uh8o6qJqA9MkBcY4/JUPtzwrZHmsqCCA1yj3p5IDKNILl3O/7+NlCQIBJhOLJXk9G RHfQ== X-Gm-Message-State: AHQUAua0M9RRoTiKK8W+vVmfRQeBt0zk/x/0BU5/Fs8r+Pzl3g+F8gmv T5UcTWVd8ryaqQS89+nxtleyVQ== X-Google-Smtp-Source: AHgI3IYcQwuEQvG0VeMWxYLBa0H9u5nilXI31TjsRqli7XCKNsOCa1kiydrJ81JFtRTZbM7xpT9x5A== X-Received: by 2002:a63:2d6:: with SMTP id 205mr32261256pgc.180.1550647591056; Tue, 19 Feb 2019 23:26:31 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id x123sm24656127pfx.94.2019.02.19.23.26.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 Feb 2019 23:26:30 -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, zhangfeng56@huawei.com, Ming Huang Date: Wed, 20 Feb 2019 15:26:00 +0800 Message-Id: <20190220072601.33859-8-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190220072601.33859-1-ming.huang@linaro.org> References: <20190220072601.33859-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v2 7/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 Feb 2019 07:26: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