All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024
@ 2015-06-08  7:10 Sanchayan Maity
  2015-06-17 10:34 ` maitysanchayan at gmail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sanchayan Maity @ 2015-06-08  7:10 UTC (permalink / raw)
  To: u-boot

Increase console IO buffer size to 1024 from the previous value of 256.
The previous value was too short for editing environment variables like
ubiboot from the console.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
---
 include/configs/colibri_vf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index ace31a5..17418c6 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -183,7 +183,7 @@
 #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
 #define CONFIG_SYS_PROMPT		"Colibri VFxx # "
 #undef CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
+#define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
 #define CONFIG_SYS_PBSIZE		\
 			(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_MAXARGS		16	/* max number of command args */
-- 
2.4.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024
  2015-06-08  7:10 [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024 Sanchayan Maity
@ 2015-06-17 10:34 ` maitysanchayan at gmail.com
  2015-07-02  5:56 ` maitysanchayan at gmail.com
  2015-07-03  7:38 ` Stefano Babic
  2 siblings, 0 replies; 6+ messages in thread
From: maitysanchayan at gmail.com @ 2015-06-17 10:34 UTC (permalink / raw)
  To: u-boot

Hello,

Ping.

- Sanchayan.

On 15-06-08 12:40:41, Sanchayan Maity wrote:
> Increase console IO buffer size to 1024 from the previous value of 256.
> The previous value was too short for editing environment variables like
> ubiboot from the console.
> 
> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
> ---
>  include/configs/colibri_vf.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
> index ace31a5..17418c6 100644
> --- a/include/configs/colibri_vf.h
> +++ b/include/configs/colibri_vf.h
> @@ -183,7 +183,7 @@
>  #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
>  #define CONFIG_SYS_PROMPT		"Colibri VFxx # "
>  #undef CONFIG_AUTO_COMPLETE
> -#define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
> +#define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
>  #define CONFIG_SYS_PBSIZE		\
>  			(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
>  #define CONFIG_SYS_MAXARGS		16	/* max number of command args */
> -- 
> 2.4.2
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024
  2015-06-08  7:10 [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024 Sanchayan Maity
  2015-06-17 10:34 ` maitysanchayan at gmail.com
@ 2015-07-02  5:56 ` maitysanchayan at gmail.com
  2015-07-02  7:26   ` Stefano Babic
  2015-07-03  7:38 ` Stefano Babic
  2 siblings, 1 reply; 6+ messages in thread
From: maitysanchayan at gmail.com @ 2015-07-02  5:56 UTC (permalink / raw)
  To: u-boot

Hello,

Another ping?

- Sanchayan.

On 15-06-08 12:40:41, Sanchayan Maity wrote:
> Increase console IO buffer size to 1024 from the previous value of 256.
> The previous value was too short for editing environment variables like
> ubiboot from the console.
> 
> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
> ---
>  include/configs/colibri_vf.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
> index ace31a5..17418c6 100644
> --- a/include/configs/colibri_vf.h
> +++ b/include/configs/colibri_vf.h
> @@ -183,7 +183,7 @@
>  #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
>  #define CONFIG_SYS_PROMPT		"Colibri VFxx # "
>  #undef CONFIG_AUTO_COMPLETE
> -#define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
> +#define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
>  #define CONFIG_SYS_PBSIZE		\
>  			(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
>  #define CONFIG_SYS_MAXARGS		16	/* max number of command args */
> -- 
> 2.4.2
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024
  2015-07-02  5:56 ` maitysanchayan at gmail.com
@ 2015-07-02  7:26   ` Stefano Babic
  2015-07-02  7:40     ` maitysanchayan at gmail.com
  0 siblings, 1 reply; 6+ messages in thread
From: Stefano Babic @ 2015-07-02  7:26 UTC (permalink / raw)
  To: u-boot

Hi Sanchayan,

I merge it.

On 02/07/2015 07:56, maitysanchayan at gmail.com wrote:
> Hello,
> 
> Another ping?
> 
> - Sanchayan.
> 
> On 15-06-08 12:40:41, Sanchayan Maity wrote:
>> Increase console IO buffer size to 1024 from the previous value of 256.
>> The previous value was too short for editing environment variables like
>> ubiboot from the console.
>>
>> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
>> ---
>>  include/configs/colibri_vf.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
>> index ace31a5..17418c6 100644
>> --- a/include/configs/colibri_vf.h
>> +++ b/include/configs/colibri_vf.h
>> @@ -183,7 +183,7 @@
>>  #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
>>  #define CONFIG_SYS_PROMPT		"Colibri VFxx # "
>>  #undef CONFIG_AUTO_COMPLETE
>> -#define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
>> +#define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
>>  #define CONFIG_SYS_PBSIZE		\
>>  			(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
>>  #define CONFIG_SYS_MAXARGS		16	/* max number of command args */
>> -- 
>> 2.4.2
>>

Regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024
  2015-07-02  7:26   ` Stefano Babic
@ 2015-07-02  7:40     ` maitysanchayan at gmail.com
  0 siblings, 0 replies; 6+ messages in thread
From: maitysanchayan at gmail.com @ 2015-07-02  7:40 UTC (permalink / raw)
  To: u-boot

On 15-07-02 09:26:04, Stefano Babic wrote:
> Hi Sanchayan,
> 
> I merge it.

Thanks Stefano.

- Sanchayan.

> 
> On 02/07/2015 07:56, maitysanchayan at gmail.com wrote:
> > Hello,
> > 
> > Another ping?
> > 
> > - Sanchayan.
> > 
> > On 15-06-08 12:40:41, Sanchayan Maity wrote:
> >> Increase console IO buffer size to 1024 from the previous value of 256.
> >> The previous value was too short for editing environment variables like
> >> ubiboot from the console.
> >>
> >> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
> >> ---
> >>  include/configs/colibri_vf.h | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
> >> index ace31a5..17418c6 100644
> >> --- a/include/configs/colibri_vf.h
> >> +++ b/include/configs/colibri_vf.h
> >> @@ -183,7 +183,7 @@
> >>  #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
> >>  #define CONFIG_SYS_PROMPT		"Colibri VFxx # "
> >>  #undef CONFIG_AUTO_COMPLETE
> >> -#define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
> >> +#define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
> >>  #define CONFIG_SYS_PBSIZE		\
> >>  			(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
> >>  #define CONFIG_SYS_MAXARGS		16	/* max number of command args */
> >> -- 
> >> 2.4.2
> >>
> 
> Regards,
> Stefano
> 
> -- 
> =====================================================================
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
> =====================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024
  2015-06-08  7:10 [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024 Sanchayan Maity
  2015-06-17 10:34 ` maitysanchayan at gmail.com
  2015-07-02  5:56 ` maitysanchayan at gmail.com
@ 2015-07-03  7:38 ` Stefano Babic
  2 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2015-07-03  7:38 UTC (permalink / raw)
  To: u-boot

On 08/06/2015 09:10, Sanchayan Maity wrote:
> Increase console IO buffer size to 1024 from the previous value of 256.
> The previous value was too short for editing environment variables like
> ubiboot from the console.
> 
> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
> ---
>  include/configs/colibri_vf.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
> index ace31a5..17418c6 100644
> --- a/include/configs/colibri_vf.h
> +++ b/include/configs/colibri_vf.h
> @@ -183,7 +183,7 @@
>  #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
>  #define CONFIG_SYS_PROMPT		"Colibri VFxx # "
>  #undef CONFIG_AUTO_COMPLETE
> -#define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
> +#define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
>  #define CONFIG_SYS_PBSIZE		\
>  			(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
>  #define CONFIG_SYS_MAXARGS		16	/* max number of command args */
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-03  7:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-08  7:10 [U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024 Sanchayan Maity
2015-06-17 10:34 ` maitysanchayan at gmail.com
2015-07-02  5:56 ` maitysanchayan at gmail.com
2015-07-02  7:26   ` Stefano Babic
2015-07-02  7:40     ` maitysanchayan at gmail.com
2015-07-03  7:38 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.