From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x22a.google.com (mail-pg0-x22a.google.com [IPv6:2607:f8b0:400e:c05::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 7AFCF21E1B76D for ; Thu, 21 Sep 2017 04:04:08 -0700 (PDT) Received: by mail-pg0-x22a.google.com with SMTP id i130so3340674pgc.3 for ; Thu, 21 Sep 2017 04:07:15 -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=MvCaV8auKjL8rA4EyReUbLy/wqRhAx8zHLH8rmkjwxc=; b=DEOqdr9Mf4vScNgUqQiYxqV4J5blzsL1FC34qOyf1BEuAp8rxOq6omNFcQlMmL4qfH gk9www4Xm9vZ4fFZt6huS/NIwTbDx5DmoSQNDAsGHOfE5ZOlYwwc0X5/S2m2vOdrZ6U5 yFBh0eVIkHvtqEU6qpcJMc3idmdv7THbHcwvs= 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=MvCaV8auKjL8rA4EyReUbLy/wqRhAx8zHLH8rmkjwxc=; b=dPIWZe9Evc8JFWrN3Fky1GB94Gh5DTZSD866WnwOo34PrL4PIMQOmhDe3ROzTObp8r FRTEDGG2oPoFcve6uUiY63MSK1lHg+Qiw6MhQosOzYDsk6DKmjSVQf6RL4ldo1pZV8Cs NHUryBfix5yVstaKEt0wxsdn8qbGAZ92JGFqr6STDwog/HbObeoka1DQNl4bEHAjzPsA IE0w8l0W2/EyEeHqv+zhqCsNvS1OUmLng8pWaO+gLPsHPz067jUGJXRILoMB9JWHpRKh uXoxB7CXm52yOWSmjMQ6eDiKReRfiMDxGjjXXN9tIZfLJBLx/iLKtitmenR7XmOuvq6r 1mxg== X-Gm-Message-State: AHPjjUimm56fnP7xqDnXesxquF15Hy3qoECfXwWTZeQTE7RcKTDg2A4t W3Ikar7nPguMTkBo1R8HDCWkDg== X-Google-Smtp-Source: AOwi7QBuf0CJmHRK1vgc07yKTiUl6bycb5N9yfuiVQQEyOD3AzF12HwMcBinsCqPRRo7g33JllYVaQ== X-Received: by 10.99.126.84 with SMTP id o20mr5348117pgn.129.1505992034957; Thu, 21 Sep 2017 04:07:14 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id x124sm2090762pfx.56.2017.09.21.04.07.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Sep 2017 04:07:14 -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:48 +0800 Message-Id: <1505991597-52989-10-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 5/7] 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: Thu, 21 Sep 2017 11:04:08 -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/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..636be19 --- /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] + PE32|SasPlatform.efi|* -- 1.9.1