From 1220f1067868433102986e495a96ea38638b6264 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 19 Feb 2014 13:08:37 +0000 Subject: 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 Acked-by: Al Stone --- tools/common/build_aml.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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 }; -- cgit v1.2.3