ACK: [PATCH 2/2] acpi: sbbr: add mcfg and pptt to --sbbr option

Colin Ian King colin.king at canonical.com
Mon Jun 14 18:01:19 UTC 2021


On 04/06/2021 20:47, Alex Hung wrote:
> Both tables are SBBR mandatory
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/acpi/mcfg/mcfg.c | 3 ++-
>  src/acpi/pptt/pptt.c | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/src/acpi/mcfg/mcfg.c b/src/acpi/mcfg/mcfg.c
> index 7cef0f43..1c8b4b13 100644
> --- a/src/acpi/mcfg/mcfg.c
> +++ b/src/acpi/mcfg/mcfg.c
> @@ -252,6 +252,7 @@ static fwts_framework_ops mcfg_ops = {
>  	.minor_tests = mcfg_tests
>  };
>  
> -FWTS_REGISTER("mcfg", &mcfg_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH | FWTS_FLAG_ROOT_PRIV | FWTS_FLAG_ACPI)
> +FWTS_REGISTER("mcfg", &mcfg_ops, FWTS_TEST_ANYTIME,
> +	      FWTS_FLAG_BATCH | FWTS_FLAG_ROOT_PRIV | FWTS_FLAG_ACPI  | FWTS_FLAG_SBBR)
>  
>  #endif
> diff --git a/src/acpi/pptt/pptt.c b/src/acpi/pptt/pptt.c
> index 56394660..1d25798a 100644
> --- a/src/acpi/pptt/pptt.c
> +++ b/src/acpi/pptt/pptt.c
> @@ -189,6 +189,6 @@ static fwts_framework_ops pptt_ops = {
>  	.minor_tests = pptt_tests
>  };
>  
> -FWTS_REGISTER("pptt", &pptt_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH | FWTS_FLAG_ACPI)
> +FWTS_REGISTER("pptt", &pptt_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH | FWTS_FLAG_ACPI | FWTS_FLAG_SBBR)
>  
>  #endif
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list