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; Reorg with FADT table updates #2

Open
wants to merge 4 commits into
base: pg/dyntables_libraries_reorg
Choose a base branch
from

Commits on Jun 22, 2024

  1. DynamicTablesPkg: Update ArchCommon namespace

    REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4781
    
    Updates ArchCommon object list with the FADT table fields.
    
    Cc: Sami Mujawar <[email protected]>
    Cc: Pierre Gondois <[email protected]>
    Signed-off-by: Abdul Lateef Attar <[email protected]>
    abdattar committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a10203f View commit details
    Browse the repository at this point in the history
  2. DynamicTablesPkg: Defines generic table generator creator id

    REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4781
    
    Adds generic table generator creator id as "DYNT".
    
    Cc: Sami Mujawar <[email protected]>
    Cc: Pierre Gondois <[email protected]>
    Signed-off-by: Abdul Lateef Attar <[email protected]>
    abdattar committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b001cf5 View commit details
    Browse the repository at this point in the history
  3. DynamicTablesPkg/AcpiFadtLib: Updates FADT common generator

    REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4781
    
    Updates FADT common generator to collect below configuration
    information and update the table accordingly.
      - SCI interrupt
      - SCI command
      - PM Block
      - GPE Block
      - PM Block 64-bit
      - GPE Block 64-bit
      - Sleep block
      - Reset block
      - Miscellaneous legacy information
    
    Cc: Sami Mujawar <[email protected]>
    Cc: Pierre Gondois <[email protected]>
    Signed-off-by: Abdul Lateef Attar <[email protected]>
    abdattar committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    55a1a63 View commit details
    Browse the repository at this point in the history
  4. DynamicTablesPkg: Adds X64 namespace object

    Adds empty X64 namespace object for future use.
    
    Cc: Sami Mujawar <[email protected]>
    Cc: Pierre Gondois <[email protected]>
    Signed-off-by: Abdul Lateef Attar <[email protected]>
    abdattar committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    631609b View commit details
    Browse the repository at this point in the history