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

Add support for generating ACPI ThermalZones #30

Closed
wants to merge 4 commits into from

Commits on Sep 18, 2023

  1. DynamicTablesPkg: Add ThermalZone CodeGen function

    Add API to generate a ThermalZone object to AmlLib.
    
    Bug 4063340
    
    Change-Id: Id676595b0edd71a25f10a37e4efae73a89aae686
    Signed-off-by: Jeff Brasen <[email protected]>
    Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/edk2/+/2887145
    Reviewed-by: svcacv <[email protected]>
    Reviewed-by: svc-sw-mobile-l4t <[email protected]>
    Reviewed-by: Swatisri Kantamsetti <[email protected]>
    Reviewed-by: Ashish Singhal <[email protected]>
    GVS: Gerrit_Virtual_Submit <[email protected]>
    jbrasen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    851d0ae View commit details
    Browse the repository at this point in the history
  2. DynamicTablesPkg: Add support for simple method invocation.

    Add support to add Return objects via AML that pass a single integer
    argument to the named method.
    
    Bug 4063340
    
    Change-Id: I7a4f5a8dad24871db0a5cbcc6b9bc8e13acb741e
    Signed-off-by: Jeff Brasen <[email protected]>
    Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/edk2/+/2887146
    Reviewed-by: svcacv <[email protected]>
    Reviewed-by: svc-sw-mobile-l4t <[email protected]>
    Reviewed-by: Swatisri Kantamsetti <[email protected]>
    Reviewed-by: Ashish Singhal <[email protected]>
    GVS: Gerrit_Virtual_Submit <[email protected]>
    jbrasen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7376504 View commit details
    Browse the repository at this point in the history
  3. DynamicTablesPkg: Add support to add Strings to package

    Add API to add a String to a package created with NamedPackage API.
    
    Bug 4063340
    
    Change-Id: Ie9f425516e28792fde43ed2888a9aa23224e2729
    Signed-off-by: Jeff Brasen <[email protected]>
    Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/edk2/+/2887147
    Reviewed-by: svcacv <[email protected]>
    Reviewed-by: svc-sw-mobile-l4t <[email protected]>
    Reviewed-by: Swatisri Kantamsetti <[email protected]>
    Reviewed-by: Ashish Singhal <[email protected]>
    GVS: Gerrit_Virtual_Submit <[email protected]>
    jbrasen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0b3876f View commit details
    Browse the repository at this point in the history
  4. DynamicTablesPkg: Add Aml NameUnicodeString API

    Add API to generate a Name that contains a Unicode string buffer.
    
    Bug 4063340
    
    Signed-off-by: Jeff Brasen <[email protected]>
    Change-Id: I0116b2921cbbbecc3420ff7a42a7ab6e01852534
    Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/edk2/+/2887339
    Reviewed-by: svcacv <[email protected]>
    Reviewed-by: svc-sw-mobile-l4t <[email protected]>
    Reviewed-by: Swatisri Kantamsetti <[email protected]>
    Reviewed-by: Ashish Singhal <[email protected]>
    GVS: Gerrit_Virtual_Submit <[email protected]>
    jbrasen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b094465 View commit details
    Browse the repository at this point in the history