summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2018-03-17 07:55:35 +0800
committerJiewen Yao <jiewen.yao@intel.com>2018-03-17 07:55:35 +0800
commit662924ac71159a53a66ff2a23900e1ef00b50362 (patch)
treed3685e96a67620df1e28cb0bc68360ba328f28fe
parent8b2982cd59533486c31f6effae45cdf7899209b8 (diff)
downloadedk2-platforms-662924ac71159a53a66ff2a23900e1ef00b50362.tar.xz
Add MinPurley.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
-rw-r--r--ReadMe.md19
1 files changed, 17 insertions, 2 deletions
diff --git a/ReadMe.md b/ReadMe.md
index aaba16e9da..46707c936c 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,7 +1,8 @@
-# **EDK II Minimized firmware for Intel(R)Kabylake platforms**
+# **EDK II Minimized firmware for Intel(R) platforms**
##Features
The Minimized Kabylake provides the minimal feature of the Kabylake BIOS.
+The Minimized Purley provides the minimal feature of the Purley BIOS.
## **Windows Build Instructions**
@@ -38,16 +39,30 @@ FSP repository
### Build
+For MinKabylake
1. Open command window, goto the workspace dir, e.g. c:\Kabylake.
2. Type "cd edk2-platforms\Platform\Intel\KabylakeOpenBoardPkg\KabylakeRvp3".
3. Type "GitEdk2MinKabylake.bat" to setup GIT environment.
4. Type "prep" and make prebuild finish for debug build, "prep r" for rlease build.
5. Type "bld" to build kabylake BIOS image.
+For MinPurley
+1. Open command window, goto the workspace dir, e.g. c:\Purley.
+2. Type "cd edk2-platforms\Platform\Intel\PurleyOpenBoardPkg\BoardMtOlympus".
+3. Type "GitEdk2MinMtOlympus.bat" to setup GIT environment.
+4. Type "bld" to build Purley BIOS image, "bld release" for release build.
+
The user can run FITC tool to build full image for flash (BIOS + ME + DESC). The user can also burn the BIOS image to highest part of flash region directly.
-##Known limitations
+### Known limitations
+
+For MinKabylake
1. This firmware project has only been validated on the Intel KabylakeRVP3 board.
2. This firmware project has only been validated booting to Microsoft Windows 10 x64 with AHCI mode and Integrated Graphic Device.
3. This firmware project has only been validated using the Microsoft Visual Studio 2015 compiler.
+For MinPurley
+1. This firmware project has only been validated on the Microsoft MtOlympus board.
+2. This firmware project has only been validated booting to Microsoft Windows Server 2016 with NVME on M.2 slot.
+3. This firmware project has only been validated using the Microsoft Visual Studio 2015 compiler.
+