From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=nathaniel.l.desimone@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D94D92096891B for ; Wed, 11 Jul 2018 16:28:45 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jul 2018 16:28:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,339,1526367600"; d="scan'208";a="66205377" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by fmsmga002.fm.intel.com with ESMTP; 11 Jul 2018 16:28:20 -0700 Received: from orsmsx111.amr.corp.intel.com (10.22.240.12) by ORSMSX102.amr.corp.intel.com (10.22.225.129) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 11 Jul 2018 16:28:20 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.242]) by ORSMSX111.amr.corp.intel.com ([169.254.12.141]) with mapi id 14.03.0319.002; Wed, 11 Jul 2018 16:28:19 -0700 From: "Desimone, Nathaniel L" To: "edk2-devel@lists.01.org" Thread-Topic: Organization of github.com/IntelFsp/FSP Thread-Index: AdQZa72zo6dbWs4LTHWmeoSqTloY9A== Date: Wed, 11 Jul 2018 23:28:19 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AAE406E0A@ORSMSX114.amr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDgyYmI2NTQtYjU4NS00NDM1LWJhNzktNDYxMzg2MzkxNmYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoib2ZWXC80UStEcWxBR0F4Y1ZcL3Z5ZGFcL1djZHpPd2htQkFPVUZEVGpCWXNtV2ZjK2t3MmtUSngrR0hwa3ZjbjdUaiJ9 x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Organization of github.com/IntelFsp/FSP 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, 11 Jul 2018 23:28:46 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi All, Recently a discussion came up on the coreboot mailing list regarding the or= ganization of the github.com/IntelFsp/FSP repository. Currently the reposit= ory is organized with each platform on its own branch. This organization ma= kes it difficult to set up a git submodule that pulls the FSP, since "n" su= bmodules will be needed where n =3D=3D the number of platforms. An alternat= e organization would be to put all packages in to the master branch: - ApolloLakeFspBinPkg - BayTrailFspBinPkg - BraswellFspBinPkg - BroadwellFspBinPkg - KabylakeFspBinPkg - SkylakeFspBinPkg - etc. This would make it easier to configure a git submodule, and it would also m= ore closely match the organization of github.com/tianocore/edk2. The idea s= eems reasonable to me. Does anyone here have thoughts or input? With Best Regards, Nate