[edk2-devel] [PATCH 1/1] OvmfPkg: Bhyve: Correct the SSDT Revision field

Ard Biesheuvel ardb at kernel.org
Tue Dec 21 16:31:49 UTC 2021


On Tue, 21 Dec 2021 at 16:06, Rebecca Cran <rebecca at bsdio.com> wrote:
>
> According to the ACPI Specification version 6.0 and newer, the SSDT
> Revision field should be 2. Fix AcpiTables/Ssdt.aml.
>
> Signed-off-by: Rebecca Cran <rebecca at bsdio.com>
> ---
>  OvmfPkg/Bhyve/AcpiTables/Ssdt.asl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl b/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl
> index 175ab3b7e66d..761b8267b9a5 100644
> --- a/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl
> +++ b/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl
> @@ -11,5 +11,5 @@
>
>  **/
>
> -DefinitionBlock ("Ssdt.aml", "SSDT", 1, "REDHAT", "OVMF    ", 1) {
> +DefinitionBlock ("Ssdt.aml", "SSDT", 2, "REDHAT", "OVMF    ", 1) {
>  }

Wouldn't it be better to simply remove this file?


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#85137): https://edk2.groups.io/g/devel/message/85137
Mute This Topic: https://groups.io/mt/87878740/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list