summaryrefslogtreecommitdiff
path: root/Platform/ReadMe.MD
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/ReadMe.MD')
-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**