commit | 6c4800112f59980e3282e507118588369c87cce1 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Wed Feb 26 17:03:19 2014 -0800 |
committer | Tom Rini <trini@ti.com> | Tue Mar 04 12:15:30 2014 -0500 |
tree | fac005cacc864827055709aad05b3924a1eae3e3 | |
parent | 2f49cde9bc1061e7f674f7d3e62333b840b92405 [diff] |
Add 64-bit data support for memory commands Add 64-bit data for memory commands, such as md, mw, mm, cmp. The new size ".q " is introduced. For 64-bit architecture, 64-bit data is enabled by default, by detecting compiler __LP64__. It is optional for other architectures. Signed-off-by: York Sun <yorksun@freescale.com>