Re: [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-08-17 Thread Paul Kocialkowski
Le jeudi 13 août 2015 à 08:13 -0400, Tom Rini a écrit : On Fri, Aug 07, 2015 at 11:44:46AM +0200, Paul Kocialkowski wrote: Le mardi 04 août 2015 à 14:27 -0400, Tom Rini a écrit : On Tue, Aug 04, 2015 at 08:22:39PM +0200, Paul Kocialkowski wrote: Le mardi 04 août 2015 à 14:16 -0400,

Re: [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-08-13 Thread Tom Rini
On Fri, Aug 07, 2015 at 11:44:46AM +0200, Paul Kocialkowski wrote: Le mardi 04 août 2015 à 14:27 -0400, Tom Rini a écrit : On Tue, Aug 04, 2015 at 08:22:39PM +0200, Paul Kocialkowski wrote: Le mardi 04 août 2015 à 14:16 -0400, Tom Rini a écrit : On Tue, Aug 04, 2015 at 08:02:40PM +0200,

Re: [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-08-07 Thread Paul Kocialkowski
Le mardi 04 août 2015 à 14:27 -0400, Tom Rini a écrit : On Tue, Aug 04, 2015 at 08:22:39PM +0200, Paul Kocialkowski wrote: Le mardi 04 août 2015 à 14:16 -0400, Tom Rini a écrit : On Tue, Aug 04, 2015 at 08:02:40PM +0200, Paul Kocialkowski wrote: Le lundi 03 août 2015 à 22:08 -0400, Tom

Re: [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-08-04 Thread Paul Kocialkowski
Le mardi 04 août 2015 à 14:16 -0400, Tom Rini a écrit : On Tue, Aug 04, 2015 at 08:02:40PM +0200, Paul Kocialkowski wrote: Le lundi 03 août 2015 à 22:08 -0400, Tom Rini a écrit : On Mon, Jul 20, 2015 at 03:17:13PM +0200, Paul Kocialkowski wrote: The OMAP3 has some die-specific ID

Re: [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-08-04 Thread Paul Kocialkowski
Le lundi 03 août 2015 à 22:08 -0400, Tom Rini a écrit : On Mon, Jul 20, 2015 at 03:17:13PM +0200, Paul Kocialkowski wrote: The OMAP3 has some die-specific ID bits that we can use to give the device a (more or less) unique serial number. This is particularly useful for e.g. USB.

Re: [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-08-04 Thread Tom Rini
On Tue, Aug 04, 2015 at 08:02:40PM +0200, Paul Kocialkowski wrote: Le lundi 03 août 2015 à 22:08 -0400, Tom Rini a écrit : On Mon, Jul 20, 2015 at 03:17:13PM +0200, Paul Kocialkowski wrote: The OMAP3 has some die-specific ID bits that we can use to give the device a (more or less)

Re: [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-08-04 Thread Tom Rini
On Tue, Aug 04, 2015 at 08:22:39PM +0200, Paul Kocialkowski wrote: Le mardi 04 août 2015 à 14:16 -0400, Tom Rini a écrit : On Tue, Aug 04, 2015 at 08:02:40PM +0200, Paul Kocialkowski wrote: Le lundi 03 août 2015 à 22:08 -0400, Tom Rini a écrit : On Mon, Jul 20, 2015 at 03:17:13PM +0200,

Re: [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-08-03 Thread Tom Rini
On Mon, Jul 20, 2015 at 03:17:13PM +0200, Paul Kocialkowski wrote: The OMAP3 has some die-specific ID bits that we can use to give the device a (more or less) unique serial number. This is particularly useful for e.g. USB. Signed-off-by: Paul Kocialkowski cont...@paulk.fr ---

[U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

2015-07-20 Thread Paul Kocialkowski
The OMAP3 has some die-specific ID bits that we can use to give the device a (more or less) unique serial number. This is particularly useful for e.g. USB. Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- board/lge/sniper/sniper.c | 13 + 1 file changed, 13 insertions(+) diff