Re: [U-Boot] [PATCH 06/51] cmd: Add command for calculating binary operations

2017-07-25 Thread Mario Six
Hi Simon, On Wed, Jul 19, 2017 at 11:07 AM, Simon Glass wrote: > Hi Mario, > > On 19 July 2017 at 01:53, Mario Six wrote: >> Hi Simon, >> >> On Tue, Jul 18, 2017 at 4:01 PM, Simon Glass wrote: >>> Hi Mario, >>> >>> On 14 July 2017 at

Re: [U-Boot] [PATCH 06/51] cmd: Add command for calculating binary operations

2017-07-19 Thread Simon Glass
Hi Mario, On 19 July 2017 at 01:53, Mario Six wrote: > Hi Simon, > > On Tue, Jul 18, 2017 at 4:01 PM, Simon Glass wrote: >> Hi Mario, >> >> On 14 July 2017 at 05:54, Mario Six wrote: >>> This patch adds a command that enables the

Re: [U-Boot] [PATCH 06/51] cmd: Add command for calculating binary operations

2017-07-18 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:54, Mario Six wrote: > This patch adds a command that enables the calculation of bit operations > (AND, OR, XOR) on binary data from the command line. Memory locations as > well as the contents of environment variables are eligible as sources >

[U-Boot] [PATCH 06/51] cmd: Add command for calculating binary operations

2017-07-14 Thread Mario Six
This patch adds a command that enables the calculation of bit operations (AND, OR, XOR) on binary data from the command line. Memory locations as well as the contents of environment variables are eligible as sources and destination of the binary data used in the operations. The possible