ACK: [PATCH] sbbr: acpitables: add new recommended tables
ivanhu
ivan.hu at canonical.com
Mon Jun 28 05:44:41 UTC 2021
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 at 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 at canonical.com>
More information about the fwts-devel
mailing list