From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::442; helo=mail-pf1-x442.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x442.google.com (mail-pf1-x442.google.com [IPv6:2607:f8b0:4864:20::442]) (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 C20EB21BADAB9 for ; Tue, 7 Aug 2018 08:31:32 -0700 (PDT) Received: by mail-pf1-x442.google.com with SMTP id p12-v6so8771604pfh.2 for ; Tue, 07 Aug 2018 08:31:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=qz7INgHHWTSDy3K8hNGN11WQgIj+35t/by9YMkZVVoI=; b=YycGc+jD1eW+f3AKydZI4B2p8gLGsz3W849GXMVx6Hpef8PJAnOeswg018MXSGHGU7 S0MQ+bMqV5ieJZ5N9bc4uUVNXwy75deTmRfmIu031DBqinW2hjqb9thKJhTINY6aOHsX Ovtg4Jj+Cg/vKJnZHs+74wIO74AcKXw5HwsIw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=qz7INgHHWTSDy3K8hNGN11WQgIj+35t/by9YMkZVVoI=; b=OSs7/lfIig338XEnzohtyS+eQkqFggAeOmDoHgMRopyHXYFEGSq1/eYJujY1Wr316S kmJu9uAG56GkEek2J5Fd7uiTG4H/PxmFnJsnn0zjiZqesUjZU+lkDtSYXPAl77qoRkdh BxlZdiW6QGGIuviEPtyiW6O9f1Li3KibJoo9kqDsW7Cd5Wor2IsUvBqTgDcPvSLzJ3SQ X8f6NUia89P76YU1JBk1b+QjCri6gJ1x5ElAwrAO5V75l5nEmtJ4yBgnb4z6q/nJpbnK YCG+drqhw07MsUb6n38B23wQ4HS2yWgUnavLS5F9AByprQq9yDUJjCFwku/VUHnEH2qq NCSQ== X-Gm-Message-State: AOUpUlHkAFnxE8B0lDfC6XSA398cB5ACpKBXWIZ0sfL+YDeU9VR4NzOX GAZmFjN7QrAuJU+x7LUz4+OK0A== X-Google-Smtp-Source: AAOMgpdDp1dnk/fTrqpS87FBAKN55ccWWAy1/J5sSg2/IJsrWsZOyyBSgBJpkqzIpLtnXfBXLjQBFQ== X-Received: by 2002:a63:ff21:: with SMTP id k33-v6mr18862888pgi.38.1533655891925; Tue, 07 Aug 2018 08:31:31 -0700 (PDT) Received: from [10.199.0.182] ([64.64.108.224]) by smtp.gmail.com with ESMTPSA id j71-v6sm2861708pgd.23.2018.08.07.08.31.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Aug 2018 08:31:31 -0700 (PDT) To: Leif Lindholm 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, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org References: <20180805023855.10732-1-ming.huang@linaro.org> <20180806105710.yhhx7ggwblc2wwir@bivouac.eciton.net> From: Ming Message-ID: <3893c829-d51a-ad27-ab56-21db3357e220@linaro.org> Date: Tue, 7 Aug 2018 23:31:13 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180806105710.yhhx7ggwblc2wwir@bivouac.eciton.net> Subject: Re: [PATCH edk2-platforms v1 0/2] Modify following Switch generic PciHostBridge X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 15:31:32 -0000 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 8bit ÔÚ 8/6/2018 6:57 PM, Leif Lindholm дµÀ: > On Sun, Aug 05, 2018 at 10:38:53AM +0800, Ming Huang wrote: >> The major features of this patchset include: >> 1. Remove D02 platform; >> 2. Fix a D03 issue about switch generic PciHostBridge; >> >> Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git >> branch: rm-D02 > > This looks fine, but I think we also need a companion patch to delete > items only used by D02 from edk2-non-osi. > > / > Leif > I have sent the companion patch out. Ming >> Ming Huang (2): >> Hisilicon/D02: Remove D02 platform >> Platform/Hisilicon/D03: Fix PlatformPciLib path wrong issue >> >> Platform/Hisilicon/D02/Pv660D02.dec | 44 -- >> Platform/Hisilicon/D02/Pv660D02.dsc | 425 ------------------ >> Platform/Hisilicon/D03/D03.dsc | 4 +- >> Platform/Hisilicon/D02/Pv660D02.fdf | 321 ------------- >> .../D02/EarlyConfigPeim/EarlyConfigPeim.inf | 53 --- >> .../D02/FdtUpdateLibD02/FdtUpdateLib.inf | 43 -- >> .../Library/OemMiscLibD02/OemMiscLibD02.inf | 45 -- >> .../Library/PlatformPciLib/PlatformPciLib.inf | 182 -------- >> .../D02/OemNicConfigD02/OemNicConfigD02.inf | 50 --- >> .../Hisilicon/D02/Include/Library/CpldD02.h | 34 -- >> .../D02/OemNicConfigD02/OemNicConfig.h | 31 -- >> .../D02/EarlyConfigPeim/EarlyConfigPeim.c | 94 ---- >> .../D02/FdtUpdateLibD02/FdtUpdateLib.c | 341 -------------- >> .../Library/OemMiscLibD02/BoardFeatureD02.c | 105 ----- >> .../D02/Library/OemMiscLibD02/OemMiscLibD02.c | 77 ---- >> .../Library/PlatformPciLib/PlatformPciLib.c | 147 ------ >> .../D02/OemNicConfigD02/OemNicConfigD02.c | 173 ------- >> .../Drivers/AcpiPlatformDxe/EthMac.c | 4 +- >> .../OemMiscLibD02/BoardFeatureD02Strings.uni | Bin 1796 -> 0 bytes >> 19 files changed, 3 insertions(+), 2170 deletions(-) >> delete mode 100644 Platform/Hisilicon/D02/Pv660D02.dec >> delete mode 100644 Platform/Hisilicon/D02/Pv660D02.dsc >> delete mode 100644 Platform/Hisilicon/D02/Pv660D02.fdf >> delete mode 100644 Platform/Hisilicon/D02/EarlyConfigPeim/EarlyConfigPeim.inf >> delete mode 100644 Platform/Hisilicon/D02/FdtUpdateLibD02/FdtUpdateLib.inf >> delete mode 100644 Platform/Hisilicon/D02/Library/OemMiscLibD02/OemMiscLibD02.inf >> delete mode 100644 Platform/Hisilicon/D02/Library/PlatformPciLib/PlatformPciLib.inf >> delete mode 100644 Platform/Hisilicon/D02/OemNicConfigD02/OemNicConfigD02.inf >> delete mode 100644 Platform/Hisilicon/D02/Include/Library/CpldD02.h >> delete mode 100644 Platform/Hisilicon/D02/OemNicConfigD02/OemNicConfig.h >> delete mode 100644 Platform/Hisilicon/D02/EarlyConfigPeim/EarlyConfigPeim.c >> delete mode 100644 Platform/Hisilicon/D02/FdtUpdateLibD02/FdtUpdateLib.c >> delete mode 100644 Platform/Hisilicon/D02/Library/OemMiscLibD02/BoardFeatureD02.c >> delete mode 100644 Platform/Hisilicon/D02/Library/OemMiscLibD02/OemMiscLibD02.c >> delete mode 100644 Platform/Hisilicon/D02/Library/PlatformPciLib/PlatformPciLib.c >> delete mode 100644 Platform/Hisilicon/D02/OemNicConfigD02/OemNicConfigD02.c >> delete mode 100644 Platform/Hisilicon/D02/Library/OemMiscLibD02/BoardFeatureD02Strings.uni >> >> -- >> 2.17.0 >>