ACK: [PATCH 1/2] sbbr: remove SSDT from mandatory list
ivanhu
ivan.hu at canonical.com
Mon Jun 28 05:45:05 UTC 2021
On 6/25/21 2:41 AM, Erico Nunes wrote:
> According to the SBBR version 1.2, section 4.2.1.4 DSDT and SSDT:
>
> Secondary System Description Table (SSDT), ACPI ยง 5.2.11.2.
>
> This table is optional. One or more of this table can be used to
> provide additional definition blocks if necessary.
>
> Signed-off-by: Erico Nunes <ernunes at redhat.com>
> ---
> src/sbbr/acpitables/acpitables.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
> index 3a378e03..20b50c1f 100644
> --- a/src/sbbr/acpitables/acpitables.c
> +++ b/src/sbbr/acpitables/acpitables.c
> @@ -200,8 +200,7 @@ static const char *mandatory_acpi_tables[] = {
> "RSDP",
> "XSDT",
> "FACP",
> - "DSDT",
> - "SSDT",
> + "DSDT", /* SSDT is optional */
> "MADT",
> "GTDT",
> "DBG2",
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list