[PATCH v2 15/15] sandbox: Add a test for SCSI

Simon Glass sjg at chromium.org
Mon Sep 26 17:26:09 CEST 2022


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 at 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!


More information about the U-Boot mailing list