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.31; helo=mga06.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 14038211435BC for ; Mon, 24 Sep 2018 07:26:28 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2018 07:26:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,298,1534834800"; d="scan'208";a="94357158" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga002.jf.intel.com with ESMTP; 24 Sep 2018 07:26:20 -0700 Received: from orsmsx114.amr.corp.intel.com (10.22.240.10) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 07:26:20 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.89]) by ORSMSX114.amr.corp.intel.com ([169.254.8.194]) with mapi id 14.03.0319.002; Mon, 24 Sep 2018 07:26:20 -0700 From: "Kinney, Michael D" To: Jorge Fernandez Monteagudo , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: Minimum tianocore payload Thread-Index: AQHUU/LKCkkXMFqepEqAPBSnaTPRkKT/elpw Date: Mon, 24 Sep 2018 14:26:19 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: Minimum tianocore payload X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 14:26:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable One example is Quark: https://github.com/tianocore/edk2/tree/master/QuarkPlatformPkg It has both a minimum and a full example: https://github.com/tianocore/edk2/blob/master/QuarkPlatformPkg/QuarkMin.d= sc https://github.com/tianocore/edk2/blob/master/QuarkPlatformPkg/QuarkMin.f= df https://github.com/tianocore/edk2/blob/master/QuarkPlatformPkg/Quark.dsc https://github.com/tianocore/edk2/blob/master/QuarkPlatformPkg/Quark.fdf The min profiles uses a UART as a console and only supports booting from FLASH. It does have a few additional features that could be removed relate= d to menus and configuration, but at least a good example to study. Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel- > bounces@lists.01.org] On Behalf Of Jorge Fernandez > Monteagudo > Sent: Monday, September 24, 2018 3:41 AM > To: edk2-devel@lists.01.org > Subject: [edk2] Minimum tianocore payload >=20 > Hi all, >=20 >=20 > Is there any example how to reduce the components > needed in the tianocore payload >=20 > to get a minimum payload? I'm thinking in a payload > without console, menu, no configurable >=20 > to be used in an embedded system... >=20 >=20 > Thanks! > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel