Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-08-10 Thread Chander Kashyap
Hi Albert, On 4 August 2011 17:35, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Igor, On 28/07/2011 10:58, Igor Grinberg wrote: On 07/28/11 11:19, Chander Kashyap wrote: On 28 July 2011 13:29, Igor Grinberggrinb...@compulab.co.**ilgrinb...@compulab.co.il wrote: On 07/28/11

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-08-04 Thread Albert ARIBAUD
Hi Igor, On 28/07/2011 10:58, Igor Grinberg wrote: On 07/28/11 11:19, Chander Kashyap wrote: On 28 July 2011 13:29, Igor Grinberggrinb...@compulab.co.il wrote: On 07/28/11 09:41, Chander Kashyap wrote: Dear Igor, On 27 July 2011 18:34, Igor Grinberggrinb...@compulab.co.il wrote: On

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-28 Thread Chander Kashyap
Dear Igor, On 27 July 2011 18:34, Igor Grinberg grinb...@compulab.co.il wrote: On 07/27/11 13:31, Chander Kashyap wrote: dear Igor, On 14 July 2011 21:15, Igor Grinberg grinb...@compulab.co.il wrote: CONFIG_MACH_TYPE is used to set the machine type number in the common arm code instead of

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-28 Thread Igor Grinberg
On 07/28/11 09:41, Chander Kashyap wrote: Dear Igor, On 27 July 2011 18:34, Igor Grinberg grinb...@compulab.co.il wrote: On 07/27/11 13:31, Chander Kashyap wrote: dear Igor, On 14 July 2011 21:15, Igor Grinberg grinb...@compulab.co.il wrote: CONFIG_MACH_TYPE is used to set the machine

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-28 Thread Chander Kashyap
On 28 July 2011 13:29, Igor Grinberg grinb...@compulab.co.il wrote: On 07/28/11 09:41, Chander Kashyap wrote: Dear Igor, On 27 July 2011 18:34, Igor Grinberg grinb...@compulab.co.il wrote: On 07/27/11 13:31, Chander Kashyap wrote: dear Igor, On 14 July 2011 21:15, Igor Grinberg

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-28 Thread Igor Grinberg
On 07/28/11 11:19, Chander Kashyap wrote: On 28 July 2011 13:29, Igor Grinberg grinb...@compulab.co.il wrote: On 07/28/11 09:41, Chander Kashyap wrote: Dear Igor, On 27 July 2011 18:34, Igor Grinberg grinb...@compulab.co.il wrote: On 07/27/11 13:31, Chander Kashyap wrote: dear Igor, On

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-27 Thread Chander Kashyap
dear Igor, On 14 July 2011 21:15, Igor Grinberg grinb...@compulab.co.il wrote: CONFIG_MACH_TYPE is used to set the machine type number in the common arm code instead of setting it in the board code. Boards with dynamically discoverable machine types can still set the machine type number in

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-27 Thread Igor Grinberg
On 07/27/11 13:31, Chander Kashyap wrote: dear Igor, On 14 July 2011 21:15, Igor Grinberg grinb...@compulab.co.il wrote: CONFIG_MACH_TYPE is used to set the machine type number in the common arm code instead of setting it in the board code. Boards with dynamically discoverable machine types

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-17 Thread Igor Grinberg
Hi Albert, Do you plan on including this in the current merge window? On 07/14/11 18:45, Igor Grinberg wrote: CONFIG_MACH_TYPE is used to set the machine type number in the common arm code instead of setting it in the board code. Boards with dynamically discoverable machine types can

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-17 Thread Albert ARIBAUD
Hi Igor, Le 14/07/2011 17:45, Igor Grinberg a écrit : CONFIG_MACH_TYPE is used to set the machine type number in the common arm code instead of setting it in the board code. Boards with dynamically discoverable machine types can still set the machine type number in the board code.

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-17 Thread Albert ARIBAUD
Hi Igor, Le 17/07/2011 08:56, Igor Grinberg a écrit : Hi Albert, Do you plan on including this in the current merge window? Done. The other two will be going in as well as they were initially submitted before the merge window closure. Amicalement, -- Albert.

[U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-14 Thread Igor Grinberg
CONFIG_MACH_TYPE is used to set the machine type number in the common arm code instead of setting it in the board code. Boards with dynamically discoverable machine types can still set the machine type number in the board code. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- v2: