Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-11 Thread Jason
On Sat, Sep 10, 2011 at 11:03:58PM +0200, Wolfgang Denk wrote:
 In message 201109102249.13368.marek.va...@gmail.com you wrote:
  Well we'll have to break this policy. M28EVK machine ID isn't there yet. On 
  the 
  other hand, it's here:
  
  http://www.arm.linux.org.uk/developer/machines/
  
  Which I'd guess is the most up-to-date source.

 Feel free to add a temporary definition of the ID to your board config
 file (to be removed later, when the offical mach-types file has the
 needed data.

So I could do this for Dreamplug?  What's the best way to flag it?

thx,

Jason.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-11 Thread Wolfgang Denk
Dear Jason,

In message 20110911120755.gc15...@titan.lakedaemon.net you wrote:

  Feel free to add a temporary definition of the ID to your board config
  file (to be removed later, when the offical mach-types file has the
  needed data.
 
 So I could do this for Dreamplug?  What's the best way to flag it?

Add a comment that explains the situation. Later, if we should get
compiler warnings due to a redefinition, we will immediately see
where these are coming from.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
PoB = Prisoner of Bill -- those held captive, unwillingly or other-
wise, by the contemptible Microsoft monopoly.
 -- Tom Christiansen in 6abo45$3lc$2...@csnews.cs.colorado.edu
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-11 Thread Jason
On Sun, Sep 11, 2011 at 02:46:11PM +0200, Wolfgang Denk wrote:
 Dear Jason,
 
 In message 20110911120755.gc15...@titan.lakedaemon.net you wrote:
 
   Feel free to add a temporary definition of the ID to your board config
   file (to be removed later, when the offical mach-types file has the
   needed data.
  
  So I could do this for Dreamplug?  What's the best way to flag it?
 
 Add a comment that explains the situation. Later, if we should get
 compiler warnings due to a redefinition, we will immediately see
 where these are coming from.

Awesome, thanks.  Since I submitted the patchset from dreamplug support
before the cutoff[1], any chance I can get it in for 2011.09 if I post
v6 asap?

thx,

Jason.

[1] 
v4 RFC: dreamplug support (13 June)
http://lists.denx.de/pipermail/u-boot/2011-June/094343.html

v5 RFC: dreamplug support (26 July)
http://lists.denx.de/pipermail/u-boot/2011-July/097125.html
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-10 Thread Marek Vasut
On Friday, September 09, 2011 05:58:42 PM Wolfgang Denk wrote:
 Dear Marek Vasut,
 
 In message 201109091538.05019.marek.va...@gmail.com you wrote:
   I suspect you're going to have to trim this back to what is contained
   in Linus' tree.  Which we do need to catch up to, btw.  We have up to
   3338.
  
  Will check this issue later.
 
 Policy for updating this file is to always copy from Linus'
 kernel.org tree only.

Well we'll have to break this policy. M28EVK machine ID isn't there yet. On the 
other hand, it's here:

http://www.arm.linux.org.uk/developer/machines/

Which I'd guess is the most up-to-date source.

Cheers

 
 Best regards,
 
 Wolfgang Denk
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-10 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201109102249.13368.marek.va...@gmail.com you wrote:

 Well we'll have to break this policy. M28EVK machine ID isn't there yet. On 
 the 
 other hand, it's here:
 
 http://www.arm.linux.org.uk/developer/machines/
 
 Which I'd guess is the most up-to-date source.

Maybe, but it is not what we use as reference.

Feel free to add a temporary definition of the ID to your board config
file (to be removed later, when the offical mach-types file has the
needed data.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Engineering without management is art.   - Jeff Johnson
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Jason
On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote:
 This commit updates the mach-types based on the latest in Linus's head

This is great, and I'm all for it (since I've been waiting to add
dreamplug, 3550).  However, vanilla Linus' HEAD [1] only goes up to
3494...  Am I missing something?  Which tree do you pull from?

thx,

Jason.

[1]
https://github.com/torvalds/linux/blob/79016f648872549392d232cd648bd02298c2d2bb/arch/arm/tools/mach-types
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 01:28:15 PM Jason wrote:
 On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote:
  This commit updates the mach-types based on the latest in Linus's head
 
 This is great, and I'm all for it (since I've been waiting to add
 dreamplug, 3550).  However, vanilla Linus' HEAD [1] only goes up to
 3494...  Am I missing something?  Which tree do you pull from?
 
 thx,
 

I generated it by hand from RMK's machine. It allows you to download latest 
version

 Jason.
 
 [1]
 https://github.com/torvalds/linux/blob/79016f648872549392d232cd648bd02298c2
 d2bb/arch/arm/tools/mach-types
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Jason
On Fri, Sep 09, 2011 at 01:57:36PM +0200, Marek Vasut wrote:
 On Friday, September 09, 2011 01:28:15 PM Jason wrote:
  On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote:
   This commit updates the mach-types based on the latest in Linus's head
  
  This is great, and I'm all for it (since I've been waiting to add
  dreamplug, 3550).  However, vanilla Linus' HEAD [1] only goes up to
  3494...  Am I missing something?  Which tree do you pull from?
  
 I generated it by hand from RMK's machine. It allows you to download latest 
 version
 
afaict, rmk tree [2] (no git web that I can see) is also only up to
3494.  There is a vetting process to go from the raw database into the
tree.  After all, any idiot can fill in the form and create a new
mach-type.  Hell, I did ;-) .  RMK has recently expressed his
dissatisfaction with quality of some of entries in the database [3], so
I wouldn't copy it blindly.

