From patchwork Thu Jun 24 00:07:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 1496319 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G9L6W4D9qz9sWX for ; Thu, 24 Jun 2021 10:07:14 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lwCte-0006qO-UJ; Thu, 24 Jun 2021 00:07:06 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lwCtd-0006os-70 for fwts-devel@lists.ubuntu.com; Thu, 24 Jun 2021 00:07:05 +0000 Received: from d75-158-101-9.abhsia.telus.net ([75.158.101.9] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lwCtc-0000ed-MC; Thu, 24 Jun 2021 00:07:04 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] sbbr: acpitables: add new recommended tables Date: Wed, 23 Jun 2021 18:07:02 -0600 Message-Id: <20210624000702.461145-1-alex.hung@canonical.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" New ARM BBR: https://developer.arm.com/documentation/den0044/latest BugLink: https://bugs.launchpad.net/bugs/1932567 Signed-off-by: Alex Hung Acked-by: Ivan Hu Acked-by: Colin Ian King --- 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 };