Dear Jon Hunter,
In message <514b22fb.1000...@ti.com> you wrote:
>
> >> The question is what should get_timer() be returning? If it is meant to
> >> be milliseconds then I guess I need to fix get_timer() for my board.
> >> However, if it is just meant to be timer ticks at the SYS_HZ rate then I
Dear Jon Hunter,
In message <514b2482.5000...@ti.com> you wrote:
>
> I understand that you may wish to have SYS_HZ == 1000, but shouldn't the
> code still normalise the get_timer() value to SYS_HZ?
>
> If I grep through the u-boot source I see a lot of instances where
> get_timer() is normalised
Hi Marek,
On 03/20/2013 07:19 PM, Marek Vasut wrote:
> Dear Jon Hunter,
>
>> On 01/24/2013 05:05 AM, Jim Lin wrote:
>>> Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
>>> CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
>>> configuration file and when tstc()
On 03/21/2013 01:57 AM, Wolfgang Denk wrote:
> Dear Stephen Warren,
>
> In message <514aa642.3090...@wwwdotorg.org> you wrote:
>>
>> Interesting. I just noticed the same problem, and posted the following
>> patch to fix it:
>>
>> http://lists.denx.de/pipermail/u-boot/2013-March/149625.html
>>
>>
Dear Stephen Warren,
In message <514aa642.3090...@wwwdotorg.org> you wrote:
>
> Interesting. I just noticed the same problem, and posted the following
> patch to fix it:
>
> http://lists.denx.de/pipermail/u-boot/2013-March/149625.html
>
> This was on the Raspberry Pi.
You mean the Raspberry Pi
On 03/20/2013 05:56 PM, Jon Hunter wrote:
>
> On 01/24/2013 05:05 AM, Jim Lin wrote:
>> Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
>> CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
>> configuration file and when tstc() function for checking key pressed
>
Thanks for pointing out the potential issue.
-Original Message-
From: Jon Hunter [mailto:jon-hun...@ti.com]
Sent: Thursday, March 21, 2013 7:57 AM
To: Jim Lin
Cc: u-boot@lists.denx.de; ma...@denx.de; w...@denx.de; tr...@ti.com; Tom Warren
Subject: Re: [U-Boot] [PATCH 1/1 v3] console: USB
Dear Jon Hunter,
> On 01/24/2013 05:05 AM, Jim Lin wrote:
> > Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
> > CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
> > configuration file and when tstc() function for checking key pressed
> > takes longer time tha
On 01/24/2013 05:05 AM, Jim Lin wrote:
> Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
> CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
> configuration file and when tstc() function for checking key pressed
> takes longer time than 10 ms (e.g., 50 ms) to fi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/28/2013 11:30 AM, Tom Warren wrote:
> Wolfgang,
>
>> -Original Message- From: Wolfgang Denk
>> [mailto:w...@denx.de] Sent: Saturday, January 26, 2013 6:14 AM To:
>> Marek Vasut Cc: Jim Lin; u-boot@lists.denx.de; Tom Warren;
>> tr...@t
Dear Tom Warren,
> Wolfgang,
>
> > -Original Message-
> > From: Wolfgang Denk [mailto:w...@denx.de]
> > Sent: Saturday, January 26, 2013 6:14 AM
> > To: Marek Vasut
> > Cc: Jim Lin; u-boot@lists.denx.de; Tom Warren; tr...@ti.com;
> > albert.u.b...@aribaud.net
> > Subject: Re: [PATCH 1/1 v
Dear Wolfgang Denk,
> Dear Marek Vasut,
>
> In message <201301260417.54768.ma...@denx.de> you wrote:
> > > Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
> > > CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
> > > configuration file and when tstc() function
Dear Marek Vasut,
In message <201301260417.54768.ma...@denx.de> you wrote:
>
> > Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
> > CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
> > configuration file and when tstc() function for checking key pressed
> > t
Dear Jim Lin,
> Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
> CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
> configuration file and when tstc() function for checking key pressed
> takes longer time than 10 ms (e.g., 50 ms) to finish.
>
> Signed-off-by:
Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if
CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in
configuration file and when tstc() function for checking key pressed
takes longer time than 10 ms (e.g., 50 ms) to finish.
Signed-off-by: Jim Lin
---
Changes in v2
15 matches
Mail list logo