diff options
| author | Simon Glass <[email protected]> | 2020-11-04 09:59:13 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2020-11-06 09:51:34 +0800 |
| commit | b73d61a5565c3ab9e207a288186049806ce13e1b (patch) | |
| tree | 5551f6d79b1e0fd02f48e92d6be641aaf972538c /include | |
| parent | d46c0932a9d4b2fcd8064f4567436f5143526147 (diff) | |
x86: zimage: Add a little more logging
Add logging for each part of the boot process, using a new
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Igor Opaniuk <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h index 4d0692f155d..29f18a82dcf 100644 --- a/include/log.h +++ b/include/log.h @@ -96,6 +96,7 @@ enum log_category_t { LOGC_DEVRES, /** @LOGC_ACPI: Advanced Configuration and Power Interface (ACPI) */ LOGC_ACPI, + LOGC_BOOT, /* Related to boot process / boot image processing */ /** @LOGC_COUNT: Number of log categories */ LOGC_COUNT, |
