[U-Boot] kgdb support over ethernet(udp)

2011-06-28 Thread Mike Frysinger
has anyone thought about working on this ? ive talked to a couple of people now who would want to see this happen for cases where the serial is the console, or there is no serial port at all. -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [PATCH v1 (WIP) 16/16] [Timer]Replace get_timer() usage in arch/

2011-06-28 Thread Mike Frysinger
On Wednesday, June 29, 2011 00:51:50 Graeme Russ wrote: On Wed, Jun 29, 2011 at 2:45 PM, Simon Glass wrote: On Tue, Jun 28, 2011 at 4:41 AM, Graeme Russ wrote: --- a/arch/blackfin/cpu/jtag-console.c +++ b/arch/blackfin/cpu/jtag-console.c - ulong timeout = get_timer(0) +

Re: [U-Boot] [PATCH v1 (WIP) 09/16] [Timer]Replace get_timer() usage in drivers/block/

2011-06-28 Thread Graeme Russ
Hi Reinhard, On Wed, Jun 29, 2011 at 3:06 PM, Reinhard Meyer u-b...@emk-elektronik.de wrote: Dear All, Well I know i have asked this before, but I feel I should ask again because I didn't like the answer much. Imagine we change this code to: ts = time_now_ms() + msec do { ... } while

Re: [U-Boot] [PATCH v1 (WIP) 00/16] [Timer]API Rewrite

2011-06-28 Thread Graeme Russ
Hi Mike, On Wed, Jun 29, 2011 at 3:08 PM, Mike Frysinger vap...@gentoo.org wrote: for future reference, could we use the foo: style in subjects instead of [foo].  git likes to eat [...] automatically and i find it hard to quickly parse.  it's an abomination on my eyes. -[PATCH v1 (WIP)

Re: [U-Boot] [PATCH v1 (WIP) 16/16] [Timer]Replace get_timer() usage in arch/

2011-06-28 Thread Mike Frysinger
On Wednesday, June 29, 2011 01:15:53 Mike Frysinger wrote: i wrote this long before i really understood the timer api. after all, even now, there is 0 documentation on the API in the u-boot tree. unless i missed something, even this patchset doesnt include a new doc/README.timer (or similar)

Re: [U-Boot] [PATCH v1 (WIP) 16/16] [Timer]Replace get_timer() usage in arch/

2011-06-28 Thread Graeme Russ
Hi Mike, On Wed, Jun 29, 2011 at 3:26 PM, Mike Frysinger vap...@gentoo.org wrote: On Wednesday, June 29, 2011 01:15:53 Mike Frysinger wrote: i wrote this long before i really understood the timer api.  after all, even now, there is 0 documentation on the API in the u-boot tree. unless i

Re: [U-Boot] [PATCH v1 (WIP) 09/16] [Timer]Replace get_timer() usage in drivers/block/

2011-06-28 Thread Simon Glass
Hi Graeme, On Tue, Jun 28, 2011 at 10:19 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Reinhard, On Wed, Jun 29, 2011 at 3:06 PM, Reinhard Meyer u-b...@emk-elektronik.de wrote: Dear All, Well I know i have asked this before, but I feel I should ask again because I didn't like the answer

Re: [U-Boot] [PATCH v2 0/5] Add basic clock and pinmux functions to the Tegra2

2011-06-28 Thread Simon Glass
Hi, On Mon, Jun 13, 2011 at 4:38 PM, Simon Glass s...@chromium.org wrote: This patch series adds basic clock and pinmux functions to the Tegra2, and modifies the ap20 and board code to use them. It includes a few very simple required bitfield helper macros for ARM Tegra2 only. Changes for

Re: [U-Boot] [PATCH v1 (WIP) 09/16] [Timer]Replace get_timer() usage in drivers/block/

2011-06-28 Thread Graeme Russ
Hi Simon,        u32 end = time_future_ms(timeout);        do {                ...blah...        } while(time_now_ms() end); ... Actually: } while (time_passed_ms(end)) Sorry, but I think you've lost me here... but anyway I agree it is a matter of taste and I'm quite happy with

Re: [U-Boot] [PATCH 1/2] MMC: add sdhci generic framework

2011-06-28 Thread Gérald Kerma
Hello, Is this driver adaptable for sheevaplug ? Le 29/06/2011 05:46, Lei Wen a écrit : Hi All, Any comment to this patch set, could it be merged in this open window? Thanks, Lei On Thu, Jun 16, 2011 at 11:17 PM, Lei Wen lei...@marvell.com wrote: Nowdays, there are plenty of mmc

Re: [U-Boot] [PATCH 1/2] MMC: add sdhci generic framework

2011-06-28 Thread Lei Wen
Hi Gérald, On Wed, Jun 29, 2011 at 1:53 PM, Gérald Kerma gera...@gmail.com wrote: Hello, Is this driver adaptable for sheevaplug ? Sheevaplug use kirkwood series, which is different from the platform current develop on. But since this is a generic framework, any controller follow sdhci host

<    1   2