Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamicTablesPkg: Adds ACPI HPET table generator #6161

Merged
merged 3 commits into from
Sep 18, 2024

Commits on Sep 6, 2024

  1. DynamicTablesPkg: Adds ACPI HPET table generator

    Adds X64 ACPI HPET table generator library.
    Updates acpi standard table enum with hpet.
    Updates X64 namespace object.
    Updates the object parser.
    Updates the Readme.
    
    Cc: Sami Mujawar <[email protected]>
    Cc: Pierre Gondois <[email protected]>
    Signed-off-by: Abdul Lateef Attar <[email protected]>
    Abdul Lateef Attar authored and Abdul Lateef Attar committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2ea90f9 View commit details
    Browse the repository at this point in the history
  2. DynamicTablesPkg: Adds ACPI SSDT HPET table generator

    Adds X64 ACPI SSDT HPET table generator library.
    Updates acpi standard table enum with hpet.
    Generate ACPI HPET device as per specification.
    
    Cc: Sami Mujawar <[email protected]>
    Cc: Pierre Gondois <[email protected]>
    Signed-off-by: Abdul Lateef Attar <[email protected]>
    Abdul Lateef Attar authored and Abdul Lateef Attar committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bc7a135 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    3b2a7a3 View commit details
    Browse the repository at this point in the history