Re: [U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-03-01 Thread Dirk Behme
Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090222160142.ge9...@game.jcrosoft.org you wrote: ... Add serial number based on OMAP3 die ID. ... report it as the CPU serial if you want but report it as the board serial make no sense to me Wolfgang what do you

Re: [U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-03-01 Thread Wolfgang Denk
Dear Dirk, In message 49aa99bc.2080...@googlemail.com you wrote: Add serial number based on OMAP3 die ID. If it's a die ID, and if you really need to store this in an environment variable, it should be probably called dieid or die_id or similar ? I agree that's a funny concept, but then we

Re: [U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-02-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:55 Thu 12 Feb , Dirk Behme wrote: Add serial number based on OMAP3 die ID. Signed-off-by: Dirk Behme dirk.be...@googlemail.com --- Changes in v2: - Rename 'serial' to 'serial#' - Don't copy from a memory to an other, instead just update the pointer

Re: [U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-02-22 Thread Dirk Behme
Dear Wolfgang and Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: On 19:55 Thu 12 Feb , Dirk Behme wrote: Add serial number based on OMAP3 die ID. Signed-off-by: Dirk Behme dirk.be...@googlemail.com --- Changes in v2: - Rename 'serial' to 'serial#' - Don't copy from a

Re: [U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-02-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090222160142.ge9...@game.jcrosoft.org you wrote: ... Add serial number based on OMAP3 die ID. ... report it as the CPU serial if you want but report it as the board serial make no sense to me Wolfgang what do you think? I agree that's a

[U-Boot] [PATCH 5/7 v2] OMAP3: Add serial number based on die ID

2009-02-12 Thread Dirk Behme
Add serial number based on OMAP3 die ID. Signed-off-by: Dirk Behme dirk.be...@googlemail.com --- Changes in v2: - Rename 'serial' to 'serial#' - Don't copy from a memory to an other, instead just update the pointer board/omap3/beagle/beagle.c|2 ++ board/omap3/evm/evm.c