summaryrefslogtreecommitdiffstats
path: root/common/log.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-04 09:59:13 -0700
committerBin Meng <bmeng.cn@gmail.com>2020-11-06 09:51:34 +0800
commitb73d61a5565c3ab9e207a288186049806ce13e1b (patch)
tree5551f6d79b1e0fd02f48e92d6be641aaf972538c /common/log.c
parentd46c0932a9d4b2fcd8064f4567436f5143526147 (diff)
downloadu-boot-b73d61a5565c3ab9e207a288186049806ce13e1b.tar.gz
u-boot-b73d61a5565c3ab9e207a288186049806ce13e1b.tar.xz
u-boot-b73d61a5565c3ab9e207a288186049806ce13e1b.zip
x86: zimage: Add a little more logging
Add logging for each part of the boot process, using a new Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log.c b/common/log.c
index 4b6f3fcd04..ce39918e04 100644
--- a/common/log.c
+++ b/common/log.c
@@ -26,6 +26,7 @@ static const char *const log_cat_name[] = {
"bloblist",
"devres",
"acpi",
+ "boot",
};
_Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE,