summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Gregory <graeme.gregory@linaro.org>2014-02-19 13:08:37 +0000
committerGraeme Gregory <graeme.gregory@linaro.org>2014-02-19 16:47:42 +0000
commit1220f1067868433102986e495a96ea38638b6264 (patch)
treeaf1ca2e74294c59c43723573354c9e278414b22f
parent5261777883327cb3501489cd98065ab9c336cb33 (diff)
common/build_aml.c : add dbg2 and spcr tables to signatures
Add these two tables which are supported by ACPICA tools so mab understands these tables also. Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org> Acked-by: Al Stone <al.stone@linaro.org>
-rw-r--r--tools/common/build_aml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/common/build_aml.c b/tools/common/build_aml.c
index 4ca9e93..ad36e4f 100644
--- a/tools/common/build_aml.c
+++ b/tools/common/build_aml.c
@@ -65,6 +65,8 @@ char *known_sigs[] = {
"ssdt",
"uefi",
"xsdt",
+ "dbg2",
+ "spcr",
NULL
};