Re: [edk2-devel] [PATCH v1] UefiPayloadPkg: Enhance build script for BuildEntryOnly

2023-06-06 Thread Lu, James
Reviewed-by: James Lu Thanks, James -Original Message- From: Guo, Gua Sent: Wednesday, June 7, 2023 2:15 PM To: devel@edk2.groups.io Cc: Guo, Gua ; Dong, Guo ; Ni, Ray ; Rhodes, Sean ; Lu, James Subject: [PATCH v1] UefiPayloadPkg: Enhance build script for BuildEntryOnly From: Gua

[edk2-devel] [PATCH v1] UefiPayloadPkg: Enhance build script for BuildEntryOnly

2023-06-06 Thread Guo, Gua
From: Gua Guo 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 CLANGDWAR