diff mbox series

sbbr: acpitables: add new recommended tables

Message ID 20210624000702.461145-1-alex.hung@canonical.com
State Accepted
Headers show
Series sbbr: acpitables: add new recommended tables | expand

Commit Message

Alex Hung June 24, 2021, 12:07 a.m. UTC
New ARM BBR: https://developer.arm.com/documentation/den0044/latest

BugLink: https://bugs.launchpad.net/bugs/1932567

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/sbbr/acpitables/acpitables.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Ivan Hu June 28, 2021, 5:44 a.m. UTC | #1
On 6/24/21 8:07 AM, Alex Hung wrote:
> New ARM BBR: https://developer.arm.com/documentation/den0044/latest
> 
> BugLink: https://bugs.launchpad.net/bugs/1932567
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  src/sbbr/acpitables/acpitables.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
> index 3a378e03..847ffc34 100644
> --- a/src/sbbr/acpitables/acpitables.c
> +++ b/src/sbbr/acpitables/acpitables.c
> @@ -221,6 +221,7 @@ static const char *recommended_acpi_tables[] = {
>  	"ERST",
>  	"HEST",
>  	"SDEI",
> +	"AEST",
>  	/* NUMA */
>  	"SLIT",
>  	"SRAT",
> @@ -231,6 +232,10 @@ static const char *recommended_acpi_tables[] = {
>  	"PDTT",
>  	/* NVDIMM Firmware Interface */
>  	"NFIT",
> +	/* Graphics Resource Table */
> +	"BGRT",
> +	/* IPMI */
> +	"SPMI",
>  	NULL
>  };
>  
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>
Colin Ian King June 28, 2021, 5:03 p.m. UTC | #2
On 24/06/2021 01:07, Alex Hung wrote:
> New ARM BBR: https://developer.arm.com/documentation/den0044/latest
> 
> BugLink: https://bugs.launchpad.net/bugs/1932567
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  src/sbbr/acpitables/acpitables.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
> index 3a378e03..847ffc34 100644
> --- a/src/sbbr/acpitables/acpitables.c
> +++ b/src/sbbr/acpitables/acpitables.c
> @@ -221,6 +221,7 @@ static const char *recommended_acpi_tables[] = {
>  	"ERST",
>  	"HEST",
>  	"SDEI",
> +	"AEST",
>  	/* NUMA */
>  	"SLIT",
>  	"SRAT",
> @@ -231,6 +232,10 @@ static const char *recommended_acpi_tables[] = {
>  	"PDTT",
>  	/* NVDIMM Firmware Interface */
>  	"NFIT",
> +	/* Graphics Resource Table */
> +	"BGRT",
> +	/* IPMI */
> +	"SPMI",
>  	NULL
>  };
>  
> 

LGTM. Thanks Alex.

Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox series

Patch

diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
index 3a378e03..847ffc34 100644
--- a/src/sbbr/acpitables/acpitables.c
+++ b/src/sbbr/acpitables/acpitables.c
@@ -221,6 +221,7 @@  static const char *recommended_acpi_tables[] = {
 	"ERST",
 	"HEST",
 	"SDEI",
+	"AEST",
 	/* NUMA */
 	"SLIT",
 	"SRAT",
@@ -231,6 +232,10 @@  static const char *recommended_acpi_tables[] = {
 	"PDTT",
 	/* NVDIMM Firmware Interface */
 	"NFIT",
+	/* Graphics Resource Table */
+	"BGRT",
+	/* IPMI */
+	"SPMI",
 	NULL
 };