From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-x22a.google.com (mail-pf0-x22a.google.com [IPv6:2607:f8b0:400e:c00::22a]) (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 318E221E43B7A for ; Fri, 22 Sep 2017 07:03:16 -0700 (PDT) Received: by mail-pf0-x22a.google.com with SMTP id g65so598635pfe.13 for ; Fri, 22 Sep 2017 07:06:24 -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=BuFuoM9HeWB2B8H+NzWkDESFSWbZDqUjssAG+rGIFYo=; b=hvpU3Sm5t2thpigZ9yqSYfThw2ZfaTNeqPHs/A9ZOo/Gg1AJxO07mU/O2xEqr3nK2W 7Qg0h6V7N401hkWzPeXJ1+PrOcfEoNE2pjfvWTEdHZUe0ZtqSeaoZwlpc6poCAS507nZ 92ZtM3k9mw+nMA5vrQtt64pZPRFOKnIx7K7Gk= 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=BuFuoM9HeWB2B8H+NzWkDESFSWbZDqUjssAG+rGIFYo=; b=QVB98r3uTc+WSCmrM7VtOpQ53QAG9h7vICIAM/b5BORFVMsGLL976SDSTDDxzkfgOy TefjOSsw1xgOrj07NIhcZauLV/woM+rl8XABwpAtQkcC/zhxOAuCG9bbGPx3vBdDqfhD ZMTQER4KUp0aEc1WUyM/7xJ/w6bxVx0+c4ejA4Da29nAlbixt0WexYX7gVIWGqZoramy buzcmyhLds1SO7QnMDaL+bGyWUyDm2B43Fr60P6umao7GLIT4xsfWWahQ+4HtkzwnD36 CPzj2O9LIYjStpZ++O2jzLOmpC2Eaji/tOfyjgTa5gHK6YYgDmEbyns6tySzfBjQ4I8Z DvHA== X-Gm-Message-State: AHPjjUjLWWWZlYKdobaphkdMWVGFd7JFhmqRuUdVFyOeH9T3iol5yguv 4fYfYGA0YlY8OJwcUEjU8/AXXQ== X-Google-Smtp-Source: AOwi7QCn70DoubtZLz4+AqZgCxasrZjml62GdWjbsTKZfbjR5K3AZkLB0ibMwZsWFMbz6PUGnp5KZQ== X-Received: by 10.98.62.196 with SMTP id y65mr9559054pfj.282.1506089183677; Fri, 22 Sep 2017 07:06:23 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id f11sm8072143pgt.65.2017.09.22.07.06.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Sep 2017 07:06:23 -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, mengfanrong@huawei.com, waip23@126.com, Heyi Guo Date: Fri, 22 Sep 2017 21:58:39 +0800 Message-Id: <1506088728-53634-13-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1506088728-53634-1-git-send-email-heyi.guo@linaro.org> References: <1506088728-53634-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v4 06/10] Hisilicon/D05/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: Fri, 22 Sep 2017 14:03:16 -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 Signed-off-by: Heyi Guo --- Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi | Bin 0 -> 3424 bytes Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf | 24 ++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi b/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi new file mode 100644 index 0000000..d2685ab Binary files /dev/null and b/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi differ diff --git a/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf b/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf new file mode 100644 index 0000000..0d747a1 --- /dev/null +++ b/Platform/Hisilicon/D05/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.AARCH64] + PE32|SasPlatform.efi|* -- 1.9.1