Re: [edk2-devel] [PATCH v1 2/3] DynamicTablesPkg: Adds ACPI HPET Table generator

2024-02-28 Thread Abdul Lateef Attar via groups.io
Hi Pierre Gondois,     Thanks for review the comment, i will make the changes accordingly. Please find my response in line. Thanks AbduL On 27-02-2024 21:32, Pierre Gondois wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking

Re: [edk2-devel] [PATCH v1 2/3] DynamicTablesPkg: Adds ACPI HPET Table generator

2024-02-27 Thread PierreGondois
Hello Abdul, From the HPET spec: """ For the case where there may be additional Event Timer Blocks implemented in the system, their base addresses would be described in ACPI Name space. """ So it seems it might be good (but not necessary) to to add a description in a SSDT/DSDT table of the objec

[edk2-devel] [PATCH v1 2/3] DynamicTablesPkg: Adds ACPI HPET Table generator

2024-02-19 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar Adds generic ACPI HPET table generator library. Register/Deregister HPET table. Update the HPET table during boot as per specification. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- DynamicTablesPkg/DynamicTables.dsc.inc| 2 + Dy