Re: [U-Boot] [PATCH v3 1/2] console: usbkbd: Improve TFTP booting performance

2013-06-27 Thread Jim Lin
On Fri, 2013-06-28 at 02:20 +0800, Stephen Warren wrote: > On 06/27/2013 03:45 AM, Jim Lin wrote: > > TFTP booting is observed a little bit slow, especially when a USB > > keyboard is installed. > > The fix is to move polling to every second if we sense that other task > > like TFTP boot is running

Re: [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication

2013-06-27 Thread Stefan Roese
Hi Simon, On 06/28/2013 04:14 AM, Simon Glass wrote: > I can create something with or without compression and I cannot see the > failure. Tom is seeing it though. I will see if I can get another board > to try. If you have any ideas please let me know. Sorry, but I don't have any ideas. I also ch

Re: [U-Boot] U-boot2013:07-Recompile with -fPIC error for mips64 board

2013-06-27 Thread krishna dwivedi
Hi Wolfgang, I am using xlp832 mips64 netlogic board.I referred these steps from u-boot README file. Configuration: TARGET archCPU BoardName brcm8xx mipsmips64 brcm8xx - - Options brcm8xx:SYS_BIG_ENDIAN Regards, Krishna

Re: [U-Boot] [PATCH v3 1/2] console: usbkbd: Improve TFTP booting performance

2013-06-27 Thread Stephen Warren
On 06/27/2013 09:59 PM, Jim Lin wrote: > On Fri, 2013-06-28 at 02:20 +0800, Stephen Warren wrote: >> On 06/27/2013 03:45 AM, Jim Lin wrote: >>> TFTP booting is observed a little bit slow, especially when a USB >>> keyboard is installed. >>> The fix is to move polling to every second if we sense tha

Re: [U-Boot] u-boot compile error

2013-06-27 Thread Simon Glass
+U-Boot Hi, Yes, it reqiures libssl-dev - please see this: http://patchwork.ozlabs.org/patch/255113/ Regards, Simon On Thu, Jun 27, 2013 at 8:48 PM, Liu Gang-B34182 wrote: > Hi, Simon Glass, > > ** ** > > The compiling of the lasted u-boot at master branch has the following > error:

Re: [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication

2013-06-27 Thread Simon Glass
Hi Stefan, On Thu, Jun 27, 2013 at 9:12 PM, Stefan Roese wrote: > Hi Simon, > > On 06/28/2013 04:14 AM, Simon Glass wrote: > > I can create something with or without compression and I cannot see the > > failure. Tom is seeing it though. I will see if I can get another board > > to try. If you ha

[U-Boot] [PATCH] blackfin: gpio: Use proper mask for comparing function

2013-06-27 Thread Axel Lin
The function return from P_FUNCT2MUX(per) takes 2 bits, however for BF537_FAMILY with offset != 1 the function is 1 bit. Also has small refactor for better readability. In portmux_setup(), it looks odd having "muxreg &= ~(3 << 1);" while in current code we do muxreg |= (function << offset);. Sign

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-27 Thread Andreas Bießmann
Hi Simon, On 27.06.13 19:43, Simon Glass wrote: > At present mkimage is set up to always build with image signing support. > This means that the SSL libraries (e.g. libssl-dev) are always required. > > Adjust things so that mkimage can be built with and without image signing, > controlled by the

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-27 Thread Simon Glass
Hi Andreas, On Thu, Jun 27, 2013 at 11:48 PM, Andreas Bießmann < andreas.de...@googlemail.com> wrote: > Hi Simon, > > On 27.06.13 19:43, Simon Glass wrote: > > At present mkimage is set up to always build with image signing support. > > This means that the SSL libraries (e.g. libssl-dev) are alwa

<    1   2