Add PBL console support
This adds simple console support to the PBL which makes it
possible to print more complex messages in the PBL than just
strings or hex numbers. For now puts_ll is used to print the
messages, so it depends on CONFIG_DEBUG_LL which makes it
more a debugging option. However, this could be extended later
to get regular output from the PBL if desired.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 017da22 commit a9d7b3d00e681ee3cfe33b00d58ef9d6bd0645df
@Sascha Hauer Sascha Hauer authored on 8 Dec 2014
Showing 7 changed files
View
common/Kconfig
View
include/printk.h
View
include/stdio.h
View
lib/Makefile
View
lib/vsprintf.c
View
pbl/Makefile
View
pbl/console.c 0 → 100644