From nobody Sat May 4 17:25:14 2024 Delivered-To: importer@patchew.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; 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 1500445062820587.5763239149136; Tue, 18 Jul 2017 23:17:42 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id F34FC21D0DE74; Tue, 18 Jul 2017 23:15:45 -0700 (PDT) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 03DA621B06E62 for ; Tue, 18 Jul 2017 23:15:43 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2017 23:17:38 -0700 Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 18 Jul 2017 23:17:37 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 18 Jul 2017 23:17:37 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 14:17:35 +0800 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,379,1496127600"; d="dat'59?scan'59,208,59";a="112945074" From: "Guo, Mang" To: "edk2-devel@lists.01.org" Thread-Topic: [Patch][edk2-platforms/minnowboard-max-udk2015] Changed ReadMe.MD Thread-Index: AdMAVqro3Aal0+dDSe+9A8RuNPzLiQ== Date: Wed, 19 Jul 2017 06:17:34 +0000 Message-ID: <22D2C85ED001C54AA20BFE3B0E4751D15252135B@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <22D2C85ED001C54AA20BFE3B0E4751D15252135B@SHSMSX103.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: [edk2] [Patch][edk2-platforms/minnowboard-max-udk2015] Changed ReadMe.MD X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Lu, ShifeiX A" , "Wei, David" 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.0 Signed-off-by: Guo Mang --- ReadMe.MD | 83 ++++-------------------------------------------------------= ---- 1 file changed, 5 insertions(+), 78 deletions(-) diff --git a/ReadMe.MD b/ReadMe.MD index 63f3219..4abead1 100644 --- a/ReadMe.MD +++ b/ReadMe.MD @@ -1,83 +1,10 @@ -=C3=AF=C2=BB=C2=BF -This code base is designed for the MinnowBoard Max/Turbot platforms using = the Intel(R) Atom(tm) Processor E3800 Series. -This code base is based on UDK2015 core packages. +=C3=AF=C2=BB=C2=BF# MINNOWBOARD MAX/TURBOT PLATFORM FIRMWARE =20 -# INDEX +This UEFI firmware is designed for the open hardware MinnowBoard Max/Turbo= t platforms using +the Intel(R) Atom(tm) Processor E3800 Series, based on UDK2015 core packag= es. =20 -1. HOW TO CREATE A FULL SOURCE TREE -2. HOW TO BUILD (WINDOWS ENVIRONMENT) -3. MAINTAINERS +http://minnowboard.org/ -- Platform Information, including schematics and = information on where to purchase boards. =20 -## 1. HOW TO CREATE A FULL SOURCE TREE +https://firmware.intel.com/projects/minnowboard-max -- Release notes, pre-= built release/debug binaries, build instructions, and binary objects requir= ed to compile firmware. =20 -1. Get Release Notes and Binary Object Modules from https://firmware.intel= .com/projects/minnowboard-max - - Follow the instructions in the Release Notes to create a full source tr= ee. - -## 2. HOW TO BUILD (WINDOWS ENVIRONMENT) - -Windows System Configuration: - Microsoft Windows 7 Ultimate 64-bit* - -1. Setup Build Environment - - 1. Install Visual Studio 2008/2010/2012/2013 on the build machine. - - 2. Install the latest Python 2 Release from: https://www.python.org/dow= nloads/windows/ - * Make sure that a file with the extension of ".py" will be opened b= y Python.exe. - -2. Extract Source Code - 1. Follow the instructions of "HOW TO CREATE A FULL SOURCE TREE" (step = 2 above) - to create a full source tree. - - 2. Follow the instructions found in the file "Patch-HOWTO.txt" located = in your - workspace (e.g. "C:\MyWorkspace\CryptoPkg\Library\OpensslLib\Patch-H= OWTO.txt")=20 - to install the Openssl source code. - -3. Install the iasl compiler by downloading iasl-win-20141107.zip from the= following - location: "https://acpica.org/downloads/version-20141107" and place the= unzipped - content ("iasl.exe") into the directory "C:\ASL" on your local hard dri= ve - (create the folder "C:\ASL" if it does not exist). - =20 -4a. Build Steps (32-bit) - - 1. To build a 32-bit release version - * Open a command prompt of Microsoft Visual Studio, such as "Develop= er Command Prompt for VS2013"; - * Type the command: `cd C:\MyWorkspace\edk2-platforms\Vlv2TbltDevice= Pkg` - * Type the command: `Build_IFWI.bat /IA32 MNW2 Release` to build a r= elease version. - - 2. To build a 32-bit debug version - * Open a command prompt of Microsoft Visual Studio, such as "Develop= er Command Prompt for VS2013"; - * Type the command: `cd C:\MyWorkspace\edk2-platforms\Vlv2TbltDevice= Pkg` - * Type the command: `Build_IFWI.bat /IA32 MNW2 Debug` to build a deb= ug version. - - 3. After the build successfully completes, the 8MB firmware binary imag= e will be located in the - following location on your local hard drive: - - "C:\MyWorkspace\edk2-platforms\Vlv2TbltDevicePkg\Stitch\" - -4b. Build Steps (64-bit) - - 1. To build a 64-bit release version - * Open a command prompt of Microsoft Visual Studio, such as "Develop= er Command Prompt for VS2013"; - * Type the command: `cd C:\MyWorkspace\edk2-platforms\Vlv2TbltDevice= Pkg` - * Type the command: `Build_IFWI.bat MNW2 Release` to build a release= version. - - 2. To build a 64-bit debug version - * Open a command prompt of Microsoft Visual Studio, such as "Develop= er Command Prompt for VS2013"; - * Type the command: `cd C:\MyWorkspace\edk2-platforms\Vlv2TbltDevice= Pkg` - * Type the command: `Build_IFWI.bat MNW2 Debug` to build a debug ver= sion. - - 3. After the build successfully completes, the 8MB firmware binary imag= e will be located in the - following location on your local hard drive: - - "C:\MyWorkspace\edk2-platforms\Vlv2TbltDevicePkg\Stitch\" - -## MAINTAINERS - -* david.wei@intel.com -* mang.guo@intel.com -* vincent.zimmer@intel.com -* mike.wu@intel.com -* shifeix.a.lu@intel.com =20 --=20 2.10.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel