Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-07 | dm: Rename DM test flags to make them more generic | Simon Glass | |
The test flags used by driver model are currently not available to other tests. Rather than creating two sets of flags, make these flags generic by changing the DM_ prefix to UT_ and moving them to the test.h header. This will allow adding other test flags without confusion. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-12-15 | sandbox: Add PCI driver and test for p2sb | Simon Glass | |
Add a sandbox driver and PCI-device emulator for p2sb. Also add a test which uses a simple 'adder' driver to test the p2sb functionality. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |