]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add 64-bit data support for memory commands
authorYork Sun <yorksun@freescale.com>
Thu, 27 Feb 2014 01:03:19 +0000 (17:03 -0800)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:30 +0000 (12:15 -0500)
commit4d1fd7f1ae6cf4e6e4e1cad975f1dcdea62b6d83
treefac005cacc864827055709aad05b3924a1eae3e3
parentf9aa6a1086f6b7da1814a2c95feefa91c9c4b593
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>
README
common/cmd_mem.c
common/command.c
include/common.h
lib/display_options.c