[edk2-devel] [PATCH] UefiPayloadPkg: Fix the build failure

2022-05-06 Thread duntan
Add double quotes to LlvmObjcopyPath. Blank space in LlvmObjcopyPath will cause build failure. This build failure is introduced by 2306555bf908 ( "UefiPayloadPkg: Fix IA32 entry build failure"). Signed-off-by: Dun Tan Cc: Ray Ni Cc: Guo Dong Cc: Benjamin You Cc: Sean Rhodes --- UefiPayloadPk

Re: [edk2-devel][PATCH] UefiPayloadPkg: Fix the build failure

2022-04-13 Thread duntan
Acked-by: Dun Tan -Original Message- From: devel@edk2.groups.io On Behalf Of Guo Dong Sent: Thursday, April 14, 2022 4:49 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Ni, Ray ; You, Benjamin ; Rhodes, Sean Subject: [edk2-devel][PATCH] UefiPayloadPkg: Fix the build failure From: Guo

[edk2-devel][PATCH] UefiPayloadPkg: Fix the build failure

2022-04-13 Thread Guo Dong
From: Guo Dong When Quite parameter is not provided, its default value would be "None" instead of "". So update its default value not to impact the build. Cc: Ray Ni Cc: Benjamin You Cc: Sean Rhodes Signed-off-by: Guo Dong --- UefiPayloadPkg/UniversalPayloadBuild.py | 4 ++-- 1 file changed

Re: [edk2-devel] [`edk2-devel][PATCH] UefiPayloadPkg: Fix the build failure for non-universal payload

2021-10-18 Thread Zhiguang Liu
Reviewed-by: Zhiguang Liu From: devel@edk2.groups.io on behalf of Guo Dong Sent: Tuesday, October 19, 2021 14:08 To: devel@edk2.groups.io Cc: Dong, Guo ; Ni, Ray ; Ma, Maurice ; You, Benjamin Subject: [edk2-devel] [`edk2-devel][PATCH] UefiPayloadPkg: Fix

[edk2-devel] [`edk2-devel][PATCH] UefiPayloadPkg: Fix the build failure for non-universal payload

2021-10-18 Thread Guo Dong
From: Guo Dong Applied an old patch which caused non-universal payload build failed since that code was added after the old patch. This patch fixed the build failure. Signed-off-by: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You --- UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c |

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Fix the build failure

2021-07-01 Thread Ma, Maurice
Reviewed-by: Maurice Ma -Maurice > -Original Message- > From: Dong, Guo > Sent: Wednesday, June 30, 2021 15:51 > To: devel@edk2.groups.io > Cc: Ma, Maurice ; You, Benjamin > > Subject: [edk2-devel] [PATCH] UefiPayloadPkg: Fix the build failure > >

[edk2-devel] [PATCH] UefiPayloadPkg: Fix the build failure

2021-06-30 Thread Guo Dong
For non-universal payload, HandoffHobTable is used without initialization. This patch fixed this failure. Signed-off-by: Guo Dong --- UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c | 3 +-- UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c | 4 +--- 2 files changed, 2 insertions(+