commit | 95bfacb834b097b00d8f352f469e2b45b6db0826 | [log] [tgz] |
---|---|---|
author | Suriyan Ramasami <suriyan.r@gmail.com> | Mon Nov 17 14:39:34 2014 -0800 |
committer | Tom Rini <trini@ti.com> | Sun Nov 23 06:49:04 2014 -0500 |
tree | d25de4508380d1a2e36b2a9bd38307accf0fedc4 | |
parent | 17c2af6174e31ebbd582a2f8248577673af79ba7 [diff] |
sandbox: Use md5sum and fatwrite to enable testing of fs commands Enable md5sum to obtain the MD5 of the read and written files to check their contents for validity. Use map_sysmem() to map buffer in a sandbox environment. Signed-off-by: Suriyan Ramasami <suriyan.r@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>