summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2018-05-03 11:03:39 +0800
committerGuo Mang <mang.guo@intel.com>2018-05-03 11:03:39 +0800
commitb91609f4e4f8ac1ef52a66cbdf18d4aea902191a (patch)
treea386bf8652b2f3b1010ef2723349c249bd747680
parent03c527fd3f5ac3e4cbd941c3cf3fde3060ee738e (diff)
downloadedk2-platforms-b91609f4e4f8ac1ef52a66cbdf18d4aea902191a.tar.xz
Fix format of ReadMe.MD
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang <mang.guo@intel.com>
-rw-r--r--Platform/ReadMe.MD6
1 files changed, 4 insertions, 2 deletions
diff --git a/Platform/ReadMe.MD b/Platform/ReadMe.MD
index b0341a5264..814eaa25eb 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:
To build release version 32-bit BIOS for Minnowboard 3 FAB B with VS2013,
BuildBIOS.bat /vs13 /B /IA32 Broxton Release
To build release version 64-bit BIOS for Minnowboard 3 FAB B with VS2013,
BuildBIOS.bat /vs13 /B /x64 Broxton Release
-
+ ```
## **Linux Build Instructions**
### Pre-requisites
@@ -120,8 +120,10 @@ Intel(R) Firmware Support Package(Intel(R) FSP)
1. Open a command prompt, goto the platform package "MyWorkspace/edk2-platforms".
2. Build
+ ```
- Type "./BuildBIOS.sh /B Broxton Release" to build a release version.
- Type "./BuildBIOS.sh /B Broxton Debug" to build a debug version.
+ ```
## **Related Materials**