Re: [PATCH v8 1/5] efi: add EFI_SYSTEM_TABLE_POINTER for debug

2025-07-12 Thread Heinrich Schuchardt
On 7/12/25 02:17, Heinrich Schuchardt wrote: On 7/11/25 22:55, Heinrich Schuchardt wrote: Am 4. Juli 2025 13:59:53 MESZ schrieb Paul Liu: Hi Heinrich, Ilias, Sorry for the late reply. I'm a bit worried about this change. This structure (efi_system_table_pointer), is not packed. So its actual s

Re: [PATCH v8 1/5] efi: add EFI_SYSTEM_TABLE_POINTER for debug

2025-07-11 Thread Heinrich Schuchardt
On 7/11/25 22:55, Heinrich Schuchardt wrote: Am 4. Juli 2025 13:59:53 MESZ schrieb Paul Liu: Hi Heinrich, Ilias, Sorry for the late reply. I'm a bit worried about this change. This structure (efi_system_table_pointer), is not packed. So its actual size is a bit larger. The crc32 field is not at

Re: [PATCH v8 1/5] efi: add EFI_SYSTEM_TABLE_POINTER for debug

2025-07-11 Thread Heinrich Schuchardt
Am 4. Juli 2025 13:59:53 MESZ schrieb Paul Liu : >Hi Heinrich, Ilias, > >Sorry for the late reply. I'm a bit worried about this change. This >structure (efi_system_table_pointer), is not packed. >So its actual size is a bit larger. The crc32 field is not at the end of >the structure. Actually there

Re: [PATCH v8 1/5] efi: add EFI_SYSTEM_TABLE_POINTER for debug

2025-07-04 Thread Paul Liu
Hi Heinrich, Ilias, Sorry for the late reply. I'm a bit worried about this change. This structure (efi_system_table_pointer), is not packed. So its actual size is a bit larger. The crc32 field is not at the end of the structure. Actually there are 4 bytes padding after it. But the CRC32 function i

Re: [PATCH v8 1/5] efi: add EFI_SYSTEM_TABLE_POINTER for debug

2025-07-03 Thread Ilias Apalodimas
On Thu, 3 Jul 2025 at 10:25, Heinrich Schuchardt wrote: > > On 03.07.25 08:28, Ying-Chun Liu (PaulLiu) wrote: > > From: "Ying-Chun Liu (PaulLiu)" > > > > Add EFI_SYSTEM_TABLE_POINTER structure for remote debugger to locate > > the address of EFI_SYSTEM_TABLE. > > > > This feature is described in

Re: [PATCH v8 1/5] efi: add EFI_SYSTEM_TABLE_POINTER for debug

2025-07-03 Thread Heinrich Schuchardt
On 03.07.25 08:28, Ying-Chun Liu (PaulLiu) wrote: From: "Ying-Chun Liu (PaulLiu)" Add EFI_SYSTEM_TABLE_POINTER structure for remote debugger to locate the address of EFI_SYSTEM_TABLE. This feature is described in UEFI SPEC version 2.10. Section 18.4.2. The implementation ensures support for ha

[PATCH v8 1/5] efi: add EFI_SYSTEM_TABLE_POINTER for debug

2025-07-02 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" Add EFI_SYSTEM_TABLE_POINTER structure for remote debugger to locate the address of EFI_SYSTEM_TABLE. This feature is described in UEFI SPEC version 2.10. Section 18.4.2. The implementation ensures support for hardware-assisted debugging and provides a standardize