From nobody Thu May 2 23:14:18 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1525316721235771.4403264265597; Wed, 2 May 2018 20:05:21 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 15B092063E2ED; Wed, 2 May 2018 20:05:20 -0700 (PDT) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 C03292063E2E8 for ; Wed, 2 May 2018 20:05:18 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2018 20:05:17 -0700 Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 02 May 2018 20:05:17 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 May 2018 20:05:17 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 May 2018 20:05:17 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.40]) with mapi id 14.03.0319.002; Thu, 3 May 2018 11:05:15 +0800 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=mang.guo@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,356,1520924400"; d="dat'59?scan'59,208,59";a="221206910" From: "Guo, Mang" To: "edk2-devel@lists.01.org" Thread-Topic: [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix format of ReadMe.MD Thread-Index: AdPii4eHR7bUrku2SZWs/97ig6VhxQ== Date: Thu, 3 May 2018 03:05:15 +0000 Message-ID: <22D2C85ED001C54AA20BFE3B0E4751D15260A643@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <22D2C85ED001C54AA20BFE3B0E4751D15260A643@SHSMSX103.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.26 Subject: [edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Fix format of ReadMe.MD X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/ReadMe.MD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Platform/ReadMe.MD b/Platform/ReadMe.MD index b0341a5..814eaa2 100644 --- a/Platform/ReadMe.MD +++ b/Platform/ReadMe.MD @@ -92,14 +92,14 @@ Intel(R) Firmware Support Package(Intel(R) FSP) 1. Open command window, goto the workspace dir, e.g. c:\MyWorkspace. 2. Type "cd edk2-platforms". 3. Build - + ``` Examples: =20 To build release version 32-bit BIOS for Minnowboard 3 FAB B with V= S2013, BuildBIOS.bat /vs13 /B /IA32 Broxton Release =20 To build release version 64-bit BIOS for Minnowboard 3 FAB B with V= S2013, BuildBIOS.bat /vs13 /B /x64 Broxton Release - + ``` ## **Linux Build Instructions** =20 ### Pre-requisites @@ -120,8 +120,10 @@ Intel(R) Firmware Support Package(Intel(R) FSP) =20 1. Open a command prompt, goto the platform package "MyWorkspace/edk2-plat= forms". 2. Build + ``` - Type "./BuildBIOS.sh /B Broxton Release" to build a release version. - Type "./BuildBIOS.sh /B Broxton Debug" to build a debug version. + ``` =20 ## **Related Materials** =20 --=20 2.10.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel