diff options
author | stroese <stroese> | 2004-12-16 18:46:55 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:46:55 +0000 |
commit | 7b4666414726013713ebbcd33924b25eba234222 (patch) | |
tree | 7400aa28da847acbba363c2bd7144d05b96e9f3b /README | |
parent | c419d1d6d06de612c05f5ae821bf29bc19c69030 (diff) | |
download | talos-obmc-uboot-7b4666414726013713ebbcd33924b25eba234222.tar.gz talos-obmc-uboot-7b4666414726013713ebbcd33924b25eba234222.zip |
CONFIG_MX_CYCLIC description added
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2113,6 +2113,20 @@ Low Level (hardware related) configuration options: Add the "loopw" memory command. This only takes effect if the memory commands are activated globally (CFG_CMD_MEM). +- CONFIG_MX_CYCLIC + Add the "mdc" and "mwc" memory commands. These are cyclic + "md/mw" commands. + Examples: + + => mdc.b 10 4 500 + This command will print 4 bytes (10,11,12,13) each 500 ms. + + => mwc.l 100 12345678 10 + This command will write 12345678 to address 100 all 10 ms. + + This only takes effect if the memory commands are activated + globally (CFG_CMD_MEM). + Building the Software: ====================== |