From: "Chiu, Chasel" <chasel.chiu@intel.com>
To: devel@edk2.groups.io
Cc: Michael Kubacki <michael.a.kubacki@intel.com>,
Nate DeSimone <nathaniel.l.desimone@intel.com>,
Liming Gao <liming.gao@intel.com>
Subject: [PATCH 1/2] Platform/Intel: Update Kabylake build steps.
Date: Wed, 12 Jun 2019 11:29:11 +0800 [thread overview]
Message-ID: <20190612032912.5336-2-chasel.chiu@intel.com> (raw)
In-Reply-To: <20190612032912.5336-1-chasel.chiu@intel.com>
https://bugzilla.tianocore.org/show_bug.cgi?id=1905
KabylakeOpenBoardPkg no longer supported batch file
build, it only supports build_bios.py.
ReadMe.md should be updated and batch files should
be removed.
Test: both API mode and Dispatch mode can build
successfully by build_bios.py
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
---
Platform/Intel/Readme.md | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md
index 443fb409b3..cc0151066e 100644
--- a/Platform/Intel/Readme.md
+++ b/Platform/Intel/Readme.md
@@ -101,7 +101,7 @@ return back to the minimum platform caller.
* ``git clone https://github.com/tianocore/edk2-non-osi.git -b devel-MinPlatform``
* FSP repository
- * ``git clone https://github.com/IntelFsp/FSP.git -b Kabylake``
+ * ``git clone https://github.com/IntelFsp/FSP.git``
### Build
@@ -132,7 +132,8 @@ return back to the minimum platform caller.
| --capsule | capsule build enabled |
| --silent | silent build enabled |
| --performance | performance build enabled |
- | --fsp | fsp build enabled |
+ | --fsp | fsp wrapper build enabled |
+ | --fspapi | API mode fsp wrapper build enabled |
| |
* For more information on build options
@@ -140,6 +141,8 @@ return back to the minimum platform caller.
* Note
* Python 2.7.16 and Python 3.7.3 compatible
+ * Some dependency Python scripts might only support 2.x or 3.x, if that happened use
+ "py -2" or "py -3" to launch build_bios.py
* This python build script has been tested on Windows 10 and Ubuntu 16.04.5 LTS
* See [cross-platform limitations](#Known-limitations)
@@ -186,12 +189,7 @@ return back to the minimum platform caller.
</pre>
**Building with the batch scripts**
-For KabylakeOpenBoardPkg
-1. Open command window, go to the workspace directory, 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 release build.
-5. Type "bld" to build Kaby Lake reference platform UEFI firmware image.
+KabylakeOpenBoardPkg does not support batch scripts, please use build_bios.py.
For PurleyOpenBoardPkg
1. Open command window, go to the workspace directory, e.g. c:\Purley.
--
2.13.3.windows.1
next prev parent reply other threads:[~2019-06-12 3:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-12 3:29 [PATCH 0/2] Update Kabylake build steps Chiu, Chasel
2019-06-12 3:29 ` Chiu, Chasel [this message]
2019-06-12 4:28 ` [edk2-devel] [PATCH 1/2] Platform/Intel: " Nate DeSimone
2019-06-12 3:29 ` [PATCH 2/2] KabylakeOpenBoardPkg: " Chiu, Chasel
2019-06-12 4:28 ` Nate DeSimone
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190612032912.5336-2-chasel.chiu@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox