From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-x232.google.com (mail-pf0-x232.google.com [IPv6:2607:f8b0:400e:c00::232]) (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 8191C21E43B7B for ; Fri, 22 Sep 2017 07:02:43 -0700 (PDT) Received: by mail-pf0-x232.google.com with SMTP id d187so600861pfg.11 for ; Fri, 22 Sep 2017 07:05:51 -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=lAFKrVJEC0mohHX2RdvCKUcyR0luHmEDSoRVN89tFkg=; b=boDP2y3nnsxLKK7+EEvB5NhXkBhZ8TidlwdVwrRPS1IdueK3q2aYxDNqj3bz43pvIW +QNUr92IUB5w9jC3nQ4B4ejxx/2tbZqxbRpkirCoAaUT6qPURsadM7Nu2ncTpwv309rD JRUj+oS8qdcovZIvrFgRSnG6GcneIabce49dg= 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=lAFKrVJEC0mohHX2RdvCKUcyR0luHmEDSoRVN89tFkg=; b=CoozOFd8+GyjtxQ52W7uBusjx5DGNFjRCDL2mvqHPYGMIO0KUuZcLaYuoDc8E8xvV6 qd7PnnYfl1wviSQRcenLvjWrYE/+NroyBomIHs8529hSpoxx36WVSorkpukqSvwxFfGe sb+O4ny1ByfdRoq4GlbZ19BRGm+BnGumEi5kSwhMVktlwHVd0XPs/Fs2M9nroslUinOZ vYdwPKr685hup3oigaLdebHjx9DWvk8F3WCtmFXqdPOYHbmI6gG+cB0Pja46O9PMgbVl RtgazzWzQvhpKRYXIeZjbBuIGbSbBzaHR5DW3Mut1RQCO7Yr7cx6m6EPg/+nBUejlBav a6eQ== X-Gm-Message-State: AHPjjUg/ar+aAN+DrHZLZpu6AIPB4sQZ1zFjDrzE0ZtuUQr+HsiwfRk7 utdTCuzSD+tz/UIrzFWXRzkiuw== X-Google-Smtp-Source: AOwi7QBJjjRaOD6yUeBYAHo5xDwpjoebZTwaPyF9SZ0yRiewKoMM/ITTwBOfynDlx6oDSoRq2qCDzA== X-Received: by 10.98.139.15 with SMTP id j15mr9490245pfe.33.1506089151248; Fri, 22 Sep 2017 07:05:51 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id f11sm8072143pgt.65.2017.09.22.07.05.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Sep 2017 07:05:50 -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:31 +0800 Message-Id: <1506088728-53634-5-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 02/10] 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: Fri, 22 Sep 2017 14:02:43 -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/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..0d747a1 --- /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.AARCH64] + PE32|SasPlatform.efi|* -- 1.9.1