From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::242; helo=mail-io0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x242.google.com (mail-io0-x242.google.com [IPv6:2607:f8b0:4001:c06::242]) (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 5029A222CF1A5 for ; Sat, 20 Jan 2018 03:06:42 -0800 (PST) Received: by mail-io0-x242.google.com with SMTP id f34so4779389ioi.13 for ; Sat, 20 Jan 2018 03:12:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=p5AlUZdOPBzOtm9n/5aGYRYKU5Po9qZhUprTnEUixzQ=; b=BKWOJkBWzEZhFhEThwqVlPC6k2/xGYYJVPoYHEL90yHq2h8I1QWSGTx/tc0GFCzRbk ooTqnCs4+J+TmO7Zp9UU4IGDVpNnsncdyspYqggtjlmiSu+2Bzk9XWmB0b3rqJYVp+N/ 086x/KWGhylaJGyDHyRE/Rkr58Jei0XgnCouQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=p5AlUZdOPBzOtm9n/5aGYRYKU5Po9qZhUprTnEUixzQ=; b=LvRq/u9cSbYbe19XWRvolwcQKwWx/tB+C1dkgvIW9Rw5/KLwqzaAdPMKkUg5vMo4qt skyJa46a3oDKWcM1d3X6W02KwkBc9QYV0FIEe5kb7SXf7txIlgZLpCMg3j1UWNOz25ud 3xvnaAGuRzpMSCALon1y/qjW09ZO3i9Kk3MyX+MD/61n9VnLgulfjBYS1EUyzTg+U9s0 yrbXjX5nCgbCHbdO76QqA2zivtJTW+HkZdDVXfw4wlKvf7ohIxIlMln1zsrqk/kxjasT O+l6NkMxlR/lIvuR3vizNig0r7vShmWji23MfsB2b6AqK30x96DYWeFHcd1GBV76Siqw 4oiQ== X-Gm-Message-State: AKwxytfGdUAtlyfbwjIjXo/CrbwKMRMqhziM5qx4B/ERAMsu+3+Cgwwc Fx/dY0cWpkKJUvl63G52EsuVAyeRq2cyQDc5HMYImA== X-Google-Smtp-Source: AH8x226DuxR3e+XRrtwlejA5sDg1IncFjD/fRyu8gRbd1DuJfA+K53ayIRN4bxUmg9mqqlBLFtn1Cd+rlJ545+119LM= X-Received: by 10.107.62.194 with SMTP id l185mr1580552ioa.200.1516446725901; Sat, 20 Jan 2018 03:12:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Sat, 20 Jan 2018 03:12:05 -0800 (PST) In-Reply-To: <1516287765-35576-2-git-send-email-heyi.guo@linaro.org> References: <1516287765-35576-1-git-send-email-heyi.guo@linaro.org> <1516287765-35576-2-git-send-email-heyi.guo@linaro.org> From: Ard Biesheuvel Date: Sat, 20 Jan 2018 11:12:05 +0000 Message-ID: To: Heyi Guo Cc: Leif Lindholm , linaro-uefi , "edk2-devel@lists.01.org" , Graeme Gregory , guoheyi@huawei.com, wanghuiqiang , huangming , Jason Zhang , Mengfanrong , waip23@126.com Subject: Re: [PATCH edk2-non-osi v1 1/3] Hisilicon D03/D05: Move SasPlatform to edk2-platforms X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jan 2018 11:06:44 -0000 Content-Type: text/plain; charset="UTF-8" On 18 January 2018 at 15:02, Heyi Guo wrote: > From: Jason Zhang > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jason Zhang > Signed-off-by: Ming Huang > Signed-off-by: Heyi Guo Reviewed-by: Ard Biesheuvel > --- > Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi | Bin 3040 -> 0 bytes > Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf | 24 -------------------- > Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi | Bin 3424 -> 0 bytes > Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf | 24 -------------------- > 4 files changed, 48 deletions(-) > > diff --git a/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi b/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi > deleted file mode 100644 > index 4255641..0000000 > Binary files a/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi and /dev/null differ > diff --git a/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf b/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf > deleted file mode 100644 > index 0d747a1..0000000 > --- a/Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf > +++ /dev/null > @@ -1,24 +0,0 @@ > -#/** @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|* > diff --git a/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi b/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi > deleted file mode 100644 > index d2685ab..0000000 > Binary files a/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi and /dev/null differ > diff --git a/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf b/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf > deleted file mode 100644 > index 0d747a1..0000000 > --- a/Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf > +++ /dev/null > @@ -1,24 +0,0 @@ > -#/** @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 >