From patchwork Tue Oct 18 13:10:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 78028 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp882210qge; Tue, 18 Oct 2016 06:20:14 -0700 (PDT) X-Received: by 10.55.169.23 with SMTP id s23mr467391qke.32.1476796814635; Tue, 18 Oct 2016 06:20:14 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id s21si1585283qka.249.2016.10.18.06.20.14; Tue, 18 Oct 2016 06:20:14 -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 dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 4FDFF60C0D; Tue, 18 Oct 2016 13:20:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id EC17C61587; Tue, 18 Oct 2016 13:13:20 +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 A0DAD60DC5; Tue, 18 Oct 2016 13:12:38 +0000 (UTC) Received: from mail-pf0-f172.google.com (mail-pf0-f172.google.com [209.85.192.172]) by lists.linaro.org (Postfix) with ESMTPS id 7989060ACB for ; Tue, 18 Oct 2016 13:12:07 +0000 (UTC) Received: by mail-pf0-f172.google.com with SMTP id r16so71078520pfg.1 for ; Tue, 18 Oct 2016 06:12:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=nTq+xRq6OPsw63Nl/iiMs+MJjw5t5nv+DnBBTmXtZzM=; b=Kwvo/2jQ6FNnpISv8C9zyso6mZ/+SObbUywzJvygqFfHwAuC0di7659fQDwXz/JGUh 5ziW4OcBaFE9iDUXx+iA/h4C2nyavbvsbJtZS4SFU9AHsfKB81C3GS2S4wi/SjaTJheP u6pKYgbmKMvX8rkBtMKb/JpODjibqD33Xf7STgI+sqPWXPyFBBv1ZShS99Rh1vce9CbZ X4IMirUXLFNyF0ShsbdK3FEpKKQZ+mK61RdTywyq7JX96HkTCJMczgLXEAw7BGG7XvsH 9my64qBGTx+ChAESX8Hchc/dRy6loWLYwR8+ibRC/iK6txDJ6O4pUx8GNRSbyVrYjSVs 0rgQ== X-Gm-Message-State: AA6/9RkIiY7ing1qBmx42XaUTcKZhqRvtqTDU0dh3fmPsiqSva7t+lTDwXsZKS+lJIgEJxvIbMo= X-Received: by 10.98.36.219 with SMTP id k88mr649921pfk.88.1476796326884; Tue, 18 Oct 2016 06:12:06 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id a88sm56088460pfe.21.2016.10.18.06.12.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Oct 2016 06:12:05 -0700 (PDT) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Tue, 18 Oct 2016 21:10:03 +0800 Message-Id: <1476796207-94336-20-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476796207-94336-1-git-send-email-heyi.guo@linaro.org> References: <1476796207-94336-1-git-send-email-heyi.guo@linaro.org> Cc: Heyi Guo Subject: [Linaro-uefi] [PATCH v2 19/24] OemMiscLib: Add interface for SAS driver 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" Add OemIsNeedDisableExpanderBuffer() interface for SAS driver. Change-Id: I85262a7800cb0a22e6ddc072d566b9df4405a126 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo --- Chips/Hisilicon/Include/Library/OemMiscLib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Chips/Hisilicon/Include/Library/OemMiscLib.h b/Chips/Hisilicon/Include/Library/OemMiscLib.h index 19d92e0..6f18c0f 100644 --- a/Chips/Hisilicon/Include/Library/OemMiscLib.h +++ b/Chips/Hisilicon/Include/Library/OemMiscLib.h @@ -44,6 +44,7 @@ BOOLEAN OemIsMpBoot(); UINT32 OemIsWarmBoot(); VOID OemBiosSwitch(UINT32 Master); +BOOLEAN OemIsNeedDisableExpanderBuffer(VOID); extern EFI_STRING_ID gDimmToDevLocator[MAX_SOCKET][MAX_CHANNEL][MAX_DIMM]; EFI_HII_HANDLE EFIAPI OemGetPackages ();