Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-21 | sandbox: Use the reset driver to handle reset | Simon Glass | |
Move sandbox over to use the reset uclass for reset, instead of a direct call to do_reset(). This allows us to add tests. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2015-07-21 | sandbox: Add a warm and cold reset driver | Simon Glass | |
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> |