ACK: [PATCH 2/3] sbbr: update recommended tables

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


On 04/06/2021 06:11, Alex Hung wrote:
> This is based on APPENDIX E of Arm Server Base Boot Requirements (SBBR)
> 1.2
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/sbbr/acpitables/acpitables.c | 16 ++++++++++------
>  1 file changed, 10 insertions(+), 6 deletions(-)
> 
> diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
> index 0919250b..3a378e03 100644
> --- a/src/sbbr/acpitables/acpitables.c
> +++ b/src/sbbr/acpitables/acpitables.c
> @@ -213,20 +213,24 @@ static const char *mandatory_acpi_tables[] = {
>  
>  /* List of ACPI tables recommended by SBBR 4.2.2 */
>  static const char *recommended_acpi_tables[] = {
> -	"MCFG",
> +	/* I/O Topology */
>  	"IORT",
> +	/* Platform Error Interfaces */
>  	"BERT",
>  	"EINJ",
>  	"ERST",
>  	"HEST",
> -	"RASF",
> -	"SPMI",
> +	"SDEI",
> +	/* NUMA */
>  	"SLIT",
>  	"SRAT",
> -	"CSRT",
> -	"ECDT",
> -	"MPST",
> +	"HMAT",
> +	/* Platform Communications Channel (PCC) */
>  	"PCCT",
> +	/* Platform Debug Trigger */
> +	"PDTT",
> +	/* NVDIMM Firmware Interface */
> +	"NFIT",
>  	NULL
>  };
>  
> 

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list