From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-x22e.google.com (mail-pf0-x22e.google.com [IPv6:2607:f8b0:400e:c00::22e]) (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 AB4BD21E1B75A for ; Thu, 21 Sep 2017 04:03:54 -0700 (PDT) Received: by mail-pf0-x22e.google.com with SMTP id d187so3045938pfg.11 for ; Thu, 21 Sep 2017 04:07:01 -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=fZJIjIz/yuzLcGfAwoSbha8B4HxygR2MSWFspIbfR5w=; b=cP/XdSxePEKdrSUQULcuYdniQiS2vvAgPADMfXakFMQvawnB2DjpKiAp/5UZatpHuT ylOZWSdUjMml5gjDAkTt53y/kY+iewNhS7vLLMepbQGe4eAagUBdi9DOWG9OgqyPbj6Q 90T/LGIQtZuPpo2GpHjf7fqIiLMSasnecFSWs= 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=fZJIjIz/yuzLcGfAwoSbha8B4HxygR2MSWFspIbfR5w=; b=QH4A9R//+wddF0Z3HEsImIUfQbC+v4ItHCCpmoZDSIcTfna45kFMzO6m8tkE9wi0tE zsiZpeBIDQao/+rSD0fSs0D06O8uzmfd+gHMu7iM1gyvefPdTGec+ikYKD8cHi0bKRZK Baw3JRV4GeVQRJVRWJIvxQxk3o4IECTH1kWaGdmNO9NM9czTaRANOUsoLM/jcF8pcq1n /TZUN8ZZ0/UmxnkH9mHMVeVlBtL2tWPA3FxSQy6WTPkuZfvA/F0iJ7VeJvAN1gxD4r52 ThfCv4fZu8nsDOkTBY8MSEA/ocMc/zgEzfC9y9LKRR6idZTDey9aBtnm65VO8cuRURHy RiUw== X-Gm-Message-State: AHPjjUi7RImyRG1EYUKjI8xh03m4BJ7bNc/SirDsT+G+XhYtpyXGyEHx XU3fFDg2hyh837mu1VMEUjGe6A== X-Google-Smtp-Source: AOwi7QDk4JgMSkc19skyQkLy0Sw9HLunh8AiCucvImgGr8eDoy3qP3/7RLyU13mRMyoNsEKD+4MsWA== X-Received: by 10.99.121.197 with SMTP id u188mr5437653pgc.332.1505992021231; Thu, 21 Sep 2017 04:07:01 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id x124sm2090762pfx.56.2017.09.21.04.06.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Sep 2017 04:07:00 -0700 (PDT) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, waip23@126.com, Heyi Guo Date: Thu, 21 Sep 2017 18:59:43 +0800 Message-Id: <1505991597-52989-5-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1505991597-52989-1-git-send-email-heyi.guo@linaro.org> References: <1505991597-52989-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v3 2/7] Hisilicon/D03/Sas: Add SasPlatform X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 11:03:54 -0000 Install protocol to enable sas port which is using and transmit base address info of sas port to SasDriverDxe. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi | Bin 0 -> 3040 bytes Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf | 24 ++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi b/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi new file mode 100644 index 0000000..4255641 Binary files /dev/null and b/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi differ diff --git a/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf b/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf new file mode 100644 index 0000000..636be19 --- /dev/null +++ b/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf @@ -0,0 +1,24 @@ +#/** @file +# +# Copyright (c) 2017, Hisilicon Limited. All rights reserved. +# Copyright (c) 2017, Linaro Limited. All rights reserved. +# +# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +#**/ + +[Defines] + INF_VERSION = 0x00010019 + BASE_NAME = SasPlatform + FILE_GUID = 102D8FC9-20a4-42EB-aC14-1C98BA5b26A4 + MODULE_TYPE = DXE_DRIVER + VERSION_STRING = 1.0 + +[Binaries] + PE32|SasPlatform.efi|* -- 1.9.1