Re: [U-Boot] [PATCH v3 4/4] test: pci_ep: add basic pci_ep tests

2019-07-12 Thread Ramon Fried
On Fri, Jul 12, 2019 at 5:23 AM Tom Rini wrote: > On Thu, Jul 11, 2019 at 06:04:55PM -0400, Tom Rini wrote: > > On Sat, Apr 27, 2019 at 11:15:24AM +0300, Ramon Fried wrote: > > > > > Add basic PCI endpoint sandbox testing. > > > > > > Signed-off-by: Ramon Fried > > > Reviewed-by: Simon Glass >

Re: [U-Boot] [PATCH v3 4/4] test: pci_ep: add basic pci_ep tests

2019-07-11 Thread Tom Rini
On Thu, Jul 11, 2019 at 06:04:55PM -0400, Tom Rini wrote: > On Sat, Apr 27, 2019 at 11:15:24AM +0300, Ramon Fried wrote: > > > Add basic PCI endpoint sandbox testing. > > > > Signed-off-by: Ramon Fried > > Reviewed-by: Simon Glass > > Applied to u-boot/master, thanks! This is however now

Re: [U-Boot] [PATCH v3 4/4] test: pci_ep: add basic pci_ep tests

2019-07-11 Thread Tom Rini
On Sat, Apr 27, 2019 at 11:15:24AM +0300, Ramon Fried wrote: > Add basic PCI endpoint sandbox testing. > > Signed-off-by: Ramon Fried > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH v3 4/4] test: pci_ep: add basic pci_ep tests

2019-05-08 Thread Simon Glass
On Sat, 27 Apr 2019 at 02:15, Ramon Fried wrote: > > Add basic PCI endpoint sandbox testing. > > Signed-off-by: Ramon Fried > --- > > Changes in v3: > - Added more testing of sandbox driver > > arch/sandbox/include/asm/test.h | 8 + > test/dm/Makefile| 1 + >

[U-Boot] [PATCH v3 4/4] test: pci_ep: add basic pci_ep tests

2019-04-27 Thread Ramon Fried
Add basic PCI endpoint sandbox testing. Signed-off-by: Ramon Fried --- 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