]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: Add code for mmc testing
authorMichal Simek <michal.simek@xilinx.com>
Mon, 9 May 2016 12:45:54 +0000 (14:45 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 2 Feb 2021 12:49:32 +0000 (13:49 +0100)
commita73a5084d5b71f3b56f9296fa692ea069001ec2c
tree89471543e15fd69af0dce9535231d65dea3678e0
parent834c740d2f9f2cf32b5cef28b1aec93f2d72dd7f
test/py: Add code for mmc testing

More partitions are handled.
Save information about saved file to structure.
Also use fs_generic commands to handle files.
Support fat, ext2 and ext4 filesystems.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
State: pending
test/py/tests/test_mmc.py [new file with mode: 0644]