Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-26 Thread Stephen Warren
On 01/25/2016 06:15 PM, Simon Glass wrote: Hi Stephen, On 25 January 2016 at 18:09, Stephen Warren wrote: On 01/25/2016 06:03 PM, Simon Glass wrote: Hi Stephen, On 25 January 2016 at 09:50, Stephen Warren wrote: On 01/22/2016 03:30 PM,

Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-26 Thread Simon Glass
Hi Stephen, On 26 January 2016 at 11:13, Stephen Warren wrote: > On 01/25/2016 06:15 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 25 January 2016 at 18:09, Stephen Warren wrote: >>> >>> On 01/25/2016 06:03 PM, Simon Glass wrote:

Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-26 Thread Stephen Warren
On 01/26/2016 12:59 PM, Simon Glass wrote: Hi Stephen, On 26 January 2016 at 11:13, Stephen Warren wrote: On 01/25/2016 06:15 PM, Simon Glass wrote: Hi Stephen, On 25 January 2016 at 18:09, Stephen Warren wrote: On 01/25/2016 06:03 PM, Simon

Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-25 Thread Stephen Warren
On 01/22/2016 03:30 PM, Wolfgang Denk wrote: Dear Stephen, In message <1453417531-23669-1-git-send-email-swar...@wwwdotorg.org> you wrote: find_ram_base() is a shared utility function, not a core part of the U-Boot console interaction. On which boards did you test this feature? Eventually

Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-25 Thread Simon Glass
Hi Stephen, On 25 January 2016 at 09:50, Stephen Warren wrote: > On 01/22/2016 03:30 PM, Wolfgang Denk wrote: >> >> Dear Stephen, >> >> In message <1453417531-23669-1-git-send-email-swar...@wwwdotorg.org> you >> wrote: >>> >>> >>> find_ram_base() is a shared utility

Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-25 Thread Simon Glass
Hi Stephen, On 25 January 2016 at 18:09, Stephen Warren wrote: > On 01/25/2016 06:03 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 25 January 2016 at 09:50, Stephen Warren wrote: >>> >>> On 01/22/2016 03:30 PM, Wolfgang Denk wrote:

Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-25 Thread Stephen Warren
On 01/25/2016 06:03 PM, Simon Glass wrote: Hi Stephen, On 25 January 2016 at 09:50, Stephen Warren wrote: On 01/22/2016 03:30 PM, Wolfgang Denk wrote: Dear Stephen, In message <1453417531-23669-1-git-send-email-swar...@wwwdotorg.org> you wrote: find_ram_base() is

Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-22 Thread Wolfgang Denk
Dear Stephen, In message <1453417531-23669-1-git-send-email-swar...@wwwdotorg.org> you wrote: > > find_ram_base() is a shared utility function, not a core part of the > U-Boot console interaction. On which boards did you test this feature? Eventually ARM only? > +with

[U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-21 Thread Stephen Warren
From: Stephen Warren find_ram_base() is a shared utility function, not a core part of the U-Boot console interaction. Signed-off-by: Stephen Warren --- These two patches depend on my previous series starting with: test/py: fix timeout to be absolute

Re: [U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils

2016-01-21 Thread Simon Glass
On 21 January 2016 at 16:05, Stephen Warren wrote: > From: Stephen Warren > > find_ram_base() is a shared utility function, not a core part of the > U-Boot console interaction. > > Signed-off-by: Stephen Warren > --- > These two