[PATCH 3/9] intoduce dmesg to print the barebox printk to dmesg ring buffer

2013-03-06 Thread Jean-Christophe PLAGNIOL-VILLARD
the size can be configured vai DMESG_KFIFO_OSIZE 1024 by default 4096 if DEBUG_INFO the verbosity of the printk can now be change at runtime and default via PRINTK_LEVEL rename dev_printf to dev_printk and update to printk Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com

[PATCH 3/9] intoduce dmesg to print the barebox printk to dmesg ring buffer

2013-03-06 Thread Jean-Christophe PLAGNIOL-VILLARD
the size can be configured vai DMESG_KFIFO_OSIZE 1024 by default 4096 if DEBUG_INFO the verbosity of the printk can now be change at runtime and default via PRINTK_LEVEL rename dev_printf to dev_printk and update to printk Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com

Re: [PATCH 3/9] intoduce dmesg to print the barebox printk to dmesg ring buffer

2013-03-06 Thread Sascha Hauer
On Wed, Mar 06, 2013 at 09:39:46AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: the size can be configured vai DMESG_KFIFO_OSIZE 1024 by default 4096 if DEBUG_INFO the verbosity of the printk can now be change at runtime and default via PRINTK_LEVEL rename dev_printf to dev_printk