From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: liming.gao@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Wed, 24 Apr 2019 00:22:03 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2019 00:22:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,388,1549958400"; d="scan'208";a="164345153" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 24 Apr 2019 00:22:03 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 24 Apr 2019 00:22:03 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 24 Apr 2019 00:22:03 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.149]) with mapi id 14.03.0415.000; Wed, 24 Apr 2019 15:22:01 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Kubacki, Michael A" Subject: Re: [edk2-platforms] [RFC] Migrate devel-MinPlatform branch to master branch Thread-Topic: [edk2-platforms] [RFC] Migrate devel-MinPlatform branch to master branch Thread-Index: AdT2KouLyR+4PxT0TviHqeHXbgAoHQEQ8Txg Date: Wed, 24 Apr 2019 07:22:00 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E42FD4B@SHSMSX104.ccr.corp.intel.com> References: <49AB4ACB9627B8468F29D589A27B7455888CA32F@ORSMSX122.amr.corp.intel.com> In-Reply-To: <49AB4ACB9627B8468F29D589A27B7455888CA32F@ORSMSX122.amr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Michael: I think this change is good. Could you submit one BZ for it? Thanks Liming >-----Original Message----- >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >Kubacki, Michael A >Sent: Friday, April 19, 2019 5:12 AM >To: 'devel@edk2.groups.io' >Subject: [edk2-devel] [edk2-platforms] [RFC] Migrate devel-MinPlatform >branch to master branch > >Hello, > >This RFC proposes moving the content on the devel-MinPlatform branch >in the edk2-platforms repository to the master branch in the >edk2-platforms repository. > >The devel-MinPlatform branch has been used for the initial development >of an EDK II based platform design referred to as "Minimum Platform". >This design is intended to provide a structured approach to introducing >Intel platform code into open source in a consistent manner. > >For more information about the EDK II Minimum Platform, please refer to >the Readme.md in devel-MinPlatform. >https://github.com/tianocore/edk2-platforms/blob/devel- >MinPlatform/ReadMe.md > >The following packages would be added in Platform/Intel: > * Generic packages: > * AdvancedFeaturePkg > * MinPlatformPkg > * Board-specific packages: > * ClevoOpenBoardPkg > * KabylakeOpenBoardPkg > * PurleyOpenBoardPkg > >The following packages would be added in Silicon/Intel: > * KabylakeSiliconPkg > * LewisburgPkg > * PurleyRcPkg > * PurleySktPkg > >The following growth is expected over time: > * Platform/Intel - Additional board packages for Intel reference boards > including support for some pre-existing product releases > * AdvancedFeaturePkg - Additional modular features capable of being used > in board packages > * Silicon/Intel - Additional silicon packages roughly keeping 1:1 parity > with board packages > >We hope the content will enable others to add new board packages and >advanced >features over time. > >The result of the change is available here for reference: >https://github.com/lgao4/edk2-platforms > >Regards, >Michael > >