9
0
Fork 0
barebox/common
Alexey Galakhov 943bf72dc8 fix console fifo (and loadb/loady commands)
This patch fixes loadb and loady commands. tstc() should return true if
console_input_buffer is not empty.

Signed-off-by: Alexey Galakhov <agalakhov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-05-16 08:28:27 +02:00
..
.gitignore update .gitignore files for linker scripts 2009-01-21 23:28:14 +01:00
Kconfig add dummy_malloc functions 2011-04-11 15:57:51 +02:00
Makefile add dummy_malloc functions 2011-04-11 15:57:51 +02:00
block.c add block support 2011-04-11 15:57:51 +02:00
clock.c clock: fix possible error on overflow in is_timeout 2010-04-22 13:29:22 +02:00
command.c move version_string to seperate file 2011-04-11 12:36:08 +02:00
complete.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
console.c fix console fifo (and loadb/loady commands) 2011-05-16 08:28:27 +02:00
console_simple.c move version_string to seperate file 2011-04-11 12:36:08 +02:00
date.c doc added and some reorganised 2007-10-19 14:56:45 +02:00
digest.c add digest framework 2010-09-20 08:57:21 +02:00
dlmalloc.c malloc: put common memory functions to seperate file 2011-04-11 15:57:51 +02:00
dlmalloc.src * Code cleanup: 2003-06-27 21:31:46 +00:00
dummy_malloc.c add dummy_malloc functions 2011-04-11 15:57:51 +02:00
env.c setenv: be robust against setenv(<var>, NULL) 2011-05-16 08:22:29 +02:00
environment.c environment: make default env path configurable 2011-04-12 09:54:56 +02:00
ft_build.c device tree: fix printf compiler warnings 2011-01-07 11:36:50 +01:00
hush.c move simple_itoa to libbb so that others can use it 2011-04-12 09:54:56 +02:00
image.c image: remove confusing image_check_* functions 2010-10-13 17:39:49 +02:00
kallsyms.c kallsyms/printk: enable symbol printing support (%pS) 2011-03-10 14:50:16 +01:00
memory.c malloc: put common memory functions to seperate file 2011-04-11 15:57:51 +02:00
memsize.c common/memsize.c: add missing include 2010-10-21 22:21:25 +02:00
menu.c Menu: add box style entry 2010-09-20 08:58:53 +02:00
misc.c errno: add strings for network related error messages 2010-06-17 08:28:29 +02:00
module.c module: CONFIG_COMMAND does not exist anymore, remove ifdefs 2011-03-10 14:48:49 +01:00
module.lds.S rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
parser.c parser: use debug macros 2010-11-01 11:44:48 +01:00
password.c add password framework 2010-09-20 08:57:22 +02:00
poller.c Add generic poll infrastructure 2010-12-20 09:28:21 +01:00
s_record.c Initial revision 2002-08-17 09:36:01 +00:00
startup.c environment: make default env path configurable 2011-04-12 09:54:56 +02:00
version.c move version_string to seperate file 2011-04-11 12:36:08 +02:00