[PATCH 0/3] efi: Add EFI Debug Support Table feature
    Ying-Chun Liu (PaulLiu) 
    paulliu at debian.org
       
    Wed Apr 23 23:31:41 CEST 2025
    
    
  
From: "Ying-Chun Liu (PaulLiu)" <paul.liu at linaro.org>
I implemented the UEFI Specification version 2.10, specifically focusing on
the functionality described in Section 18.4, which details the EFI Debug
Support Table feature. This implementation ensures support for
hardware-assisted debugging and provides a standardized mechanism for
debuggers to discover and interact with system-level debug resources.
Ying-Chun Liu (PaulLiu) (3):
  efi: add EFI_SYSTEM_TABLE_POINTER for debug
  efi: add EFI_DEBUG_IMAGE_INFO_TABLE for debug
  efi: add EFI_DEBUG_IMAGE_INFO for debug
 include/efi_api.h             |  32 ++++++
 include/efi_loader.h          |   7 ++
 lib/efi_loader/efi_boottime.c | 196 ++++++++++++++++++++++++++++++++++
 lib/efi_loader/efi_setup.c    |   7 ++
 4 files changed, 242 insertions(+)
-- 
2.39.5
    
    
More information about the U-Boot
mailing list