9
0
Fork 0
barebox/pbl
Sascha Hauer ca8a4b0ff5 PBL: console: Make independent of DEBUG_LL
With more stuff being done in PBL regular console support gets more and more
useful. This makes the PBL console independent of DEBUG_LL which is only
meant for early debugging but not regular output.
To use the regular PBL console a board must call pbl_set_putc() which stores
a pointer to the putc function to be used.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-07-31 08:49:42 +02: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 PBL: console: Make independent of DEBUG_LL 2015-07-31 08:49:42 +02:00
decomp.c Add xz decompression support 2014-11-04 12:18:55 +01:00
misc.c pbl: remove start_barebox() stub 2015-02-12 10:50:22 +01:00
string.c PBL: Add strnlen, needed for printf support 2015-01-05 11:30:58 +01:00