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 | x86: sandbox: Add a PMC emulator and test | Simon Glass | |
Add a simple PMC for sandbox to permit tests to run. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |