summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-03-05 19:58:39 +0100
committerTom Rini <trini@ti.com>2014-03-21 16:43:58 -0400
commitb401b73d02bb4f97197830e565f19a65577fecc6 (patch)
tree4382f7da81b2d4c594d5a5c8d60f23b2e5c25f2f /README
parentdc24bb6ddb416db52a60165931c0864fdba1f60b (diff)
downloadtalos-obmc-uboot-b401b73d02bb4f97197830e565f19a65577fecc6.tar.gz
talos-obmc-uboot-b401b73d02bb4f97197830e565f19a65577fecc6.zip
aes: Add 'aes' command to access AES-128-CBC
Add simple 'aes' command, which allows using the AES-128-CBC encryption and decryption functions from U-Boot command line. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 216f0c70aa..fd717bf085 100644
--- a/README
+++ b/README
@@ -910,6 +910,7 @@ The following options need to be configured:
The default command configuration includes all commands
except those marked below with a "*".
+ CONFIG_CMD_AES AES 128 CBC encrypt/decrypt
CONFIG_CMD_ASKENV * ask for env variable
CONFIG_CMD_BDI bdinfo
CONFIG_CMD_BEDBUG * Include BedBug Debugger
OpenPOWER on IntegriCloud