I suspect you're going to have to trim this back to what is contained in
Linus' tree.  Which we do need to catch up to, btw.  We have up to 3338. 

thx,

Jason.

[1] 
https://github.com/torvalds/linux/blob/79016f648872549392d232cd648bd02298c2d2bb/arch/arm/tools/mach-types
[2]
http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm.git
[3] http://permalink.gmane.org/gmane.linux.ports.arm.kernel/128624
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 03:16:28 PM Jason wrote:
 On Fri, Sep 09, 2011 at 01:57:36PM +0200, Marek Vasut wrote:
  On Friday, September 09, 2011 01:28:15 PM Jason wrote:
   On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote:
This commit updates the mach-types based on the latest in Linus's
head
   
   This is great, and I'm all for it (since I've been waiting to add
   dreamplug, 3550).  However, vanilla Linus' HEAD [1] only goes up to
   3494...  Am I missing something?  Which tree do you pull from?
  
  I generated it by hand from RMK's machine. It allows you to download
  latest version
 
 afaict, rmk tree [2] (no git web that I can see) is also only up to
 3494.  There is a vetting process to go from the raw database into the
 tree.  After all, any idiot can fill in the form and create a new
 mach-type.  Hell, I did ;-) .  RMK has recently expressed his
 dissatisfaction with quality of some of entries in the database [3], so
 I wouldn't copy it blindly.

I didn't. And I'm well aware of how RMK is unsatisfied (hell ... I was in one 
of 
those discussions myself, F- and S- words were flying all around ;-) )

 
 I suspect you're going to have to trim this back to what is contained in
 Linus' tree.  Which we do need to catch up to, btw.  We have up to 3338.

Will check this issue later.
 
 thx,
 
 Jason.
 
 [1]
 https://github.com/torvalds/linux/blob/79016f648872549392d232cd648bd02298c
 2d2bb/arch/arm/tools/mach-types [2]
 http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm.git
 [3] http://permalink.gmane.org/gmane.linux.ports.arm.kernel/128624
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Jason
On Fri, Sep 09, 2011 at 03:38:04PM +0200, Marek Vasut wrote:
 On Friday, September 09, 2011 03:16:28 PM Jason wrote:
  On Fri, Sep 09, 2011 at 01:57:36PM +0200, Marek Vasut wrote:
   On Friday, September 09, 2011 01:28:15 PM Jason wrote:
On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote:
 This commit updates the mach-types based on the latest in Linus's
 head

This is great, and I'm all for it (since I've been waiting to add
dreamplug, 3550).  However, vanilla Linus' HEAD [1] only goes up to
3494...  Am I missing something?  Which tree do you pull from?
   
   I generated it by hand from RMK's machine. It allows you to download
   latest version
  
  afaict, rmk tree [2] (no git web that I can see) is also only up to
  3494.  There is a vetting process to go from the raw database into the
  tree.  After all, any idiot can fill in the form and create a new
  mach-type.  Hell, I did ;-) .  RMK has recently expressed his
  dissatisfaction with quality of some of entries in the database [3], so
  I wouldn't copy it blindly.
 
 I didn't. And I'm well aware of how RMK is unsatisfied (hell ... I was in one 
 of 
 those discussions myself, F- and S- words were flying all around ;-) )
 
Awesome, so do you know the magic incantation for getting Linus' mach-types
updated? :-)

  I suspect you're going to have to trim this back to what is contained in
  Linus' tree.  Which we do need to catch up to, btw.  We have up to 3338.
 
 Will check this issue later.

Okay, thanks.
  
  thx,
  
  Jason.
  
  [1]
  https://github.com/torvalds/linux/blob/79016f648872549392d232cd648bd02298c
  2d2bb/arch/arm/tools/mach-types [2]
  http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm.git
  [3] http://permalink.gmane.org/gmane.linux.ports.arm.kernel/128624
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Wolfgang Denk
Dear Marek Vasut,

In message 201109091538.05019.marek.va...@gmail.com you wrote:

  I suspect you're going to have to trim this back to what is contained in
  Linus' tree.  Which we do need to catch up to, btw.  We have up to 3338.
 
 Will check this issue later.

Policy for updating this file is to always copy from Linus'
kernel.org tree only.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
The following statement is not true.  The previous statement is true.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot