Re: [PATCH v5 2/4] efi: add EFI_DEBUG_IMAGE_INFO_TABLE for debug

2025-06-16 Thread Ilias Apalodimas
On Wed, 11 Jun 2025 at 08:08, Ying-Chun Liu (PaulLiu) wrote: > > From: "Ying-Chun Liu (PaulLiu)" > > EFI_DEBUG_IMAGE_INFO_TABLE is used to store EFI_LOADED_IMAGE for > debug purpose. This commit adds the table to the EFI_CONFIGURATION_TABLE. > > This feature is described in UEFI Spec version 2.10

[PATCH v5 2/4] efi: add EFI_DEBUG_IMAGE_INFO_TABLE for debug

2025-06-10 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" EFI_DEBUG_IMAGE_INFO_TABLE is used to store EFI_LOADED_IMAGE for debug purpose. This commit adds the table to the EFI_CONFIGURATION_TABLE. This feature is described in UEFI Spec version 2.10. Section 18.4. The implementation ensures support for hardware-assisted d