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 0F6082035B2DC for ; Sat, 20 Jan 2018 03:07:09 -0800 (PST) Received: by mail-io0-x242.google.com with SMTP id l17so4793644ioc.3 for ; Sat, 20 Jan 2018 03:12:32 -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=6EXG5YvKV1IAFVSpoj+T/RYtcAFePDWBHdExBg1oag4=; b=k2sIaLeIyGy0uRf1TiSE1pZJaxwzy54RyN6/o0swR+afJWRUeN69pkOxeu5xxFu5QE +ZmxqfSPSDleWLlHSZM82/r1uGRIDpVCWTq0NUmUBHKclLdArrE2lpRVusqZBwhNbhJh 6R4e8Z0KBIyidhI5psFCcF1vL4l+fFipT5gxo= 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=6EXG5YvKV1IAFVSpoj+T/RYtcAFePDWBHdExBg1oag4=; b=Md6TkGSGzoERSc75Sot6h2dJDL1U87e2pzVUHwILf4123fo4b71wQ4toIRdBHWe5mW 2npjGdpr7qS+yK+SssrspzdtKBkxIuNhChbT9GxAjWIe5iZFKEw3VYatzZJVLySo02kG ulPIWLY6VzcrXIVyG1bye/S5ROxA6ggKP8/FkrIdDlb0qtjEWX5yWyl725ukYVi8HrX6 cEgrik2KNRqfQ/937ujkAumzaMUdfyccp4liQe4oDayEnkXxwAfgDNF2yqht+j8gdFNH 8EEot26PwFrIl8ah2HqbVN7uuzMAad9oO6cBdH/02z7FdMvCRHC2+tmfGR/Xh/kRiITx e6Ug== X-Gm-Message-State: AKwxytcknXl0y7tGzdWdrHSxdF9z9/b6l7RIzg0yYG1HihNKAb+1Rg7T S6CNUDr2XXnqV6JjIwKXzYMEt4GZcrxVsEsxo0Wlbw== X-Google-Smtp-Source: AH8x224Kw843qzGuXW6WIS4AaVbkL48EQziuj39WxwyB8VoLV5LrNidxcde894/rTKGCWbmHKiHOtgBb0xvBfz5t6Pw= X-Received: by 10.107.33.65 with SMTP id h62mr1491489ioh.104.1516446752067; Sat, 20 Jan 2018 03:12:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Sat, 20 Jan 2018 03:12:31 -0800 (PST) In-Reply-To: <1516287765-35576-4-git-send-email-heyi.guo@linaro.org> References: <1516287765-35576-1-git-send-email-heyi.guo@linaro.org> <1516287765-35576-4-git-send-email-heyi.guo@linaro.org> From: Ard Biesheuvel Date: Sat, 20 Jan 2018 11:12:31 +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 3/3] Hisilicon D0x: Move SnpPlatform 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:07:09 -0000 Content-Type: text/plain; charset="UTF-8" On 18 January 2018 at 15:02, Heyi Guo wrote: > --- > Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.efi | Bin 3040 -> 0 bytes > Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.inf | 24 -------------------- > Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.efi | Bin 3392 -> 0 bytes > Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.inf | 24 -------------------- > 4 files changed, 48 deletions(-) > Reviewed-by: Ard Biesheuvel > diff --git a/Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.efi b/Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.efi > deleted file mode 100644 > index 5e7d8bd..0000000 > Binary files a/Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.efi and /dev/null differ > diff --git a/Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.inf b/Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.inf > deleted file mode 100644 > index 10b2003..0000000 > --- a/Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.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 = SnpPlatform > - FILE_GUID = 102D8FC9-20A4-42EB-AC14-1C98BA5B17A8 > - MODULE_TYPE = DXE_DRIVER > - VERSION_STRING = 1.0 > - > -[Binaries.AARCH64] > - PE32|SnpPlatform.efi|* > diff --git a/Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.efi b/Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.efi > deleted file mode 100644 > index 42c26de..0000000 > Binary files a/Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.efi and /dev/null differ > diff --git a/Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.inf b/Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.inf > deleted file mode 100644 > index 10b2003..0000000 > --- a/Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.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 = SnpPlatform > - FILE_GUID = 102D8FC9-20A4-42EB-AC14-1C98BA5B17A8 > - MODULE_TYPE = DXE_DRIVER > - VERSION_STRING = 1.0 > - > -[Binaries.AARCH64] > - PE32|SnpPlatform.efi|* > -- > 1.9.1 >