9
0
Fork 0
barebox/pbl
Sascha Hauer a9d7b3d00e 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>
2015-01-05 11:30:59 +01:00
..
Kconfig Add xz decompression support 2014-11-04 12:18:55 +01:00
Makefile Add PBL console support 2015-01-05 11:30:59 +01:00
console.c Add PBL console support 2015-01-05 11:30:59 +01:00
decomp.c Add xz decompression support 2014-11-04 12:18:55 +01:00
misc.c startup: add __noreturn to start_barebox 2013-01-20 16:33:03 +01:00
string.c PBL: Add strnlen, needed for printf support 2015-01-05 11:30:58 +01:00