From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 56BA7210DF77D for ; Wed, 8 Aug 2018 01:59:35 -0700 (PDT) Received: by mail-wm0-x241.google.com with SMTP id w24-v6so1944930wmc.1 for ; Wed, 08 Aug 2018 01:59:35 -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=4v9/YqupVMQF+VCgP35olLWtv3yX848aGtVLW2k9mro=; b=OeA6ODL6uh8cuV/vA7Mo5PleGjGxBt030cH14DeJeByQ8D9o4TjB9RbrbTlF4Uuzee gVi6GP+zYxqHDJ6rlDWGAsZwdr8Ii6FgOheB5mKhOg5YOIFtnqpDJ94ma7vI5LNER04b c4f1oS6JypX5Glrqb2V0Pizsy0OHrspe//j/k= 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=4v9/YqupVMQF+VCgP35olLWtv3yX848aGtVLW2k9mro=; b=dIErx5lVOIVvBH2+EscVC1am4AeeUqnk41g5dhigJ28bXT+MnRREFoiWFgMxBgthXF OEq06pi/P77MLSDcWJAYY8F+RaDEZDdXB16iJxwf0jiEOoZRzlSZQbK9Aq8k13hIYHvX CAjZy9ZhAZmG56u36xFrVcJqxPRwtxGeyEKb75o6jf41TJrERtozHtuulgETerEIf5Yu 8tUCwUNlgUqw4PCyJR3uMJLbip95MTzXy9OYdSbpOvhzLAen2SkUhibMd8kX7vRJH2NK lfLeLHN2QhZYTbpnRygum0itN7AJcF6/vaDrI9FeVzf+w8KYiUKgc18ATUYkTI5Vch9j aIGA== X-Gm-Message-State: AOUpUlE+59q+rUrMPCRdY0YnRYC+B9m8FDobPZRnZ4gsxqnIDR1SOOjx GBe16x2zfF8Ry4QuUZc2dAHorQ== X-Google-Smtp-Source: AA+uWPxX4snROPR7/2gBdV/aXbqVDEQ5SA4C2pbQVcCXJ6U1rohrnh3FrkGGt3IbCHP+4Fwpo7XI3A== X-Received: by 2002:a1c:9c56:: with SMTP id f83-v6mr1144162wme.135.1533718773385; Wed, 08 Aug 2018 01:59:33 -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 y14-v6sm3127954wrq.45.2018.08.08.01.59.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 Aug 2018 01:59:32 -0700 (PDT) Date: Wed, 8 Aug 2018 09:59:30 +0100 From: Leif Lindholm To: Ming Huang 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 Message-ID: <20180808085930.i2dk7kqwrfbgjmrd@bivouac.eciton.net> References: <20180805023855.10732-1-ming.huang@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180805023855.10732-1-ming.huang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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: Wed, 08 Aug 2018 08:59:35 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > > 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 I see you've added the orderfile - excellent! In future, please follow the --stat and --stat-grap-width of the instructions from https://github.com/tianocore/tianocore.github.io/wiki/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers#contrib-23 as well please :) For the series: Reviewed-by: Leif Lindholm Pushed as d346a222df..478282ea28. NOTE: I changed the order of the patches so that the one that fixed a problem in a remaining platform comes first. / Leif > 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 >