Re: [U-Boot] [PATCH 16/33] sandbox: pch: Add a test for the PCH uclass

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > This uclass currently has no tests. Add a sandbox driver and some simple > tests to provide basic coverage. > > Signed-off-by: Simon Glass > --- > > arch/sandbox/dts/test.dts | 4 ++ > arch/sandbox/include/asm/test.h | 8

[U-Boot] [PATCH 16/33] sandbox: pch: Add a test for the PCH uclass

2019-01-21 Thread Simon Glass
This uclass currently has no tests. Add a sandbox driver and some simple tests to provide basic coverage. Signed-off-by: Simon Glass --- arch/sandbox/dts/test.dts | 4 ++ arch/sandbox/include/asm/test.h | 8 drivers/pch/Makefile| 1 + drivers/pch/sandbox_pch.c |