Re: [edk2-devel] [PATCH 11/11] OvmfPkg/CI: copy shell to virtual drive

2024-01-25 Thread Laszlo Ersek
On 1/24/24 17:38, Gerd Hoffmann wrote: > Place the EFI shell as EFI/BOOT/BOOT{ARCH}.EFI on the virtual drive. > This allows the "run to shell" CI test case to work even in case the > shell is not included in the firmware image. In the commit message, can you list the platforms explicitly that bene

[edk2-devel] [PATCH 11/11] OvmfPkg/CI: copy shell to virtual drive

2024-01-24 Thread Gerd Hoffmann
Place the EFI shell as EFI/BOOT/BOOT{ARCH}.EFI on the virtual drive. This allows the "run to shell" CI test case to work even in case the shell is not included in the firmware image. Signed-off-by: Gerd Hoffmann --- OvmfPkg/PlatformCI/PlatformBuildLib.py | 12 +++- 1 file changed, 11 ins