Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-26 Thread Joe Hershberger
Hi Albert, On Tue, Jan 26, 2016 at 7:15 AM, Albert ARIBAUD wrote: > Hello Joe, > > On Mon, 25 Jan 2016 18:45:52 -0600, Joe Hershberger > wrote: >> On Mon, Dec 14, 2015 at 6:41 AM, Olliver Schinagl >> wrote: > >> >

Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-26 Thread Joe Hershberger
On Tue, Jan 26, 2016 at 10:27 AM, Olliver Schinagl wrote: > Hey Joe, > > > On 26-01-16 01:45, Joe Hershberger wrote: >> >> On Mon, Dec 14, 2015 at 6:41 AM, Olliver Schinagl >> wrote: >>> >>> This patch adds a little tool that takes a generic

Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-26 Thread Olliver Schinagl
Hey Joe, On 26-01-16 01:45, Joe Hershberger wrote: On Mon, Dec 14, 2015 at 6:41 AM, Olliver Schinagl wrote: This patch adds a little tool that takes a generic MAC address and generates a CRC byte for it. The output is the full MAC address without any separators,

Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-26 Thread Olliver Schinagl
Hey all, On 26-01-16 15:56, Joe Hershberger wrote: Hi Albert, On Tue, Jan 26, 2016 at 7:15 AM, Albert ARIBAUD wrote: Hello Joe, On Mon, 25 Jan 2016 18:45:52 -0600, Joe Hershberger wrote: On Mon, Dec 14, 2015 at 6:41 AM, Olliver

Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-26 Thread Olliver Schinagl
Hey Joe, On 26-01-16 17:31, Joe Hershberger wrote: On Tue, Jan 26, 2016 at 10:27 AM, Olliver Schinagl wrote: Hey Joe, On 26-01-16 01:45, Joe Hershberger wrote: On Mon, Dec 14, 2015 at 6:41 AM, Olliver Schinagl wrote: This patch adds a

Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-26 Thread Joe Hershberger
On Tue, Jan 26, 2016 at 10:36 AM, Olliver Schinagl wrote: > Hey Joe, > > > On 26-01-16 17:31, Joe Hershberger wrote: >> >> On Tue, Jan 26, 2016 at 10:27 AM, Olliver Schinagl >> wrote: >>> >>> Hey Joe, >>> >>> >>> On 26-01-16 01:45, Joe

Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-26 Thread Joe Hershberger
On Tue, Jan 26, 2016 at 10:31 AM, Olliver Schinagl wrote: > Hey all, > > On 26-01-16 15:56, Joe Hershberger wrote: >> >> Hi Albert, >> >> On Tue, Jan 26, 2016 at 7:15 AM, Albert ARIBAUD >> wrote: >>> >>> Hello Joe, >>> >>> On Mon, 25 Jan 2016

Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-26 Thread Albert ARIBAUD
Hello Joe, On Mon, 25 Jan 2016 18:45:52 -0600, Joe Hershberger wrote: > On Mon, Dec 14, 2015 at 6:41 AM, Olliver Schinagl > wrote: > > +++ b/tools/gen_mac_addr.c > > This is not "generating a mac address", right? Its point is to create > a

Re: [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address

2016-01-25 Thread Joe Hershberger
On Mon, Dec 14, 2015 at 6:41 AM, Olliver Schinagl wrote: > This patch adds a little tool that takes a generic MAC address and > generates a CRC byte for it. The output is the full MAC address without > any separators, ready written into an EEPROM. > > Signed-off-by: