summaryrefslogtreecommitdiffstats
path: root/tools/mxsimage.h
diff options
context:
space:
mode:
authorAlexey Ignatov <lexszero@gmail.com>2014-10-12 01:43:30 +0400
committerStefano Babic <sbabic@denx.de>2014-11-20 10:13:45 +0100
commit7a139959d0de14a7efd0fe12b49b18e939468525 (patch)
treead86eb961a688f443a44340dedb9862d39fbd87b /tools/mxsimage.h
parentf196044dfd64745a163773c6c746f9e149ace127 (diff)
downloadtalos-obmc-uboot-7a139959d0de14a7efd0fe12b49b18e939468525.tar.gz
talos-obmc-uboot-7a139959d0de14a7efd0fe12b49b18e939468525.zip
ARM: mxs: tools: Add support for boot progress display flag
mkimage -T mxs now support new flag in config file: DISPLAYPROGRESS - makes boot process print HTLLC characters for each BootROM instruction. Signed-off-by: Alexey Ignatov <lexszero@gmail.com>
Diffstat (limited to 'tools/mxsimage.h')
-rw-r--r--tools/mxsimage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/mxsimage.h b/tools/mxsimage.h
index 6cd59d2dbb..88f72eb9d1 100644
--- a/tools/mxsimage.h
+++ b/tools/mxsimage.h
@@ -81,8 +81,9 @@ struct sb_boot_image_header {
#define SB_VERSION_MAJOR 1
#define SB_VERSION_MINOR 1
-/* Enable to HTLLC verbose boot report. */
-#define SB_IMAGE_FLAG_VERBOSE (1 << 0)
+/* Enable to HTLLC boot report. */
+#define SB_IMAGE_FLAG_DISPLAY_PROGRESS (1 << 0)
+#define SB_IMAGE_FLAGS_MASK SB_IMAGE_FLAG_DISPLAY_PROGRESS
struct sb_key_dictionary_key {
/* The CBC-MAC of image and sections header. */
OpenPOWER on IntegriCloud