Please update the subject. Otherwise, Reviewed-by: Sunil V L <suni...@ventanamicro.com>
Thanks! Sunil On Fri, Feb 17, 2023 at 10:36:26PM -0600, Andrei Warkentin wrote: > This fixes messages like: > "Image type AARCH64 can't be loaded on <Unknown> UEFI system" > > Cc: Sunil V L <suni...@ventanamicro.com> > Cc: Daniel Schaefer <g...@danielschaefer.me> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Jian J Wang <jian.j.w...@intel.com> > Signed-off-by: Andrei Warkentin <andrei.warken...@intel.com> > --- > MdeModulePkg/Core/Dxe/Image/Image.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c > b/MdeModulePkg/Core/Dxe/Image/Image.c > index 06cc6744b8c6..8704ebea9a7c 100644 > --- a/MdeModulePkg/Core/Dxe/Image/Image.c > +++ b/MdeModulePkg/Core/Dxe/Image/Image.c > @@ -81,7 +81,8 @@ GLOBAL_REMOVE_IF_UNREFERENCED MACHINE_TYPE_INFO > mMachineTypeInfo[] = { > { EFI_IMAGE_MACHINE_IA64, L"IA64" }, > { EFI_IMAGE_MACHINE_X64, L"X64" }, > { EFI_IMAGE_MACHINE_ARMTHUMB_MIXED, L"ARM" }, > - { EFI_IMAGE_MACHINE_AARCH64, L"AARCH64" } > + { EFI_IMAGE_MACHINE_AARCH64, L"AARCH64" }, > + { EFI_IMAGE_MACHINE_RISCV64, L"RISCV64" }, > }; > > UINT16 mDxeCoreImageMachineType = 0; > -- > 2.25.1 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100367): https://edk2.groups.io/g/devel/message/100367 Mute This Topic: https://groups.io/mt/97044208/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-