
26 Sep
2022
26 Sep
'22
5:26 p.m.
Add a simple uclass test for SCSI. It reads the partition table from a disk image and checks that it looks correct.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
arch/sandbox/dts/sandbox.dtsi | 4 ++++ arch/sandbox/dts/test.dts | 5 +++++ test/dm/Makefile | 1 + test/dm/scsi.c | 39 +++++++++++++++++++++++++++++++++++ test/py/tests/test_ut.py | 9 ++++++++ 5 files changed, 58 insertions(+) create mode 100644 test/dm/scsi.c
Applied to u-boot-dm, thanks!