aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-04-08 13:25:46 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-10-15 11:21:43 +0200
commitdebe702fe679aa21d0670382a92767d7dd14a038 (patch)
treea36d4316d08ef813976bbdb619d2f426e6369831
parent58a44be024f69d2e4d2b58553529230abdd3935e (diff)
downloadseabios-debe702fe679aa21d0670382a92767d7dd14a038.tar.gz
[testing] acpi: enable dsdt device dump
-rw-r--r--src/fw/dsdt_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/dsdt_parser.c b/src/fw/dsdt_parser.c
index eb5496f3..61beeefd 100644
--- a/src/fw/dsdt_parser.c
+++ b/src/fw/dsdt_parser.c
@@ -25,7 +25,7 @@ struct acpi_device {
int crs_size;
};
static struct hlist_head acpi_devices VARVERIFY32INIT;
-static const int parse_dumpdevs = 0;
+static const int parse_dumpdevs = 1;
struct parse_state {
char name[32];