diff options
author | Gua Guo <gua.guo@intel.com> | 2023-06-07 14:09:34 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-06-07 18:22:28 +0000 |
commit | 69abcf1e78b67e7ce9ac53a9fe1ce61877df984c (patch) | |
tree | f25869d8a93c9fed32055dbeee938566ca411275 /ShellPkg/Library | |
parent | 8d238f1433397397b4d05b38cb2460929429241f (diff) | |
download | edk2-69abcf1e78b67e7ce9ac53a9fe1ce61877df984c.zip edk2-69abcf1e78b67e7ce9ac53a9fe1ce61877df984c.tar.gz edk2-69abcf1e78b67e7ce9ac53a9fe1ce61877df984c.tar.bz2 |
UefiPayloadPkg: Enhance build script for BuildEntryOnly
Currently, have two command for pre-build binary support
1. --BuildEntryOnly: build UPL Entry file
2. --PreBuildUplBinary: build UPL binary based on UPL
And these two commands should be exclusived, shouldn't
have chance run it in the meantime.
Case1: Build UPL entry with CLANGDWARF
python UefiPayloadPkg/UniversalPayloadBuild.py --BuildEntryOnly
Case2: Use pre-built UPL entry and build other fv by VS2019
python UefiPayloadPkg/UniversalPayloadBuild.py -t VS2019 \
--PreBuildUplBinary UniversalPayload.elf
Case3: Build UPL Entry with CLANGDWARF and build other fv by VS2019
python UefiPayloadPkg/UniversalPayloadBuild.py -t VS2019
Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Cc: James Lu <james.lu@intel.com>
Cc: Gua Guo <gua.guo@intel.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
Reviewed-by: James Lu <james.lu@intel.com>
Diffstat (limited to 'ShellPkg/Library')
0 files changed, 0 insertions, 0 deletions