summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-01-22 20:10:45 +0100
committerSimon Glass <sjg@chromium.org>2018-02-03 10:09:28 -0700
commit1973b381a1b3545783c3238080f566746579e923 (patch)
tree6642d2bd5a865a775446423b1c12a925d6986261 /doc
parent3707c6ee0d1f939130a62c945b56045d9a83fafc (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.log1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.log b/doc/README.log
index 2abaee0c10..dc9e2deec5 100644
--- a/doc/README.log
+++ b/doc/README.log
@@ -51,6 +51,7 @@ The following main categories are defined:
LOGC_BOARD - Related to board-specific code
LOGC_CORE - Related to core driver-model support
LOGC_DT - Related to device tree control
+ LOGC_EFI - Related to EFI implementation
Enabling logging