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.20; helo=mga02.intel.com; envelope-from=isaac.w.oram@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 6495321A07A80 for ; Mon, 24 Sep 2018 08:17:15 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2018 08:16:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,298,1534834800"; d="scan'208";a="86111672" Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by orsmga003.jf.intel.com with ESMTP; 24 Sep 2018 08:16:57 -0700 Received: from orsmsx153.amr.corp.intel.com (10.22.226.247) by ORSMSX107.amr.corp.intel.com (10.22.240.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 08:16:57 -0700 Received: from orsmsx116.amr.corp.intel.com ([169.254.7.58]) by ORSMSX153.amr.corp.intel.com ([169.254.12.185]) with mapi id 14.03.0319.002; Mon, 24 Sep 2018 08:16:57 -0700 From: "Oram, Isaac W" To: Jorge Fernandez Monteagudo , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: Minimum tianocore payload Thread-Index: AQHUU/LKCkkXMFqepEqAPBSnaTPRkKT/elpwgAAL2kA= Date: Mon, 24 Sep 2018 15:16:56 +0000 Message-ID: <3155A53C14BABF45A364D10949B7414C8A73CDB0@ORSMSX116.amr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.0.400.15 x-originating-ip: [10.22.254.140] 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 15:17:16 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Jorge, A couple of other examples can be found in the MinPlatform work. https://github.com/tianocore/edk2-platforms/blob/devel-MinPlatform/Platform= /Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf=20 https://github.com/tianocore/edk2-platforms/blob/devel-MinPlatform/Platform= /Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf=20 Both include https://github.com/tianocore/edk2-platforms/blob/devel-MinPlat= form/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreUefiBootInclude.fdf=20 FV.FvUefiBootUncompact has enough to boot to UEFI shell, with UART console. We are looking to further reduce the contents, as the FvUefiBootUncompact c= ontains SATA, USB, etc that aren't strictly necessary. These three solutions are pretty similar, so cross referencing gets you a r= easonable minimum list. The main differences look to be around silicon pol= icy configuration and boot media supported. The other FV for OS boot and Security are not necessary initially, but shou= ld also be useful after you get minimum identified. The OS boot FV adds mi= nimal functionality for Linux/Windows style OS and the security FV adds sec= ure boot functionality. Regards, Isaac -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Kinn= ey, Michael D Sent: Monday, September 24, 2018 7:26 AM To: Jorge Fernandez Monteagudo ; edk2-devel@lists.01.org= ; Kinney, Michael D Subject: Re: [edk2] Minimum tianocore payload 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 FL= ASH. It does have a few additional features that could be removed related = 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=20 > tianocore payload >=20 > to get a minimum payload? I'm thinking in a payload without console,=20 > 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 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel