]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9562abc8775904c2f1d84bb136f99b7ba34089d2
tree0750fe7a155f5ecd261987cb0120d85c83bfbd1e
parentc482dd38abf2fe74a98008681753d776c42cc0aa
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]