commit | 90979f97d7efee2773d6c20d2a7b43ebb9a87020 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jan 22 20:10:45 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sat Feb 03 10:09:28 2018 -0700 |
tree | 6642d2bd5a865a775446423b1c12a925d6986261 | |
parent | aa1d73b8d2e47ed42b43ef72433ffef8da5b65ce [diff] [blame] |
log: add category LOGC_EFI The EFI implementation does not fit into any of the existing categories. Provide LOGC_EFI so that EFI related message can be filtered. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/common/log.c b/common/log.c index 1b1b98e..680a60f 100644 --- a/common/log.c +++ b/common/log.c
@@ -21,6 +21,7 @@ "core", "driver-model", "device-tree", + "efi", }; static const char *log_level_name[LOGL_COUNT] = {