Re: [U-Boot] [PATCH] lib: Add hexdump

2016-06-10 Thread Alexey Brodkin
Hi Stefan, On Fri, 2016-06-10 at 12:39 +0200, Stefan Roese wrote: > Hi Alexey, > > On 10.06.2016 12:30, Alexey Brodkin wrote: > > > > Often during debugging session it's very interesting to see > > what data we were dealing with. For example what we write or read > > to/from memory or

Re: [U-Boot] [PATCH] lib: Add hexdump

2016-06-10 Thread Stefan Roese
Hi Alexey, On 10.06.2016 12:30, Alexey Brodkin wrote: Often during debugging session it's very interesting to see what data we were dealing with. For example what we write or read to/from memory or peripherals. This change introduces functions that allow to dump binary data with one simple

[U-Boot] [PATCH] lib: Add hexdump

2016-06-10 Thread Alexey Brodkin
Often during debugging session it's very interesting to see what data we were dealing with. For example what we write or read to/from memory or peripherals. This change introduces functions that allow to dump binary data with one simple function invocation like: