sandbox: Add a flag to set the default log level
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 17:55:11 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:26 +0000 (04:40 -0600)
commit2b1dc29a12e7a5256577c30a2389a6807d6d2bb6
treefc7e667538ab00cfa6d21ef4ffc0817452b8281d
parent69bc15d5ffaa99b9d20e23a37d3b442f65e7f5ea
sandbox: Add a flag to set the default log level

It is useful to be able to set the default log level from the command line
when running sandbox. Add a new -L command-line flag for this. The log
level is set using the enum log_level_t in log.h. At present a number must
be specified, e.g. -L7 for debug.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/start.c
arch/sandbox/include/asm/state.h
common/log.c