Re: [U-Boot] [PATCH 041/126] iod: Enhance to support display of multiple values

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 11:18 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > At present the 'iod' command differs from 'md' in that it only shows a > > single value. It is useful to see a dump of multiple values, particularly > > when x86 peripherals contain

Re: [U-Boot] [PATCH 041/126] iod: Enhance to support display of multiple values

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present the 'iod' command differs from 'md' in that it only shows a > single value. It is useful to see a dump of multiple values, particularly > when x86 peripherals contain register sets accessible via I/O ports. > > Enhance the command

[U-Boot] [PATCH 041/126] iod: Enhance to support display of multiple values

2019-09-25 Thread Simon Glass
At present the 'iod' command differs from 'md' in that it only shows a single value. It is useful to see a dump of multiple values, particularly when x86 peripherals contain register sets accessible via I/O ports. Enhance the command to match md. Signed-off-by: Simon Glass --- cmd/io.c | 84