summaryrefslogtreecommitdiff
path: root/source/compiler/aslmessages.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2021-12-03 09:58:29 -0800
committerRobert Moore <Robert.Moore@intel.com>2021-12-03 09:58:29 -0800
commit5a25a660f4851bc683699f5f1e464e1f71dbdbb9 (patch)
tree114cc54642ba1d21d2b57eb99115c94fce7ef46e /source/compiler/aslmessages.c
parent0420852ffc520b81960e877852703b739c16025c (diff)
downloadacpica-5a25a660f4851bc683699f5f1e464e1f71dbdbb9.tar.gz
iASL table compiler: FADT support updates
1) Allow the 32-bit DSDT address to be zero. 2) Issue error if both the 32-bit and 64-bit DSDT addresses are zero.
Diffstat (limited to 'source/compiler/aslmessages.c')
-rw-r--r--source/compiler/aslmessages.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/compiler/aslmessages.c b/source/compiler/aslmessages.c
index 4dd6422ba..98c3b0ae5 100644
--- a/source/compiler/aslmessages.c
+++ b/source/compiler/aslmessages.c
@@ -410,6 +410,8 @@ const char *AslTableCompilerMsgs [] =
/* ASL_MSG_ENTRY_LIST */ "Invalid entry initializer list",
/* ASL_MSG_UNKNOWN_FORMAT */ "Unknown format value",
/* ASL_MSG_RESERVED_VALUE */ "Value for field is reserved or unknown",
+/* ASL_MSG_TWO_ZERO_VALUES */ "32-bit DSDT Address and 64-bit X_DSDT Address cannot both be zero",
+/* ASL_MSG_BAD_PARSE_TREE */ "Parse tree appears to be ill-defined",
};
/* Preprocessor */