commit | 76e3faf156fa95b6465e747d702b94faf67117fc | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Feb 06 18:25:36 2013 +0000 |
committer | Ben Dooks <ben.dooks@codethink.co.uk> | Sat Oct 19 20:46:33 2013 +0100 |
tree | f49451bd0eba176be3fa8ffc7c20e7fb6fc6b63c | |
parent | 97bcb0fea590d3d704f985bec08f342d28992634 [diff] |
ARM: pl01x debug code endian fix The PL01X debug code needs to take into account which endian mode the processor is running in. If it is big-endian, ensure the data is swapped appropriately. Note, we could do this slightly more efficiently if we have an macro to do the necessary swap for the bits used by test. Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>