sandbox64: add a test case for UCLASS_NVMXIP
authorAbdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Mon, 17 Apr 2023 09:11:58 +0000 (10:11 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2023 21:01:15 +0000 (17:01 -0400)
commit56722fafd9b2a017930030e9b50c5784f64545db
tree3d21d49d97b97f5c8579a43c5d4211f04d6fa4de
parenta6d7f1958ac402a2a099bd8c809cd061cd531c69
sandbox64: add a test case for UCLASS_NVMXIP

provide a test for NVM XIP devices

The test case allows to make sure of the following:

- The NVM XIP QSPI devices are probed
- The DT entries are read correctly
- the data read from the flash by the NVMXIP block driver is correct

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
MAINTAINERS
test/dm/Makefile
test/dm/nvmxip.c [new file with mode: 0644]