ACK: [PATCH 2/2] sbbr: adjust signature name for MADT

Alex Hung alex.hung at canonical.com
Thu Jun 24 20:34:09 UTC 2021


On 2021-06-24 12:41 p.m., Erico Nunes wrote:
> The Multiple APIC Description Table (MADT) is a required table in SBBR
> version 1.2, but it is present with the signature "APIC" rather than
> "MADT".
> Adjust the signature name so it doesn't report failure in compliant
> systems.
> 
> Signed-off-by: Erico Nunes <ernunes at redhat.com>
> ---
>  src/sbbr/acpitables/acpitables.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
> index 20b50c1f..d124ee08 100644
> --- a/src/sbbr/acpitables/acpitables.c
> +++ b/src/sbbr/acpitables/acpitables.c
> @@ -201,7 +201,7 @@ static const char *mandatory_acpi_tables[] = {
>  	"XSDT",
>  	"FACP",
>  	"DSDT", /* SSDT is optional */
> -	"MADT",
> +	"APIC", /* MADT */
>  	"GTDT",
>  	"DBG2",
>  	"SPCR",
> 



Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list