[PATCH 0/2] fix net console support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Wed Nov 20 07:26:03 EST 2013


Hi,

	since 

	commit e62d4255172540805a77fee1c58382103f43bb2f
	Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
	Date:   Fri Sep 20 05:31:29 2013 +0200

	console: drop f_caps and check the function pointer getc/putc instead

	the net console is broken as the driver was using the f_caps to
	specify when the drvier can enable or not.

	Instead of tweking the API provide is_ready callback for this

The following changes since commit 7c1091bd5895204b109c5a79996aa9367692a78a:

  of: fdt: reorder fdt_header initialization (2013-11-08 15:42:55 +0100)

are available in the git repository at:

  git://git.jcrosoft.org/barebox.git delivery/net_console

for you to fetch changes up to 18f198052d242f9ca388e6ce50fe448e08cdbdd8:

  net: netconsole: add is_ready support (2013-11-20 20:21:58 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (2):
      console: add is_ready callbback support
      net: netconsole: add is_ready support

 common/console.c  | 3 +++
 include/console.h | 1 +
 net/netconsole.c  | 9 +++++++++
 3 files changed, 13 insertions(+)

Best Regards,
J.



More information about the barebox mailing list