From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=d0K3bppp; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by groups.io with SMTP; Thu, 02 May 2019 07:35:18 -0700 Received: by mail-wm1-f66.google.com with SMTP id y197so2959097wmd.0 for ; Thu, 02 May 2019 07:35:17 -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=vMmAdDONvFMp9sjK0K1s/ghDg6eMJ/4FXWmz89KShF0=; b=d0K3bpppzHVjDyZs9K3mvgFHte3k+KqXSG8f1a+pRHj2vPCZVwTX5E6Ncnmp63oIMG q6BgNIbrRoocdeC7zicyB8ZnYjm4HZs4fINrcbRjMatt49VpqOv5L3D2q4JNRivExVwO x4l2PMV6MZRls63+JEtAydMUP1DjzGJpYOLSfzG6QVbtri2Br4ZGwrMu8fFoTMBv25OH ixasqAs4lw6gXDOhrMRn2WDs4thZr4NhOiifVocYU/516ZDmGVnUI4eN20zv43+5fvZ+ Z17iY4E/ppzBnj+5J3uZ2ALxlGxekyCrTHdwuKc/hNYdMl5awOHw4Kfvc3jsg1G+DsoI SJrg== 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=vMmAdDONvFMp9sjK0K1s/ghDg6eMJ/4FXWmz89KShF0=; b=nMsdNBbB5oPKCl+NHp6maDqwpgfbmHzUSXVGau4z0N0qaYaRv8e/QI5iibV2nXyTCR pdjHYnsbHHWsT8z23J/byn6r4TB1PlmLwIE676ycYME8/VrkI5Ut3mSmBzZs6KGiIo2M YmtY8FFhRdR91AnwHkwuzk4jk+t2rQGTUE4LaWwGXp830j3wx9nU9GKAmiKamvzdJiau m/VYwZV2jHBKex65u4kPbjAwGXE4Y2vWC4aFbUTos2D0PfwJLBtpX00WCUe9ycSIjPGQ +tEooi5iV0xMxi2T0Of7iU2PICIDtQ8UP7TYlGLrQt338fQTPbBXrVormkuyU4mdw9k8 Ud4A== X-Gm-Message-State: APjAAAVdZXRPx64cmYyRCdxg/BPEGwaKsn9E62AUYxFRYczm5l17NCVi LhrPBjye0xz3m8K05tSpAuebOw== X-Google-Smtp-Source: APXvYqwxwib4oACRMbMKjZoa0l7q2EVKeVtZZJEhRY5NoquYD66OZXVJzfy3/xaJKYn7s1GQhyTKyg== X-Received: by 2002:a1c:f719:: with SMTP id v25mr2701757wmh.90.1556807716701; Thu, 02 May 2019 07:35:16 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a22sm7888921wmb.47.2019.05.02.07.35.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 02 May 2019 07:35:15 -0700 (PDT) Date: Thu, 2 May 2019 15:35:14 +0100 From: "Leif Lindholm" To: "Gao, Liming" Cc: edk2-devel-groups-io , "ard.biesheuvel@linaro.org" , "Kinney, Michael D" , "Kubacki, Michael A" Subject: Re: [Patch][edk2-platform] Migrate devel-MinPlatform branch to master branch Message-ID: <20190502143514.2kw6ppapnilaxdmm@bivouac.eciton.net> References: <4A89E2EF3DFEDB4C8BFDE51014F606A14E430B25@SHSMSX104.ccr.corp.intel.com> MIME-Version: 1.0 In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E430B25@SHSMSX104.ccr.corp.intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Apr 25, 2019 at 01:08:33PM +0000, Gao, Liming wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1748 > > There is no objection on the RFC https://edk2.groups.io/g/devel/topic/31236064#39516 > to migrate devel-MinPlatform branch to master branch. Ah, I had completely missed that one due to not being on cc. I do have a few comments, but I'll make those on the original email. > This patch moves all patches in devel-MinPlatform branch to master branch. > Here is the migrated code https://github.com/lgao4/edk2-platforms/tree/master_minplatform > based on today history. All histories in devel-MinPlatform and master branches are kept. > After this migration, the developer will check all the codes in edk2-platform master when > he does the incompatible change in edk2 project. He doesn't need to check other branches. This is certainly an improvement. / Leif > When this patch submit, I will rebase master with the latest change > in master and devel-MinPlatform. > > Signed-off-by: Liming Gao >