commit | a439f0ac502d8a30018253742106c9c5de02c33d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 12:54:28 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:31 2015 -0600 |
tree | 5514b94b46de52569b5569bda587ddee6b24a508 | |
parent | 249e34e5c59353d1f38045d2d991068cd69aef16 [diff] |
sandbox: Add a warm and cold reset driver Add drivers for sandbox. One can only perform a warm reset (which does nothing). The other can perform a cold reset or a power reset (the latter will quit U-Boot). These can be used for testing the reset uclass. Signed-off-by: Simon Glass <sjg@chromium.org>