
9 May
2019
9 May
'19
5:53 a.m.
On Sat, 27 Apr 2019 at 02:15, Ramon Fried ramon.fried@gmail.com wrote:
Add basic PCI endpoint sandbox testing.
Signed-off-by: Ramon Fried ramon.fried@gmail.com
Changes in v3:
- Added more testing of sandbox driver
arch/sandbox/include/asm/test.h | 8 +++++ test/dm/Makefile | 1 + test/dm/pci_ep.c | 64 +++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 test/dm/pci_ep.c
Reviewed-by: Simon Glass sjg@chromium.org