commit | 5e48dc0aa4d9daf93e9bff2a274473623a134ec8 | [log] [tgz] |
---|---|---|
author | Douglas Miller <dougmill@linux.vnet.ibm.com> | Tue Feb 07 07:40:44 2017 -0600 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Feb 21 16:00:21 2017 +1100 |
tree | 7dec23eb85f0d66892afbe6ba5319bb9268aad89 | |
parent | 943db62c316c578f8e2cc6fb81a5f641096b29bf [diff] |
powerpc/xmon: Dump memory in CPU endian format Extend the dump command to allow display of 2, 4, and 8 byte words in CPU endian format. Also adds dump command for "1 byte values" for the sake of symmetry. New commands are: d1 dump 1 byte values d2 dump 2 byte values d4 dump 4 byte values d8 dump 8 byte values Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Douglas Miller <dougmill@linux.vnet.ibm.com> Acked-by: Balbir Singh <bsingharora@gmail.com>