| Age | Commit message (Collapse) | Author |
|
Without this commit it is only possible to create filesystem images
with a size granularity of 1MB.
This commit adds the option to create file systems with different
sizes, e.g 8.5MB.
Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
|
|
This enables to implement tests for fat12 filesystem.
Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
|
|
These are currently created in the source directory, which is not ideal.
Move them to the persistent-data directory instead. Update the test so
skip validating the filename, since it now includes a full path.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
|
Add some unit tests for this.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
|
Tidy this up so that pylint is happy. Use hex for the 1MB size and make
sure it is not a floating-point value.
Add a little main program to allow the code to be tried out, since at
present is only called from a long-running test.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
|
This function is useful for other tests. Move it into common code.
Signed-off-by: Simon Glass <sjg@chromium.org>
|