commit | 8961b524240f40ac2fefcdee0818af10899832f2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon May 16 17:41:37 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu May 26 20:48:31 2016 -0600 |
tree | d13503756fd56b2aa19a3fa2fd505575bc72e7e1 | |
parent | 6238935d018042d332aa7e90eae3addfeb11abdc [diff] |
mailbox: implement a sandbox test This adds a sandbox mailbox implementation (provider), a test client device, instantiates them both from Sandbox's DT, and adds a DM test that excercises everything. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org> # v1