Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-02-01 Thread PierreGondois
: *Ard Biesheuvel , Sami Mujawar *Subject: *Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table On 1/28/22 08:41, PierreGondois wrote: + Differentiated System Description Table Fields (DSDT) + + Copyright (c) 2021 - 2022, ARM Ltd. All rights reserved. +SPDX-License

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-02-01 Thread Ard Biesheuvel
> >>>> However, > >>>> that would be another patch series. > >>>> > >>>> Regards, > >>>> > >>>> Sami Mujawar > >>>> > >>>> *From: *Rebecca Cran > >>>> *Date:

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-02-01 Thread PierreGondois
report this issue. However, that would be another patch series. Regards, Sami Mujawar *From: *Rebecca Cran *Date: *Monday, 31 January 2022 at 15:17 *To: *devel@edk2.groups.io , Pierre Gondois *Cc: *Ard Biesheuvel , Sami Mujawar *Subject: *Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-02-01 Thread Ard Biesheuvel
> > > *Date: *Monday, 31 January 2022 at 15:17 > > > *To: *devel@edk2.groups.io , Pierre Gondois > > > > > > *Cc: *Ard Biesheuvel , Sami Mujawar > > > > > > *Subject: *Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT > > &

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-02-01 Thread Ard Biesheuvel
> > > *Date: *Monday, 31 January 2022 at 15:17 > > > *To: *devel@edk2.groups.io , Pierre Gondois > > > > > > *Cc: *Ard Biesheuvel , Sami Mujawar > > > > > > *Subject: *Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT > > &

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-02-01 Thread Ard Biesheuvel
However, > > that would be another patch series. > > > > Regards, > > > > Sami Mujawar > > > > *From: *Rebecca Cran > > *Date: *Monday, 31 January 2022 at 15:17 > > *To: *devel@edk2.groups.io , Pierre Gondois > > > > *Cc: *Ard Biesheuv

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-02-01 Thread PierreGondois
*To: *devel@edk2.groups.io , Pierre Gondois *Cc: *Ard Biesheuvel , Sami Mujawar *Subject: *Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table On 1/28/22 08:41, PierreGondois wrote: + Differentiated System Description Table Fields (DSDT) + + Copyright (c) 2021 - 2022, ARM

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-01-31 Thread Sami Mujawar
Biesheuvel , Sami Mujawar Subject: Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table On 1/28/22 08:41, PierreGondois wrote: > + Differentiated System Description Table Fields (DSDT) > + > + Copyright (c) 2021 - 2022, ARM Ltd. All rights reserved. > +SPDX-Licens

Re: [edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-01-31 Thread Rebecca Cran
On 1/28/22 08:41, PierreGondois wrote: + Differentiated System Description Table Fields (DSDT) + + Copyright (c) 2021 - 2022, ARM Ltd. All rights reserved. +SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +DefinitionBlock ("DsdtTable.aml", "DSDT", 1, "ARMLTD", "ARM-KVMT", 1) { The

[edk2-devel] [PATCH v3 5/8] ArmVirtPkg/Kvmtool: Add DSDT ACPI table

2022-01-28 Thread PierreGondois
From: Sami Mujawar Most ACPI tables for Kvmtool firmware are dynamically generated. The AML code is also generated at runtime for most components in appropriate SSDTs. Although there may not be much to describe in the DSDT, the DSDT table is mandatory. Therefore, add an empty stub for DSDT. Si