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.31, mailfrom: michael.a.kubacki@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Thu, 18 Apr 2019 14:11:40 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2019 14:11:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,367,1549958400"; d="scan'208";a="224740856" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by orsmga001.jf.intel.com with ESMTP; 18 Apr 2019 14:11:39 -0700 Received: from orsmsx121.amr.corp.intel.com (10.22.225.226) by ORSMSX110.amr.corp.intel.com (10.22.240.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 18 Apr 2019 14:11:39 -0700 Received: from orsmsx122.amr.corp.intel.com ([169.254.11.68]) by ORSMSX121.amr.corp.intel.com ([169.254.10.91]) with mapi id 14.03.0415.000; Thu, 18 Apr 2019 14:11:39 -0700 From: "Kubacki, Michael A" To: "'devel@edk2.groups.io'" Subject: [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+4PxT0TviHqeHXbgAoHQ== Date: Thu, 18 Apr 2019 21:11:38 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B7455888CA32F@ORSMSX122.amr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmJjNDYzZWItYzZkZC00MzdhLTg2YzQtZTgxNDM5OGE3NTFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSzFrN1JWTHUzM2VDRzVZS29kYkxvMHpqamNDbXlRQVVueXg3bXBrdk5KelRqVXJPdVlVamhXZjU0ZGZEQ3A4WCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.22.254.140] 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 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".=20 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=20 the Readme.md in devel-MinPlatform. https://github.com/tianocore/edk2-platforms/blob/devel-MinPlatform/ReadMe.m= d 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=20 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 advanc= ed features over time. The result of the change is available here for reference: https://github.com/lgao4/edk2-platforms Regards, Michael