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 --- tools/common/build_aml.c | 2 ++ 1 file changed, 2 insertions(+)
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 };