X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FAcpiSupport.h;h=d24a05282341c55c9ad897c6161db5dbfafdf9da;hb=5259c97d7ac7f464c134c3a15186b30e8e8eadff;hp=6573b5a9f8c1f969addfb4f6aeddf2e5d133f4d4;hpb=d3a12d776c9985cfc9055d9b9b61aa39682a261e;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h b/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h index 6573b5a9f8..d24a052823 100644 --- a/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h +++ b/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h @@ -1,8 +1,8 @@ /** @file This protocol provides some basic services to support publishing ACPI system tables. The services handle many of the more mundane tasks that are required to publish a set of tables. The - services will do the following: - - Generate common tables. + services will: + - Generate common tables. - Update the table links. - Ensure that tables are properly aligned and use correct types of memory. - Update checksum values and IDs. @@ -50,10 +50,10 @@ typedef struct _EFI_ACPI_SUPPORT_PROTOCOL EFI_ACPI_SUPPORT_PROTOCOL; // that is not part of the ACPI "tree" but must still be found // in ACPI memory space and/or managed by the core ACPI driver. // -// Note that EFI provides discrete GUIDs for each version of ACPI -// that is supported. It is expected that each EFI GUIDed +// Note that EFI provides discrete GUIDs for each supported version of ACPI. +// It is expected that each EFI GUIDed // version of ACPI will also have a corresponding bitmap -// definition. This allows maintenance of separate ACPI trees +// definition. This bitmap definition enables maintenance of separate ACPI trees // for each distinctly different version of ACPI. // #define EFI_ACPI_TABLE_VERSION UINT32 @@ -125,7 +125,7 @@ EFI_STATUS EFI_ACPI_SUPPORT_PROTOCOL.SetAcpiTable(). @param This A pointer to the EFI_ACPI_SUPPORT_PROTOCOL instance. - @param Version Indicates to which version(s) of ACPI that the table should be published. + @param Version Indicates to which version(s) of ACPI the table should be published. @retval EFI_SUCCESS The function completed successfully. @retval EFI_ABORTED An error occurred and the function could not complete successfully.