test: Add tests for CPU uclass
authorMario Six <mario.six@gdsys.cc>
Mon, 6 Aug 2018 08:23:44 +0000 (10:23 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 14:12:21 +0000 (08:12 -0600)
commitfa44b53398d3a7f5ed28cb83493a70cde11f8188
tree0750fe7a155f5ecd261987cb0120d85c83bfbd1e
parent57370de377340b0fcb81d90a187aa8b8f3494447
test: Add tests for CPU uclass

Add a sandbox CPU driver, and some tests for the CPU uclass.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
arch/sandbox/dts/test.dts
drivers/cpu/Makefile
drivers/cpu/cpu_sandbox.c [new file with mode: 0644]
test/dm/Makefile
test/dm/cpu.c [new file with mode: 0644]