From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: michael.a.kubacki@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Wed, 24 Apr 2019 10:24:17 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2019 10:24:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,390,1549958400"; d="scan'208";a="138476190" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga006.jf.intel.com with ESMTP; 24 Apr 2019 10:24:16 -0700 Received: from orsmsx152.amr.corp.intel.com (10.22.226.39) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 24 Apr 2019 10:24:16 -0700 Received: from orsmsx122.amr.corp.intel.com ([169.254.11.68]) by ORSMSX152.amr.corp.intel.com ([169.254.8.32]) with mapi id 14.03.0415.000; Wed, 24 Apr 2019 10:24:15 -0700 From: "Kubacki, Michael A" To: "Gao, Liming" , "devel@edk2.groups.io" 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+4PxT0TviHqeHXbgAoHQEQ8TxgABS3FgA= Date: Wed, 24 Apr 2019 17:24:15 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B7455888D2B03@ORSMSX122.amr.corp.intel.com> References: <49AB4ACB9627B8468F29D589A27B7455888CA32F@ORSMSX122.amr.corp.intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E42FD4B@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E42FD4B@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmIxM2E4ODYtYjU2Yi00N2RlLThiMDgtNjc0NmU1NWY2MzllIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicVBzWjBmQlkzRGM1aXI3UHVYWUs2am9wd0tNS1hJM3hTQmRcL0FtV0p0K2Y1UEFEVUlGZlJJeDNPWlZ0MGt6VGsifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Return-Path: michael.a.kubacki@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1748=20 > -----Original Message----- > From: Gao, Liming > Sent: Wednesday, April 24, 2019 12:22 AM > To: devel@edk2.groups.io; Kubacki, Michael A > > Subject: RE: [edk2-platforms] [RFC] Migrate devel-MinPlatform branch to > master branch >=20 > Michael: > I think this change is good. Could you submit one BZ for it? >=20 > 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 board= s > > including support for some pre-existing product releases > > * AdvancedFeaturePkg - Additional modular features capable of being us= ed > > in board packages > > * Silicon/Intel - Additional silicon packages roughly keeping 1:1 pari= ty > > 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 > > > >