Re: [edk2-devel] [PATCH 1/2] MdeModulePkg: Dxe: add LOONGARCH64 to mMachineTypeInfo

2024-01-16 Thread Chao Li
Looks good to me. Reviewed-by: Chao Li Hi Liming, Please help review this patch. Thanks, Chao On 2024/1/16 15:11, Dongyan Qian wrote: This fixes messages like: "Image type X64 can't be loaded on UEFI system" Cc: Liming Gao Cc: Chao Li Signed-off-by: Dongyan Qian --- MdeModulePkg/Core/Dx

[edk2-devel] [PATCH 1/2] MdeModulePkg: Dxe: add LOONGARCH64 to mMachineTypeInfo

2024-01-15 Thread Dongyan Qian
This fixes messages like: "Image type X64 can't be loaded on UEFI system" Cc: Liming Gao Cc: Chao Li Signed-off-by: Dongyan Qian --- MdeModulePkg/Core/Dxe/Image/Image.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c b/Mde