Reviewed-by: Ray Ni <[email protected]> -----Original Message----- From: Dong, Guo <[email protected]> Sent: Thursday, March 24, 2022 1:56 AM To: Akihiko Odaki <[email protected]> Cc: [email protected]; Ni, Ray <[email protected]>; Ma, Maurice <[email protected]>; You, Benjamin <[email protected]> Subject: RE: [PATCH] UefiPayloadPkg: Fix architecture in the build instruction
Reviewed-by: Guo Dong <[email protected]> -----Original Message----- From: Akihiko Odaki <[email protected]> Sent: Saturday, March 19, 2022 2:07 AM Cc: [email protected]; Dong, Guo <[email protected]>; Ni, Ray <[email protected]>; Ma, Maurice <[email protected]>; You, Benjamin <[email protected]>; Akihiko Odaki <[email protected]> Subject: [PATCH] UefiPayloadPkg: Fix architecture in the build instruction Signed-off-by: Akihiko Odaki <[email protected]> --- UefiPayloadPkg/BuildAndIntegrationInstructions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiPayloadPkg/BuildAndIntegrationInstructions.txt b/UefiPayloadPkg/BuildAndIntegrationInstructions.txt index 61d31f1020..01b3d7f992 100644 --- a/UefiPayloadPkg/BuildAndIntegrationInstructions.txt +++ b/UefiPayloadPkg/BuildAndIntegrationInstructions.txt @@ -38,7 +38,7 @@ B. HOW TO BUILD > edksetup.bat For pure X64 build: - > build -a x64 -p UefiPayloadPkg\UefiPayloadPkg.dsc -b <BuildType> -t <ToolChain> + > build -a X64 -p UefiPayloadPkg\UefiPayloadPkg.dsc -b <BuildType> -t <ToolChain> -D BOOTLOADER=<Bootloader> For X64 build with IA32 entry point: -- 2.35.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#87976): https://edk2.groups.io/g/devel/message/87976 Mute This Topic: https://groups.io/mt/89930528/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
