Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-12 Thread Jeroen Hofstee
Hello Stephan, On 11-08-14 20:55, Stephen Warren wrote: snip No, Linux distros need to be able to install a single bootloader configuration file to tell the bootloader how to boot. Don't understand this, I though extlinux is yet another chainloaded bootloader? I doubt there is the

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-12 Thread Stephen Warren
On 08/12/2014 11:29 AM, Jeroen Hofstee wrote: On 11-08-14 20:55, Stephen Warren wrote: ... extlinux.conf is a text file format the defines a menu of bootable OSs. It's a (de-facto I suppose) standard that's implemented by extlinux (if indeed that is a piece of SW:-) and also U-Boot and barebox

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-12 Thread Dennis Gilmore
On Tue, 12 Aug 2014 19:29:02 +0200 Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Stephan, On 11-08-14 20:55, Stephen Warren wrote: snip No, Linux distros need to be able to install a single bootloader configuration file to tell the bootloader how to boot. Don't understand

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-11 Thread Stephen Warren
On 08/10/2014 10:53 AM, Jeroen Hofstee wrote: Hello Stephan, On 10-08-14 05:11, Stephen Warren wrote: The entire point of this series is to prevent distros from having to install bootloader-specific boot configuration files. I fail to see why this is something to pursue. Since the distro

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-11 Thread Jeroen Hofstee
Hello Stephan On 11-08-14 18:53, Stephen Warren wrote: On 08/10/2014 10:53 AM, Jeroen Hofstee wrote: Hello Stephan, On 10-08-14 05:11, Stephen Warren wrote: The entire point of this series is to prevent distros from having to install bootloader-specific boot configuration files. I fail to

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-11 Thread Stephen Warren
On 08/11/2014 11:51 AM, Jeroen Hofstee wrote: Hello Stephan On 11-08-14 18:53, Stephen Warren wrote: On 08/10/2014 10:53 AM, Jeroen Hofstee wrote: Hello Stephan, On 10-08-14 05:11, Stephen Warren wrote: The entire point of this series is to prevent distros from having to install

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-11 Thread Jeroen Hofstee
Hello Stephen. On 11-08-14 20:04, Stephen Warren wrote: On 08/11/2014 11:51 AM, Jeroen Hofstee wrote: Hello Stephan On 11-08-14 18:53, Stephen Warren wrote: On 08/10/2014 10:53 AM, Jeroen Hofstee wrote: Hello Stephan, On 10-08-14 05:11, Stephen Warren wrote: The entire point of this

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-11 Thread Stephen Warren
On 08/11/2014 12:42 PM, Jeroen Hofstee wrote: Hello Stephen. On 11-08-14 20:04, Stephen Warren wrote: On 08/11/2014 11:51 AM, Jeroen Hofstee wrote: Hello Stephan On 11-08-14 18:53, Stephen Warren wrote: On 08/10/2014 10:53 AM, Jeroen Hofstee wrote: Hello Stephan, On 10-08-14 05:11,

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-11 Thread Tom Rini
On Mon, Aug 11, 2014 at 12:55:43PM -0600, Stephen Warren wrote: On 08/11/2014 12:42 PM, Jeroen Hofstee wrote: Hello Stephen. On 11-08-14 20:04, Stephen Warren wrote: On 08/11/2014 11:51 AM, Jeroen Hofstee wrote: Hello Stephan On 11-08-14 18:53, Stephen Warren wrote: On 08/10/2014 10:53

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-11 Thread Stephen Warren
On 08/11/2014 01:19 PM, Tom Rini wrote: On Mon, Aug 11, 2014 at 12:55:43PM -0600, Stephen Warren wrote: On 08/11/2014 12:42 PM, Jeroen Hofstee wrote: Hello Stephen. On 11-08-14 20:04, Stephen Warren wrote: On 08/11/2014 11:51 AM, Jeroen Hofstee wrote: Hello Stephan On 11-08-14 18:53,

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-10 Thread Jeroen Hofstee
Hello Stephan, On 10-08-14 05:11, Stephen Warren wrote: The entire point of this series is to prevent distros from having to install bootloader-specific boot configuration files. I fail to see why this is something to pursue. Since the distro knows the boot path, why should u-boot be polling

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-10 Thread Dennis Gilmore
On Wed, 06 Aug 2014 10:01:09 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 07/30/2014 04:37 PM, Stephen Warren wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-09 Thread Hans de Goede
Hi, On 08/08/2014 06:00 PM, Stephen Warren wrote: On 08/07/2014 06:17 PM, Simon Glass wrote: Acked-by: Simon Glass s...@chromium.org For the list archive's record: Simon also replied to patch 2 with the same ack, but somehow the CC list got dropped to only myself and TomW. I've a bunch of

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-09 Thread Tom Rini
On Sat, Aug 09, 2014 at 05:02:46PM +0200, Hans de Goede wrote: Hi, On 08/08/2014 06:00 PM, Stephen Warren wrote: On 08/07/2014 06:17 PM, Simon Glass wrote: Acked-by: Simon Glass s...@chromium.org For the list archive's record: Simon also replied to patch 2 with the same ack, but

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-09 Thread Jeroen Hofstee
Hi Hans, On 09-08-14 17:02, Hans de Goede wrote: Hi, On 08/08/2014 06:00 PM, Stephen Warren wrote: On 08/07/2014 06:17 PM, Simon Glass wrote: Acked-by: Simon Glass s...@chromium.org For the list archive's record: Simon also replied to patch 2 with the same ack, but somehow the CC list got

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-09 Thread Stephen Warren
On 08/09/2014 04:43 PM, Jeroen Hofstee wrote: On 09-08-14 17:02, Hans de Goede wrote: On 08/08/2014 06:00 PM, Stephen Warren wrote: On 08/07/2014 06:17 PM, Simon Glass wrote: ... Acked-by: Simon Glass s...@chromium.org For the list archive's record: Simon also replied to patch 2 with the

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-08 Thread Stephen Warren
On 08/07/2014 06:17 PM, Simon Glass wrote: Acked-by: Simon Glass s...@chromium.org For the list archive's record: Simon also replied to patch 2 with the same ack, but somehow the CC list got dropped to only myself and TomW. ___ U-Boot mailing list

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-07 Thread Simon Glass
Acked-by: Simon Glass s...@chromium.org ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-06 Thread Stephen Warren
On 07/30/2014 04:37 PM, Stephen Warren wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network protocols) for an extlinux configuration file or U-Boot boot script in various

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-06 Thread Simon Glass
Hi Stephen, On 6 August 2014 10:01, Stephen Warren swar...@wwwdotorg.org wrote: On 07/30/2014 04:37 PM, Stephen Warren wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-05 Thread Simon Glass
Hi Stephen Dennis, On 4 August 2014 12:04, Stephen Warren swar...@wwwdotorg.org wrote: On 08/04/2014 04:13 AM, Simon Glass wrote: Hi Stephen, On 31 July 2014 17:00, Stephen Warren swar...@wwwdotorg.org wrote: On 07/31/2014 04:03 PM, Simon Glass wrote: Hi Stephen, On 30 July 2014

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-05 Thread Stephen Warren
On 08/05/2014 06:27 AM, Simon Glass wrote: On 4 August 2014 12:04, Stephen Warren swar...@wwwdotorg.org wrote: On 08/04/2014 04:13 AM, Simon Glass wrote: As to the question of HW description, I'm not sure I follow. The devices that are attached to the hardware presumably appear in the DT,

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-04 Thread Simon Glass
Hi Stephen, On 31 July 2014 17:00, Stephen Warren swar...@wwwdotorg.org wrote: On 07/31/2014 04:03 PM, Simon Glass wrote: Hi Stephen, On 30 July 2014 23:37, Stephen Warren swar...@wwwdotorg.org wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-04 Thread Dennis Gilmore
On Mon, 4 Aug 2014 04:13:41 -0600 Simon Glass s...@chromium.org wrote: Hi Stephen, On 31 July 2014 17:00, Stephen Warren swar...@wwwdotorg.org wrote: On 07/31/2014 04:03 PM, Simon Glass wrote: Hi Stephen, On 30 July 2014 23:37, Stephen Warren swar...@wwwdotorg.org wrote: From:

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-04 Thread Stephen Warren
On 08/04/2014 04:13 AM, Simon Glass wrote: Hi Stephen, On 31 July 2014 17:00, Stephen Warren swar...@wwwdotorg.org wrote: On 07/31/2014 04:03 PM, Simon Glass wrote: Hi Stephen, On 30 July 2014 23:37, Stephen Warren swar...@wwwdotorg.org wrote: From: Dennis Gilmore den...@ausil.us This

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-07-31 Thread Ian Campbell
On Wed, 2014-07-30 at 16:37 -0600, Stephen Warren wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network protocols) for an extlinux configuration file or U-Boot boot script in

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-07-31 Thread Stephen Warren
On 07/31/2014 04:47 AM, Ian Campbell wrote: On Wed, 2014-07-30 at 16:37 -0600, Stephen Warren wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network protocols) for an extlinux

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-07-31 Thread Simon Glass
Hi Stephen, On 30 July 2014 23:37, Stephen Warren swar...@wwwdotorg.org wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network protocols) for an extlinux configuration file or

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-07-31 Thread Stephen Warren
On 07/31/2014 04:03 PM, Simon Glass wrote: Hi Stephen, On 30 July 2014 23:37, Stephen Warren swar...@wwwdotorg.org wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network protocols)

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-07-30 Thread Marek Vasut
On Thursday, July 31, 2014 at 12:37:14 AM, Stephen Warren wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network protocols) for an extlinux configuration file or U-Boot boot script