Re: [PATCH v2 1/9] mmc: sandbox: Add support for writing

2021-02-01 Thread Sean Anderson
On 2/1/21 2:59 AM, Lukasz Majewski wrote: Hi Sean, This adds support writing to the sandbox mmc backed by an in-memory buffer. The unit test has been updated to test reading, writing, and erasing. I'm not sure what MMCs erase to; I picked 0, but if it's 0xFF then that can be easily changed.

Re: [PATCH v2 1/9] mmc: sandbox: Add support for writing

2021-01-31 Thread Lukasz Majewski
Hi Sean, > This adds support writing to the sandbox mmc backed by an in-memory > buffer. The unit test has been updated to test reading, writing, and > erasing. I'm not sure what MMCs erase to; I picked 0, but if it's 0xFF > then that can be easily changed. Could you rebase this patch series on

[PATCH v2 1/9] mmc: sandbox: Add support for writing

2021-01-07 Thread Sean Anderson
This adds support writing to the sandbox mmc backed by an in-memory buffer. The unit test has been updated to test reading, writing, and erasing. I'm not sure what MMCs erase to; I picked 0, but if it's 0xFF then that can be easily changed. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass