Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-14 | sandbox: Correct ordering of 'sb save' commands | Simon Glass | |
Prior to commit d455d87 there was an inconsistency between the position of the 'address' parameter in 'sb load' and 'sb save'. This was corrected but it broke some tests. Fix the tests and also the help for 'sb save'. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2014-10-22 | dm: sf: Add tests for SPI flash | Simon Glass | |
Add a simple test for SPI that uses SPI flash. It operates by creating a SPI flash file and using the 'sf test' command to test that all operations work correctly. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> |