commit | b73d61a5565c3ab9e207a288186049806ce13e1b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:59:13 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 09:51:34 2020 +0800 |
tree | 5551f6d79b1e0fd02f48e92d6be641aaf972538c | |
parent | d46c0932a9d4b2fcd8064f4567436f5143526147 [diff] [blame] |
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>
diff --git a/common/log.c b/common/log.c index 4b6f3fc..ce39918 100644 --- a/common/log.c +++ b/common/log.c
@@ -26,6 +26,7 @@ "bloblist", "devres", "acpi", + "boot", }; _Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE,