Re: [edk2-devel] [PATCH 2/7] MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in ImageFormatSupported

2023-02-24 Thread Sunil V L
On Thu, Feb 23, 2023 at 05:54:49PM -0600, Andrei Warkentin wrote: > ARM64 and X64 may allow such foreign images to be used when > driver implementing EDKII_PECOFF_IMAGE_EMULATOR_PROTOCOL is > present. > > Cc: Sunil V L > Cc: Daniel Schaefer > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguan

[edk2-devel] [PATCH 2/7] MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in ImageFormatSupported

2023-02-23 Thread Andrei Warkentin
ARM64 and X64 may allow such foreign images to be used when driver implementing EDKII_PECOFF_IMAGE_EMULATOR_PROTOCOL is present. Cc: Sunil V L Cc: Daniel Schaefer Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Andrei Warkentin --- MdePkg/Library/BasePeCoffLib/RiscV/PeCo