From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x236.google.com (mail-wr0-x236.google.com [IPv6:2a00:1450:400c:c0c::236]) (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 4CDDB21E1B74B for ; Thu, 21 Sep 2017 05:57:39 -0700 (PDT) Received: by mail-wr0-x236.google.com with SMTP id l22so4553397wrc.10 for ; Thu, 21 Sep 2017 06:00:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=TQOabmQESx2tI2P/DXdfUQaT8pEnboWNaRRhQpjl+uU=; b=S1VJcm6wMeok8tnqf/cWX0ovpgQSizd3Ne+ZEq6Km1gKKOksspw1JRi4EFXxkzXagu /ulgv5SgMLLaM0PQH2fEAX2owgOTVChFtFy8YskyGUmrxHcAzw4+MBDdIAj3G5xFfhct Q0MzrCB6bTUvgftvi6nNXg3OVS1D9ASwPOYl8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=TQOabmQESx2tI2P/DXdfUQaT8pEnboWNaRRhQpjl+uU=; b=RqIzhfbmncKEpfzHEgxOj2SQKoRTM+xgZxQ7NthTZYPFLTvuv+n0x2MNunUS8GSiHq GtGbcnSV+73gGACh6Z5nfWbesRoxFfHAJEtiCZjv8JHQ/1lHm9QNOOolgrYye9iIxD39 98ir0u6LPBwfuawekGazWwEUu9k0sadvZdZCtMZO4s6jNjxGRZV4HwCQ+VR1Rv/mJP8Y zTw6cTGu2EDtuTpbgyCwyRJQmokddEUSyxRW6Wt7CwnQDQC5QmwH10K7gOIJxxcxXs0s gKzpOkgIkpsfbK62TiigGis8n3x6scujfKCvjAeDm5XsOLxzBlpTz5lcfi+UqRTgqay5 ktoQ== X-Gm-Message-State: AHPjjUggV7nU3Rns6ypjNfYYzIuLoYPuBLOTWiEa8deFJrQ9t7HFL1T3 Wym9Fc8oVUL9MFp7Q8yxDMFnhw== X-Google-Smtp-Source: AOwi7QBPXbeq5o2bhbGOlw7xs6sGFjxLSgsGGNs7mPpxG2J0z4lBIRkl9eTZfVMLgXnmvqc1BWhyBg== X-Received: by 10.223.146.197 with SMTP id 63mr1764363wrn.180.1505998844823; Thu, 21 Sep 2017 06:00:44 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 64sm1442256wma.21.2017.09.21.06.00.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 21 Sep 2017 06:00:43 -0700 (PDT) Date: Thu, 21 Sep 2017 14:00:42 +0100 From: Leif Lindholm To: Heyi Guo Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, waip23@126.com Message-ID: <20170921130042.s5h5kdbhp2gbvuxf@bivouac.eciton.net> References: <1505991597-52989-1-git-send-email-heyi.guo@linaro.org> <1505991597-52989-10-git-send-email-heyi.guo@linaro.org> MIME-Version: 1.0 In-Reply-To: <1505991597-52989-10-git-send-email-heyi.guo@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [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 12:57:39 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Sep 21, 2017 at 06:59:48PM +0800, Heyi Guo wrote: > 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 ++++++++++++++++++++ Another small piece of code - can we have an open source version? > 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] [Binaries.AARCH64] > + PE32|SasPlatform.efi|* > -- > 1.9.1 >